Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.19

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.19.

Fixes

  • Fixed CSP with unsafe-eval detection with Trusted Types. #27471 (Also in 9, 10, 11)
  • Fixed <webview> not working with Trusted Types. #27467 (Also in 9, 10, 11)
  • Fixed an issue where the zoom button was missing for windows with titleBarStyle: hiddenInset on macOS. #27462
  • Fixed regression that crashed Electron when processing an invalid icon. #27463 (Also in 11)

Release Notes for v12.0.0-beta.18

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.18.

Fixes

  • None. #27442
  • Updated the ICU time zone database to the latest 2020f version. #27370