Electron Releases

Filter by channel Filter by major release

Release Notes for v9.0.0-beta.18

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

Fixes

  • Fixed an issue with possible creation of a messageBox which cannot be dismissed on macOS. #23090

Other Changes

  • Updated Chromium to 83.0.4103.16. #23121

Release Notes for v9.0.0-beta.17

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

Fixes

  • Security: Ensure proxy object is created in the correct context 248beeb7

Other Changes

  • Updated Chromium to 83.0.4103.14. #23095