Electron Releases - v16.0.0-beta.7

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

  • Changed WebHID to use disable-hid-blocklist flag to enable FIDO devices. #31650 (Also in 15)
  • Fixed a crash when a BrowserWindow is closed subsequent to its webContents being destroyed. #31646 (Also in 14, 15)
  • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #31694 (Also in 14, 15)
  • Fixed an issue where transparency was not always set correctly on webContents. #31700
  • Fixed behaviour on posix when passing lists into app.requestSingleInstanceLock(additionalData) API. #31708
  • Fixed clipboard.read to once again work like clipboard.readBuffer. #31652 (Also in 15)
  • Fixed crash when using sync dialog APIs immediately after async dialog APIs. #31657 (Also in 15)