Electron Releases - v9.0.0-beta.6

npm install electron@v9.0.0-beta.6
yarn add electron@v9.0.0-beta.6
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 session.removeWordFromSpellCheckerDictionary API to remove custom words in the dictionary. #22368

Fixes

  • Enable offscreen rendering. #22425
  • Fixed a potential crash on devices which had not connected any printers to their network. #22519
  • Fixed some properties not working in webview tags. #22511
  • Removed assurance of object identity equality from the contextBridge as it is incapable of handling mutations. #22525
  • Updating the document title while in fullscreen with custom traffic light positions no longer makes the traffic lights invisible. #22509

Other Changes

  • None. #22479
  • Updated Chromium to 82.0.4058.2. #22198