Electron Releases - v11.0.0-beta.12

npm install electron@v11.0.0-beta.12
yarn add electron@v11.0.0-beta.12
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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