Electron v11.0.0-beta.22

npm
npm install --save-dev electron@11.0.0-beta.22
yarn
yarn add --dev electron@11.0.0-beta.22
Google ChromeChromium
87.0.4280.47
Node.jsNode.js
12.18.3
V8V8
8.7.220.14

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