Electron v33.0.0-alpha.2

npm
npm install --save-dev electron@33.0.0-alpha.2
yarn
yarn add --dev electron@33.0.0-alpha.2
Google ChromeChromium
130.0.6672.0
Node.jsNode.js
20.17.0
V8V8
13.0.47

Release Notes

Fixes

  • Fixed MenuItem.click handler not setting focusedWindow parameter when focused window is a BaseWindow. #43438 (Also in 31, 32)

  • Fixed an issue where BaseWindow.setTouchBar didn't work as expected. #43422 (Also in 30, 31, 32)

  • Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #43457

  • Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43499 (Also in 31, 32)

  • Fixed electron app in ozone/wayland not being focused when launched from another app. #43546 (Also in 31, 32)

Other Changes

  • Updated Chromium to 130.0.6672.0. #43444

  • Updated Node.js to v20.17.0. #43426

Documentation

  • Documentation changes: #43460