Electron Releases - v21.0.0-beta.6

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

Fixes

  • Enable WCO maximize button when window enters tablet mode and is not already maximized. #35664 (Also in 19, 20)
  • Fixed an issue where WCO could occlude DevTools opened in any non-detached mode. #35688 (Also in 18, 19, 20)
  • Fixed issue with history.back() in sandboxed iframes affecting parent browsing context. #35623 (Also in 19, 20)

Other Changes

  • Fixed an issue where some spellcheck functionality would incorrectly throw errors on macOS. #35679
  • Updated Chromium to 106.0.5249.40. #35686

Documentation