Electron Releases - v8.2.1

npm install electron@v8.2.1
yarn add electron@v8.2.1

Release Notes

Fixes

  • Accessing the screen module before the ready event no longer makes it impossible to access the screen module. #22913
  • Added workaround for nativeWindowOpen hang. #22749
  • Enable offscreen rendering. #22431
  • Fixed an issue where native macOS dialogs sometimes failed to show after modal close. #22889
  • Fixed issue where prefers-color-scheme would not be updated / set correctly when your OS was in dark mode. #22901

Other Changes

  • Updated Chromium to 80.0.3987.163. #22931