Electron v32.3.2

npm
npm install --save-dev electron@32.3.2
yarn
yarn add --dev electron@32.3.2
Google ChromeChromium
128.0.6613.186
Node.jsNode.js
20.18.1
V8V8
12.8.374.38

Release Notes

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45657 (Also in 33, 34, 35)

  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #45661 (Also in 33, 34, 35)

  • Fixed issue where 'contextmenu' event is emitted twice on macOS. #45555 (Also in 33, 34)

  • Fixed web worker scripts failing to load for chrome extensions. #45709 (Also in 33, 34, 35)

Other Changes

  • Security: backported fix for 385386138.

    • Security: backported fix for CVE-2025-0611.

    • Security: backported fix for CVE-2025-0612. #45699

  • Security: backported fix for CVE-2025-0999. #45721