npm electron 28.0.0-alpha.4
electron v28.0.0-alpha.4

latest releases: 32.0.0-alpha.6, 32.0.0-alpha.5, 29.4.3...
8 months ago

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 electron@28.0.0-alpha.4.

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 (Also in 26, 27)
  • 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 (Also in 27)

Other Changes

  • Re-enabled partition alloc on Mac. #40230

Don't miss a new electron release

NewReleases is sending notifications on new releases.