Electron Releases

Filter by channel Filter by major release

Release Notes for v19.0.0-alpha.3

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.3.

Fixes

  • Fixed crash when opening gtk file dialogs due to mismatched versions. #33813 (Also in 18)

Release Notes for v19.0.0-alpha.2

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.

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)

Other Changes

  • Temporarily disabled symbol generation on 32-bit Windows due to issues with symbol generation on that platform. #33689
  • Updated Chromium to 102.0.4971.0. #33518