Electron: v11.0.0-beta.22 Release

Release date:
November 12, 2020
Previous version:
v11.0.0-beta.21 (released November 9, 2020)
Magnitude:
534 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v11.0.0-beta.22

trop[bot]
codebytere
MarshallOfSound
electron-bot

Directory Browser for v11.0.0-beta.22

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

Features

  • Added 'resized' (Windows/macOS) and 'moved' (Windows) events to BrowserWindow. #26454

    Fixes

  • Fixed an issue where pageRanges was not properly honored when printing. #25600 <span style="font-size:small;">(Also in 10)</span>

  • Fixed an issue whereby a corrupted async_hooks stack would crash the renderer when throwing some errors in the renderer process. #26424

  • Fixed draggable regions stops working when devtools is opened on macOS. #26395