Electron: v23.3.3 Release

Release date:
May 17, 2023
Previous version:
v23.3.2 (released May 9, 2023)
Magnitude:
0 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v23.3.3

dsanders11
ppontes
trop[bot]

Directory Browser for v23.3.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 <span style="font-size:small;">(Also in 24, 25)</span>
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38315 <span style="font-size:small;">(Also in 24, 25)</span>
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38309 <span style="font-size:small;">(Also in 24, 25)</span>
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38344 <span style="font-size:small;">(Also in 24, 25)</span>

    Other Changes

  • Security: backported fix for CVE-2023-29469. #38273