Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.15

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@14.0.0-beta.15.

Fixes

  • Fixed an issue where BrowserWindows would not properly honor transparency: true or a backgroundColor being set in their constructor options. #30159

Release Notes for v14.0.0-beta.14

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@14.0.0-beta.14.

Fixes

  • Fixed a crash when calling the webContents.on('login') callback synchronously. #30090 (Also in 12, 13)
  • Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS. #30150 (Also in 13)
  • Fixed an issue where the user-data directory was incorrect in unpackaged apps. #30142
  • Fixed pressing ESC not exiting fullscreen from webview. #30127 (Also in 12)
  • Fixed systemPreferences.getSystemColor returning colors missing alpha values. #30087 (Also in 13)

Other Changes

  • Backported fix for 1216190. #30101 (Also in 12, 13)