Electron Releases

Filter by channel Filter by major release

Release Notes for v26.0.0-beta.4

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@26.0.0-beta.4.

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39049 (Also in 24, 25)
  • Fixed an issue where certain Electron classes had incorrect prototype class names. #39036 (Also in 25)
  • Fixed an issue where notifications created on macOS which have no actions will erroneously have a Show button visible. #39013 (Also in 24, 25)
  • Fixed an issue where printing on Windows could trigger a crash. #39039
  • Fixed an issue where removing a webview in a close callback could cause crashes. #39007 (Also in 24, 25)
  • Fixed an issue with the application menu overlapping menu items on Windows 11. #39010
  • Fixed display of title bar buttons on Wayland. #39045 (Also in 25)

Unknown

  • Fixed an issue where setting bounds on BrowserViews can behave inconsistently across platforms. #39004 (Also in 25)

Release Notes for v26.0.0-beta.3

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@26.0.0-beta.3.

Features

  • Added support for flagging a Menu as being keyboard initiated. #38954