Electron: v15.0.0-beta.3 Release

Release date:
September 7, 2021
Previous version:
v15.0.0-beta.2 (released September 2, 2021)
Magnitude:
88 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v15.0.0-beta.3

trop[bot]
sudowoodo-release-bot[bot]
samuelmaddock
electron-roller[bot]

Directory Browser for v15.0.0-beta.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

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 v15.0.0-beta.3

Features

  • Added <webview> 'did-redirect-navigation' event. #30664
  • Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #30733 <span style="font-size:small;">(Also in 14)</span>

    Fixes

  • Fixed BrowserWindow's backgroundColor option not having an effect. #30777 <span style="font-size:small;">(Also in 14)</span>

  • Fixed an issue where undocked devtools was not resizable on Windows. #30848 <span style="font-size:small;">(Also in 14)</span>

    Other Changes

  • Updated Chromium to 94.0.4606.31. #30813

    Documentation

    • Documentation changes: #30851