Electron Releases

Filter by channel Filter by major release

Release Notes for v21.0.0-beta.2

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@21.0.0-beta.2.

Fixes

  • Fixed a crash when switching origins with emulation settings set. #35488

Release Notes for v21.0.0-beta.1

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@21.0.0-beta.1.

Fixes

  • Fixed a potential crash on WebWorker destruction. #35492 (Also in 19)