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@10.0.0-beta.2
.
Release Notes for v10.0.0-beta.2
Fixes
- Fixed GTK dark theme setting not respected in Electron on Linux. #23711
- Fixed
process.windowsStore
returning undefined in AppX packages. #23798 - Fixed a bezeling issue on vibrant non-frameless BrowserWindows. #23809
- Fixed an issue where
window.location
properties would throw an error for windows opened withwindow.open
. #23804 - Fixed an issue where the 'about' role had on effect on Windows menus. #23717
- Fixed an issue with volume-related
globalShortcut
registration. #23823 - Fixed an occasional menu crash on macOS Catalina when menu is closing. #23806