Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.27

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

Features

  • Added allowFileAccess option to loadExtension() API. #27702 (Also in 11)
  • Added win.setTopBrowserView() so that BrowserViews can be raised. #27713 (Also in 10, 11)
  • Added display-capture API for session.setPermissionRequestHandler. #27696

Fixes

  • Fixed PDF viewer failing to load resources. #27747
  • Fixed crash when destroying WebContents in the crashed event. #27756 (Also in 10, 11)

Other Changes

  • Updated Chromium to 89.0.4389.47. #27591

Release Notes for v12.0.0-beta.26

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

Features

  • Added exitCode to render-process-gone details. #27677

Fixes

  • Fixed a crash when calling crypto.createDiffieHellman() with certain parameters. #27700