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
.
Release Notes for v14.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)