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@37.0.0-alpha.4
.
Release Notes for v37.0.0-alpha.4
Fixes
- Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46952 (Also in 35, 36)
- Fixed a possible crash using the WebView tag and calling focus. #47036 (Also in 35, 36)
- Fixed an issue where
webContents.print
did not work as expected whenmediaSize
was not passed. #46971 (Also in 36) - Fixed an issue where filters wouldn't apply in the specific case only one was passed. #46946 (Also in 36)
- Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47051 (Also in 35, 36)
- Fixed crash in xdg portal version detection on startup. #47023 (Also in 35, 36)
- Restored previous window-hiding behavior of
win.setContentProtected()
on Windows. #47033 (Also in 35, 36)