Electron Releases

Filter by channel Filter by major release

Release Notes for v20.0.0-beta.13

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 electron@20.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 (Also in 19)
  • 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 (Also in 19)
  • Fixed symbol generation on 32-bit Windows release builds. #35091 (Also in 18, 19)

Other Changes

  • Updated Chromium to 104.0.5112.57. #35018

Release Notes for v20.0.0-beta.12

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 electron@20.0.0-beta.12.

Fixes

  • Added support for --ozone-platform-hint flag on Linux. #35014

Other Changes

  • WebContents for <webview> are now only created after the 'will-attach-webview' event is emitted and preventDefault is not called. #35016