8000 Release electron v9.0.0-beta.6 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v9.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 06 Mar 14:21
· 540 commits to 9-x-y since this release

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@9.0.0-beta.6.

Release Notes for v9.0.0-beta.6

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

0