Electron Releases

Filter by channel Filter by major release

Release Notes for v9.0.0-beta.16

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@9.0.0-beta.16.

Fixes

  • Fixed a crash that could happen when attempting to access a session during shutdown. #23068
  • Fixed an issue with maximizable state persistence of BrowserWindows on macOS. #23021

Release Notes for v9.0.0-beta.15

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@9.0.0-beta.15.

Fixes

  • Fixed an occasional crash when closing all BrowserWindows. #23023
  • Fixed occasional WebFrame crashes caused by removed iframes. #22949