npm electron 33.0.0-alpha.2
electron v33.0.0-alpha.2

latest releases: 32.1.1, 33.0.0-beta.1, 33.0.0-alpha.6...
14 days ago

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@33.0.0-alpha.2.

Release Notes for v33.0.0-alpha.2

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

Don't miss a new electron release

NewReleases is sending notifications on new releases.