Electron v25.0.0-beta.7
Release Notes
Features
Added several new cursor values to the
cursor-changedevent. #38363
Fixes
Fixed an issue where
BrowserWindow.isMaximized()could incorrectly return true for minimized or fullscreened windows on macOS. #38307 (Also in 23, 24)Fixed an issue where
BrowserWindow.isVisible()would incorrectly returntruefor minimized windows on Windows. #38314 (Also in 23, 24)Fixed an issue where
getNormalBounds()returns incorrect bounds for transparent maximized windows on Windows. #38348Fixed an issue where accessing
BrowserWindow.idthrew an error after the window was destroyed. #38311 (Also in 23, 24)Fixed an issue where calling
win.minimize()directly after callingwin.maximize(), and then callingwin.isMaximized()incorrectly returnstrue. #38345 (Also in 23, 24)
Other Changes
Backported fix for 1404797. #38333