Electron Releases

Filter by channel Filter by major release

Release Notes for v11.0.0-beta.12

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@11.0.0-beta.12.

Features

  • Added webContents.forcefullyCrashRenderer() to forcefully terminate a renderer process to assist with recovering a hung renderer. #25756 (Also in 11)

Fixes

  • Fixed NativeImage.crop().toBitmap() returning incorrect data. #25774 (Also in 10, 11)
  • Fixed window.open called from child window. #25816 (Also in 11)
  • Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. #25828 (Also in 10, 11)

Other Changes

  • Updated Chromium to 87.0.4280.11. #25802

Release Notes for v11.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@11.0.0-beta.11.

Fixes

  • Fix: gdi printing in silent printing mode. #25744 (Also in 10, 11)
  • Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #25738 (Also in 9, 10, 11)