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
processand other Node globals were undefined in ESM preload scripts whencontextIsolationwas 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