Electron: v11.0.0-beta.13 Release

Release date:
October 15, 2020
Previous version:
v11.0.0-beta.12 (released October 13, 2020)
Magnitude:
63 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v11.0.0-beta.13

trop[bot]
codebytere
mlaurencin

Directory Browser for v11.0.0-beta.13

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# 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 <span style="font-size:small;">(Also in 11)</span>

    Fixes

  • Fixed NativeImage.getScaleFactors() always returning the same value. #25903 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25902 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25922 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Fixed bug that meant require.resolve paths option was ignored. #25945 <span style="font-size:small;">(Also in 10, 11)</span>