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 install electron@20.0.0-beta.9
.
Release Notes for v20.0.0-beta.9
Fixes
- Ensures that
requestMediaKeySystemAccess
eventually resolves / rejects. #34891 (Also in 19) - Fixed a potential crash when changing window settings after initializing WCO with an invalid
titleBarStyle
. #34875 (Also in 18, 19) - Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34913 (Also in 19)
- Fixed an issue where printing with an invalid
deviceName
on Linux caused silent failures. #34901 (Also in 19) - Fixed empty app_id when running under wayland. #34879 (Also in 18, 19)
- Updated Windows Control Overlay buttons to look and feel more native on Windows 11. #34888
Other Changes
- Updated Chromium to 104.0.5112.39. #34425