Electron: v28.0.0-alpha.4 Release

Release date:
October 19, 2023
Previous version:
v28.0.0-alpha.3 (released October 16, 2023)
Magnitude:
170 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v28.0.0-alpha.4

trop[bot]

Directory Browser for v28.0.0-alpha.4

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 v28.0.0-alpha.4

Fixes

  • Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on notification.close() if they'd previously been dismissed. #40243 <span style="font-size:small;">(Also in 26, 27)</span>
  • Fixed loading nested ESM dependencies in node_modules
    • Correctly support the throwIfNoEntry option in fs.statSync/fs.lstatSync in asar files. #40224
  • Functions called over the contextBridge are now called with the expected receiver (this). #40263 <span style="font-size:small;">(Also in 27)</span>

    Other Changes

  • Re-enabled partition alloc on Mac. #40230