Electron v11.4.8

npm
npm install --save-dev electron@11.4.8
yarn
yarn add --dev electron@11.4.8
Google ChromeChromium
87.0.4280.141
Node.jsNode.js
12.18.3
V8V8
8.7.220.31

Release Notes

Fixes

  • Fixed will-resize and will-move events not scaling the emitted newBounds 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 in NODE_OPTIONS on Windows. #29419

Other Changes

  • Fixed using custom v8 snapshots on Apple Silicon. #29347 (Also in 12, 13)

  • Security: backported fixes for CVE-2021-30518, CVE-2021-30516, CVE-2021-30515, CVE-2021-30513, CVE-2021-30512, CVE-2021-30510, CVE-2021-30508. #29250