Electron: v11.0.0-beta.18 Release

Release date:
October 29, 2020
Previous version:
v11.0.0-beta.17 (released October 26, 2020)
Magnitude:
222 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v11.0.0-beta.18

trop[bot]
ckerr
dsanders11
electron-bot

Directory Browser for v11.0.0-beta.18

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.18

Fixes

  • Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. #26181 <span style="font-size:small;">(Also in 10)</span>
  • Fixed an issue where packages could not be selected with <input file="type"> on macOS. #26217
  • Fixed calling app.commandLine.appendSwitch('lang') not changing app's locale. #26226 <span style="font-size:small;">(Also in 9, 10)</span>

    Other Changes

  • Improved performance of takeHeapSnapshot(). #26230