github electron/electron v43.0.0-alpha.5
electron v43.0.0-alpha.5

pre-release6 hours 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@43.0.0-alpha.5.

Release Notes for v43.0.0-alpha.5

Features

  • Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS. #51690 (Also in 42)

Fixes

  • Fixed an issue where process and other Node globals were undefined in ESM preload scripts when contextIsolation was disabled. #51723
  • Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers. #51705 (Also in 42)

Other Changes

  • Improved performance of native event emission, IPC dispatch, and option-dictionary parsing. #51615 (Also in 41, 42)

Documentation

  • Documentation changes: #51689

Don't miss a new electron release

NewReleases is sending notifications on new releases.