Electron v37.0.0-alpha.4
Latest Pre Releasenpm
npm install --save-dev electron@37.0.0-alpha.4
yarn
yarn add --dev electron@37.0.0-alpha.4
Release Notes
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)