Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@19.0.0-alpha.2
.
Release Notes for v19.0.0-alpha.2
Fixes
- Fixed an issue where
#ARGB
->#RGBA
and#AARRGGBB
->#RRGGBBAA
were converted improperly when setting background color. #33755 - Fixed an issue where
Escape
keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #33788 (Also in 18) - Fixed an issue where the the window bounds would incorrectly change if
BrowserWindow.unmaximize
was called on a window whose user bounds were maximized. #33549 (Also in 16, 17, 18) - Fixed incorrect return value of
app.requestSingleInstanceLock()
when setting non-existent user data folder. #33593 (Also in 16, 17, 18) - Fixed issues with frameless window animations and styling. #33609 (Also in 16, 17, 18)
- Fixed potential crash while generating accessibility trees for certain images. #33617 (Also in 18)
shell.openExternal()
now reports more detailed errors on Windows. #33660 (Also in 15, 16, 17, 18)