Electron v43.0.0-alpha.5
Latest Pre Releasenpm
npm install --save-dev electron@43.0.0-alpha.5
yarn
yarn add --dev electron@43.0.0-alpha.5
Release Notes
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. #51723Fixed 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