Electron v32.3.2
npm
npm install --save-dev electron@32.3.2
yarn
yarn add --dev electron@32.3.2
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)