Skip to content

electron v11.0.0-beta.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 24 Oct 01:00
· 375 commits to 11-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@11.0.0-beta.16.

Release Notes for v11.0.0-beta.16

Fixes

  • Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26127 (Also in 9, 10)
  • Fixed issue where setting the spellchecker languages to an empty array would permanently disable the spellchecker till the end of time. #26129
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #26099 (Also in 8, 9, 10)

Other Changes

Unknown

  • Fixed issue where clicking notifications would no longer dismiss them as expected. #26131 (Also in 8, 9)