Electron Releases

Filter by channel Filter by major release

Release Notes for v15.0.0-beta.3

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@15.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 (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

Release Notes for v15.0.0-beta.2

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@15.0.0-beta.2.

Features

  • Added 'dom-ready' event to WebFrameMain which emits when the frame's document is ready.
    • Added 'frame-created' event to WebContents which emits when a frame is created in the page. #30801
  • Added <webview>.sendToFrame() / frameId to 'ipc-message' event. #30704
  • Added app.configureHostResolver API for configuring DNS-over-HTTPS. #30775

Fixes

  • Fixed a crash in the repl when SharedArrayBuffer is disabled. #30483 (Also in 14)