v43.0.0-alpha.5
📦 electronView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This alpha release introduces new static methods for managing notifications on macOS and resolves critical issues related to Node globals in ESM preload scripts and native addon compilation.
✨ New Features
- Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS.
🐛 Bug Fixes
- Fixed an issue where `process` and other Node globals were undefined in ESM preload scripts when `contextIsolation` was disabled.
- Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers.