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
Google ChromeChromium
100.0.4894.0
Node.jsNode.js
16.13.2
V8V8
10.0.139

Release Notes

Features

  • Added ses.setCodeCachePath() API for setting code cache directory. #33286 (Also in 17)

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)