Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.31

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

Other Changes

  • Updated Node.js to v14.16.0. #27911

Release Notes for v12.0.0-beta.30

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

Fixes

  • Backported fix for https://crbug.com/952922. #27598
  • Fixed ECDH.setPrivateKey() not updating the key. #27856
  • Fixed an issue where libuv might hang with multiple subframes when nodeIntegrationInSubframes is enabled. #27879 (Also in 10, 11)
  • Fixed an out-of-bounds access in WebContents.sendInputEvent. #27855 (Also in 10, 11)

Other Changes

  • Updated Chromium to 89.0.4389.58. #27759