Electron v32.2.2
npm
npm install --save-dev electron@32.2.2
yarn
yarn add --dev electron@32.2.2
Release Notes
Fixes
Fixed
trace-startup
not working on macOS. #44292 (Also in 33, 34)Fixed an issue where closing a window after printing on Linux triggered a crash. #44282 (Also in 31, 33, 34)
Fixed an issue where the
exit
event could be emitted twice from theutilityProcess
. #44268 (Also in 31, 33, 34)Fixed calling setAlwaysOnTop on a hidden window which is then shown with showInactive on Linux under X11. #44325 (Also in 31, 33, 34)
Fixed race condition in which WebContents appears as white screen on VDI machines without hardware acceleration capabilities. #44351 (Also in 33, 34)