Electron: v20.0.0-beta.13 Release

Release date:
July 28, 2022
Previous version:
v20.0.0-beta.12 (released July 25, 2022)
Magnitude:
148 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v20.0.0-beta.13

trop[bot]
sudowoodo-release-bot[bot]
devinfoley
electron-roller[bot]

Directory Browser for v20.0.0-beta.13

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

Release Notes Published

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

# Release Notes for v20.0.0-beta.13

Fixes

  • Fixed 20.0.0-beta.8 X11 crash regression. #35092
  • Fixed serial-port-added and serial-port-removed events not firing. #35047
  • Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state. #35074 <span style="font-size:small;">(Also in 19)</span>
  • Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35084 <span style="font-size:small;">(Also in 19)</span>
  • Fixed symbol generation on 32-bit Windows release builds. #35091 <span style="font-size:small;">(Also in 18, 19)</span>

    Other Changes

  • Updated Chromium to 104.0.5112.57. #35018