8000 Release electron v14.0.0-beta.13 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v14.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 12 Jul 22:45
· 305 commits to 14-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@14.0.0-beta.13.

Release Notes for v14.0.0-beta.13

Features

  • Added missing resourceType conversions for webRequest listener details: font, ping, cspReport, media, webSocket. #30050
  • Added support for Windows Control Overlay on macOS. #29986

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #29989 (Also in 12, 13)
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29967 (Also in 12, 13)
  • Fixed key window status on mac when opening panels or using custom window switchers. #30066 (Also in 12)
  • Fixed memory leak when creating notification on macOS. #30008 (Also in 12, 13)

Other Changes

  • Updated Chromium to 93.0.4566.0. #29979

Documentation

  • Documentation changes: #30058
0