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