Electron Releases

Filter by channel Filter by major release

Release Notes for v9.0.0-beta.21

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

Release Notes for v9.0.0-beta.20

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

Features

  • Added support for property access to some getter/setter pairs on BrowserWindow. #23208

Fixes

  • Fixed win.setMenuBarVisibility(false) not hiding menu bar. #23263

Other Changes

  • Improved window events handler efficiency on Linux. #23260
  • Updated Chromium to 83.0.4103.26. #23256