Electron Releases

Filter by channel Filter by major release

Release Notes for v11.0.0-beta.23

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@11.0.0-beta.23.

Features

  • Added new app.runningUnderRosettaTranslation property to detect when running under rosetta on Apple silicon. #26492

Release Notes for v11.0.0-beta.22

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@11.0.0-beta.22.

Features

  • Added 'resized' (Windows/macOS) and 'moved' (Windows) events to BrowserWindow. #26454

Fixes

  • Fixed an issue where pageRanges was not properly honored when printing. #25600 (Also in 10)
  • Fixed an issue whereby a corrupted async_hooks stack would crash the renderer when throwing some errors in the renderer process. #26424
  • Fixed draggable regions stops working when devtools is opened on macOS. #26395