Electron v42.0.0-beta.4

Latest Pre Release
npm
npm install --save-dev electron@42.0.0-beta.4
yarn
yarn add --dev electron@42.0.0-beta.4
Google ChromeChromium
148.0.7778.5
Node.jsNode.js
24.14.1
V8V8
14.8.178.1

Release Notes

Features

  • Added id, groupId, and groupTitle support for Windows notifications. #50895

Fixes

  • Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools. #51079 (Also in 41)

  • Fixed an issue where an Electron auto-update job would occasionally fail if a macOS system update is pending. #51111

  • Fixed an issue where closing devtools immediately after focus caused a crash. #51036 (Also in 41)

  • Fixed an issue where saving edited PDF files would fail with a cross-origin SecurityError. #51072