Skip to content

Releases: electron/electron

electron v31.0.0-beta.9

06 Jun 19:07
bd17a98
Compare
Choose a tag to compare
Pre-release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@31.0.0-beta.9.

Release Notes for v31.0.0-beta.9

Fixes

  • Fixed an issue where some calls to WebUSB methods could crash. #42365 (Also in 29)

electron v30.1.0

06 Jun 04:40
4c96ced
Compare
Choose a tag to compare

Release Notes for v30.1.0

Fixes

  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42306 (Also in 31)
  • Fixed BrowserWindow vibrancy on macOS. #42263
  • Fixed an issue where BrowserView webContents were getting destroyed even when preventDefault was being set on the owning BrowserWindow's close event. #42371
  • Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #42327 (Also in 31)
  • Fixed an issue where some calls to WebUSB methods could crash. #42364 (Also in 29, 31)

Other Changes

  • Updated Chromium to 124.0.6367.243. #42328
  • Updated Node.js to v20.14.0. #42294

electron v31.0.0-beta.8

05 Jun 04:11
ea76144
Compare
Choose a tag to compare
Pre-release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@31.0.0-beta.8.

Release Notes for v31.0.0-beta.8

Fixes

  • Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. #42326 (Also in 30)

Other Changes

  • Backported fix for 336625018. #42316
  • Updated Node.js to v20.14.0. #42295

Documentation

  • Documentation changes: #42309

electron v31.0.0-beta.7

30 May 04:44
b0ba1a2
Compare
Choose a tag to compare
Pre-release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@31.0.0-beta.7.

Release Notes for v31.0.0-beta.7

Fixes

  • BrowserWindow.show() now correctly restores focus to inactive apps on macOS. #42305 (Also in 30)
  • Fixed the type of WebviewTag.webpreferences back to string. #42279 (Also in 30)

Other Changes

  • Backported fix for 341663589. #42254

electron v30.0.9

29 May 23:10
27cdf17
Compare
Choose a tag to compare

Release Notes for v30.0.9

Fixes

  • Fixed the type of WebviewTag.webpreferences back to string. #42280 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.233. #42269

electron v29.4.2

29 May 23:13
0b51976
Compare
Choose a tag to compare

Release Notes for v29.4.2

Other Changes

  • Backported fix for 341663589. #42256

electron v31.0.0-beta.6

23 May 17:14
31a753f
Compare
Choose a tag to compare
Pre-release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@31.0.0-beta.6.

Release Notes for v31.0.0-beta.6

Fixes

  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #42150 (Also in 29, 30)

electron v30.0.8

24 May 00:00
812cd56
Compare
Choose a tag to compare

Release Notes for v30.0.8

Other Changes

  • Backported fix for 341663589. #42255
  • Updated Chromium to 124.0.6367.230. #42246

electron v28.3.3

23 May 21:27
92e4123
Compare
Choose a tag to compare

Release Notes for v28.3.3

Other Changes

  • Backported fix for 341663589. #42257

electron v30.0.7

22 May 23:34
0416b11
Compare
Choose a tag to compare

Release Notes for v30.0.7

Fixes

  • Fixed an issue where non-English IME users would see app hangs on a second monitor. #42249
  • Fixed an issue where the window could be incorrectly centered in some circumstances when calling BrowserWindow.center(). #42196 (Also in 31)

Other Changes

  • Updated Chromium to 124.0.6367.221. #42208