Electron Releases - v16.0.0-beta.8

npm install electron@v16.0.0-beta.8
yarn add electron@v16.0.0-beta.8
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 <webview> background transparency regression. #31728
  • Fixed clipboard.writeBuffer(), clipboard.readBuffer() and clipboard.read()'s ability to manipulate platform-specific clipboard formats. #31719
  • Fixed an issue where app.getPath('crashDumps') returned an incorrect path for Linux. #31711 (Also in 15)

Other Changes

  • Updated Chromium to 96.0.4664.35. #31709