Electron v34.5.2

npm
npm install electron@34.5.2
yarn
yarn add electron@34.5.2
Google ChromeChromium
132.0.6834.210
Node.jsNode.js
20.19.0
V8V8
13.2.152.41

Release Notes

Fixes

  • Fixed ElectronAccessibilityUI bug. #46588 (Also in 33, 35, 36)

  • Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46582 (Also in 35, 36)

  • Fixed an inverted conditional in the above PR that caused broken window borders in some circumstances on Wayland. #46643 (Also in 33, 35, 36)

Other Changes

  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46618 (Also in 35, 36)