Electron: v9.0.0-beta.10 Release

Release date:
March 19, 2020
Previous version:
v9.0.0-beta.9 (released March 16, 2020)
Magnitude:
532 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v9.0.0-beta.10

trop[bot]
electron-bot
codebytere
zcbenz
ChALkeR
erickzhao

Directory Browser for v9.0.0-beta.10

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# Release Notes for v9.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