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
Release Notes
Fixes
Fixed
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #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. #43457Fixed 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
Documentation
Documentation changes: #43460