Electron: v12.0.0-beta.11 Release

Release date:
December 17, 2020
Previous version:
v12.0.0-beta.10 (released December 14, 2020)
Magnitude:
64 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v12.0.0-beta.11

trop[bot]
electron-bot
codebytere

Directory Browser for v12.0.0-beta.11

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 v12.0.0-beta.11

Fixes

  • Fixed protocol methods not being accessible via remote.protocol. #27043 <span style="font-size:small;">(Also in 11)</span>
  • Fixed readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive. #27011 <span style="font-size:small;">(Also in 11)</span>
  • Fixed a memory leak in desktopCapturer.getSources. #27058 <span style="font-size:small;">(Also in 10, 11)</span>
  • Fixed an issue where SIGINT was improperly handled in Node.js processes. #26971 <span style="font-size:small;">(Also in 10, 11)</span>
  • Fixed an issue where renderer process stack traces were broken with contextIsolation enabled. #26912 <span style="font-size:small;">(Also in 11)</span>
  • Fixed an issue where some async_hooks were not properly emitted after an error in the renderer process. #26990 <span style="font-size:small;">(Also in 11)</span>
  • Fixed an issue whereby remote.screen EventEmitter methods are undefined in the renderer. #26988 <span style="font-size:small;">(Also in 11)</span>
  • Fixed window with customButtonsOnHover option not having rounded corner on macOS. #26960