Electron Releases - v18.0.0-beta.5

npm install electron@v18.0.0-beta.5
yarn add electron@v18.0.0-beta.5
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

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)