github electron/electron v11.0.0-beta.12
electron v11.0.0-beta.12

latest releases: v32.0.0-nightly.20240419, v32.0.0-nightly.20240418, v31.0.0-alpha.2...
pre-release3 years ago

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.

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

Don't miss a new electron release

NewReleases is sending notifications on new releases.