Electron Releases

Filter by channel Filter by major release

Release Notes for v9.0.0-beta.10

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

Features

  • Added disableDialogs option to WebPreferences. #22664

Fixes

  • Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage. #22708
  • Fixed an issue where changing theme on macOS would break window maximizability state. #22724
  • Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors. #22727
  • Limited manipulation of custom spellchecker dictionary words to persistent sessions. #22683
  • Updated Chromium to 82.0.4085.10. #22506

Release Notes for v9.0.0-beta.9

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

Fixes

  • Fixed ARIA role="tree" for macOS VoiceOver. #22421
  • Returns a more graceful error when adding duplicate items to a single TouchBar instance. #22644

Other Changes

  • Fixed broken Views API builds. #22642