Skip to content

electron v23.3.3

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 17 May 19:14
· 31 commits to 23-x-y since this release
672c312

Release Notes for v23.3.3

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38306 (Also in 24, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38315 (Also in 24, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38309 (Also in 24, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38344 (Also in 24, 25)

Other Changes