Electron: v15.0.0-beta.2 Release

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

Top Contributors in v15.0.0-beta.2

trop[bot]
erickzhao
miniak
sudowoodo-release-bot[bot]

Directory Browser for v15.0.0-beta.2

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.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 <span style="font-size:small;">(Also in 14)</span>