Electron Releases - v11.0.0-beta.22

npm install electron@v11.0.0-beta.22
yarn add electron@v11.0.0-beta.22
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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 (Also in 10)
  • 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