Electron: v11.0.0-beta.12 Release

Release date:
October 13, 2020
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v11.0.0-beta.12

Could not determine top contributors for this release.

Directory Browser for v11.0.0-beta.12

We couldn't find a release before this one

Release Notes Published

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 v11.0.0-beta.12

Features

  • Added webContents.forcefullyCrashRenderer() to forcefully terminate a renderer process to assist with recovering a hung renderer. #25756 <span style="font-size:small;">(Also in 11)</span>

    Fixes

  • Fixed NativeImage.crop().toBitmap() returning incorrect data. #25774 <span style="font-size:small;">(Also in 10, 11)</span>

  • Fixed window.open called from child window. #25816 <span style="font-size:small;">(Also in 11)</span>

  • Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. #25828 <span style="font-size:small;">(Also in 10, 11)</span>

    Other Changes

  • Updated Chromium to 87.0.4280.11. #25802