Electron Releases - v11.0.0-beta.16

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

  • 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

  • Backported fix for https://crbug.com/1115267. #26036
  • Updated Chromium to 87.0.4280.27. #25993

Unknown

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