Electron Releases - v10.0.0-beta.2

npm install electron@v10.0.0-beta.2
yarn add electron@v10.0.0-beta.2
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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