npm electron 37.0.0-alpha.4
electron v37.0.0-alpha.4

latest releases: 39.0.0-alpha.2, 39.0.0-alpha.1, 38.0.0...
4 months ago

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 when mediaSize 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)

Other Changes

  • Updated Chromium to 138.0.7165.0. #46985
  • Updated Node.js to v22.15.0. #46869

Don't miss a new electron release

NewReleases is sending notifications on new releases.