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.22.
Release Notes for v9.0.0-beta.22
Features
- Added
fullScreen
property support forBrowserWindow
s. #23330
Fixes
- Fixed memory leaks in sandbox mode when using
contextBridge
with promises oripcRenderer.invoke
. #23338
Other Changes
- Updated Chromium to 83.0.4103.34. #23326