Electron Releases - v14.0.0-beta.18

npm install electron@v14.0.0-beta.18
yarn add electron@v14.0.0-beta.18
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 a potential crash that would occur with draggable regions on Windows. #30327 (Also in 13, 15)
  • Fixed an issue where BrowserView webContents would appear not to load in some circumstances. #30335 (Also in 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30331 (Also in 12, 13, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30269 (Also in 13, 15)
  • Fixed redirects between locations in custom protocols. #30156
  • Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled. #30355 (Also in 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #30164 (Also in 13)

Other Changes

  • Updated Chromium to 93.0.4577.15. #30029
  • Web Serial API is no longer experimental. #30333 (Also in 15)