Electron Releases

Filter by channel Filter by major release

Release Notes for v10.0.0-beta.14

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@10.0.0-beta.14.

Fixes

  • Fixed an issue where VoiceOver was unable to navigate from the top-level window back into the web contents. #24698

Release Notes for v10.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@10.0.0-beta.13.

Fixes

  • Fix: remove unnecessary corner mask overriding to increase window resize performance. #24701
  • Protocol response streams are now destroyed if the request is aborted. #24656

Other Changes

  • Updated Chromium to 85.0.4183.39. #24663