Electron v11.4.8
npm
npm install --save-dev electron@11.4.8
yarn
yarn add --dev electron@11.4.8
Release Notes
Fixes
Fixed
will-resize
andwill-move
events not scaling the emittednewBounds
rectangle to the appropriate Windows display scale factor. #29225 (Also in 12, 13)Fixed drag and drop not working correctly for some x11 window managers. #29271 (Also in 12)
Fixed packaged apps allowing
--require
inNODE_OPTIONS
on Windows. #29419