Electron v18.0.0-beta.5
npm
npm install --save-dev electron@18.0.0-beta.5
yarn
yarn add --dev electron@18.0.0-beta.5
Release Notes
Features
Fixes
Fixed an issue where First Party Sets were not correctly loaded on app launch. #33345
Fixed crash in the render process on reload with pending node fs.promises. #33302 (Also in 15, 16)
Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33284 (Also in 17)