Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.11

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@14.0.0-beta.11.

Fixes

  • Fixed crash when clicking links with target=_blank from webview. #29949 (Also in 12)
  • Fixed crashes on macOS when Geolocation was used. #29914 (Also in 13)

Other Changes

  • Updated Chromium to 93.0.4557.4. #29954

Release Notes for v14.0.0-beta.10

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@14.0.0-beta.10.

Features

  • Undo the nativeWindowOpen default change; delayed until 15.x. #29869

Fixes

  • Fixed a hang when denying a window.open using setWindowOpenHandler when nativeWindowOpen: false. #29883 (Also in 12, 13)
  • Fixed an issue where dropdown menus did not work in DevTools when contextIsolation was enabled. #29886 (Also in 13)
  • Fixed the 'did-fail-load' event not being emitted when the 'certificate-error' handler allowed an error through. #29870