Electron Releases - v15.0.0-beta.3

npm install electron@v15.0.0-beta.3
yarn add electron@v15.0.0-beta.3
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 <webview> 'did-redirect-navigation' event. #30664
  • Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #30733 (Also in 14)

Fixes

  • Fixed BrowserWindow's backgroundColor option not having an effect. #30777 (Also in 14)
  • Fixed an issue where undocked devtools was not resizable on Windows. #30848 (Also in 14)

Other Changes

  • Updated Chromium to 94.0.4606.31. #30813

Documentation

  • Documentation changes: #30851