Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.21

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

Other Changes

  • Updated Chromium to 89.0.4388.2. #27280

Release Notes for v12.0.0-beta.20

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

Features

  • Changed the default value of worldSafeExecuteJavaScript to be true. #27502

Fixes

  • Fixed menubar not clickable on Windows and Linux. #27555
  • Fixed native window.open() to not use windowName/frameName as title by default. #27552