Electron: v24.0.0-alpha.7 Release

Release date:
March 2, 2023
Previous version:
v24.0.0-alpha.6 (released February 27, 2023)
Magnitude:
34 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v24.0.0-alpha.7

trop[bot]

Directory Browser for v24.0.0-alpha.7

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 an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install [email protected].

# Release Notes for v24.0.0-alpha.7

Features

  • Added types to webRequest filter. #37427

    Fixes

  • Fixed destroyed event not emitted on close for BrowserView.webContents. #37450 <span style="font-size:small;">(Also in 23)</span>

  • Fixed an issue where BroadcastChannel did not work correctly when contextIsolation: false. #37443

  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37456 <span style="font-size:small;">(Also in 22, 23)</span>

  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37449 <span style="font-size:small;">(Also in 22, 23)</span>

  • Setting the about panel's options no longer crashes. #37442

    Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37461 <span style="font-size:small;">(Also in 22, 23)</span>