Electron v42.3.0

Latest Stable
npm
npm install --save-dev electron@42.3.0
yarn
yarn add --dev electron@42.3.0
Google ChromeChromium
148.0.7778.180
Node.jsNode.js
24.15.0
V8V8
14.8.178.22

Release Notes

Features

  • Added Linux support for app.getApplicationInfoForProtocol(). #51680

  • Added 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 process and other Node globals were undefined in ESM preload scripts when contextIsolation was 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