Skip to content

electron v12.0.0-beta.20

Pre-release
Pre-release

Choose a tag to compare

@electron-bot electron-bot released this 01 Feb 16:54
· 388 commits to 12-x-y since this release

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.

Release Notes for v12.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