Electron v42.0.0-beta.4
Latest Pre Releasenpm
npm install --save-dev electron@42.0.0-beta.4
yarn
yarn add --dev electron@42.0.0-beta.4
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