Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-alpha.4

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@20.0.0-alpha.4.

Fixes

  • Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. #34433
  • Fixed an issue with fullscreen transitions when HTML fullscreen is requested. #34468

Release Notes for v20.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@20.0.0-alpha.3.

Fixes

  • Fixed a crash when loading a same-origin URL after a render process crash. #34432 (Also in 18, 19)