Electron Releases

Filter by channel Filter by major release

Release Notes for v12.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@12.0.0-beta.23.

Fixes

  • Backported fix for https://crbug.com/1125165. #27596
  • Fixed a memory leak when creating BrowserWindows. #27641 (Also in 11)
  • Fixed memory leak when sending non-primitives over the context bridge. #27636 (Also in 10, 11)

Release Notes for v12.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@12.0.0-beta.22.

Fixes

  • Fixed crash when extension fails to load. #27589 (Also in 10, 11)