Electron Releases - v11.0.0-beta.18

npm install electron@v11.0.0-beta.18
yarn add electron@v11.0.0-beta.18
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 a rare crash on Windows that could occur when emitting certain powerMonitor events. #26181 (Also in 10)
  • Fixed an issue where packages could not be selected with on macOS. #26217
  • Fixed calling app.commandLine.appendSwitch('lang') not changing app's locale. #26226 (Also in 9, 10)

Other Changes

  • Improved performance of takeHeapSnapshot(). #26230