Electron Releases - v10.0.0-beta.8

npm install electron@v10.0.0-beta.8
yarn add electron@v10.0.0-beta.8
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

Features

  • Added support for suspend and resume events to Windows. #24281
  • Added support for suspend and resume events to macOS. #24293
  • Implemented systemPreferences.getMediaAccessStatus() on Windows. #24311

Fixes

  • Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal. #24352