Electron Releases - v9.0.0-beta.5

npm install electron@v9.0.0-beta.5
yarn add electron@v9.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

Fixes

  • Fixed session.setSpellCheckerDictionaryDownloadURL to append the dictionary name at the end of requests instead of requesting the same URL for all dictionaries. #22385
  • Fixed webRequest not working for CORS requests. #22468
  • Fixed an occasional segfault with modal windows being closed or destroyed. #22445
  • Fixed issue where dictionary files for the spellchecker would be downloaded to the app install directory instead of the user data directory. #22447
  • MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #22469