Electron Releases - v11.0.0-beta.13

npm install electron@v11.0.0-beta.13
yarn add electron@v11.0.0-beta.13
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 new system-context-menu event to allow preventing and overriding the system context menu. #25835 (Also in 11)

Fixes

  • Fixed NativeImage.getScaleFactors() always returning the same value. #25903 (Also in 9, 10, 11)
  • Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25902 (Also in 9, 10, 11)
  • Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25922 (Also in 9, 10, 11)
  • Fixed bug that meant require.resolve paths option was ignored. #25945 (Also in 10, 11)