Skip to content

electron v21.0.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@sudowoodo-release-bot sudowoodo-release-bot released this 15 Sep 23:46
· 177 commits to 21-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 install electron@21.0.0-beta.6.

Release Notes for v21.0.0-beta.6

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