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
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. #26424Fixed draggable regions stops working when devtools is opened on macOS. #26395