8000 Release electron v11.0.0-beta.13 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v11.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 15 Oct 19:36
· 397 commits to 11-x-y since this release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@11.0.0-beta.13.

Release Notes for v11.0.0-beta.13

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)
0