Release Notes for v31.5.0
Features
Fixes
- Fixed
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43439 (Also in 32, 33) - Fixed an issue where
BaseWindow.setTouchBar
didn't work as expected. #43420 (Also in 30, 32, 33) - Fixed an issue where calling
window.print()
,webContents.print()
orprintToPDF
from an existing PDF document resulted in a blank page. #43327 (Also in 32) - Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43500 (Also in 32, 33)
- Fixed electron app in ozone/wayland not being focused when launched from another app. #43547 (Also in 32, 33)
- Fixed other apps not being focused when launched from electron ozone/wayland. #43578 (Also in 33)
Documentation
- Documentation changes: #43458