Skip to content

electron v12.0.0-beta.27

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 19 Feb 00:45
· 358 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 [email protected].

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