Electron v42.3.0
Latest Stablenpm
npm install --save-dev electron@42.3.0
yarn
yarn add --dev electron@42.3.0
Release Notes
Features
Added Linux support for
app.getApplicationInfoForProtocol(). #51680Added Notification.remove(), removeAll(), and removeGroup() static methods for macOS. #51691 (Also in 43)
Added session support to net module requests from utility process. #51698
Fixes
Fixed an issue where
processand other Node globals were undefined in ESM preload scripts whencontextIsolationwas disabled. #51726 (Also in 43)Fixed native addon compilation failure with undefined msvc intrinsic from v8 headers. #51706 (Also in 43)
Other Changes
Updated Chromium to 148.0.7778.180. #51600