Electron v16.0.0-beta.8

npm
npm install --save-dev electron@16.0.0-beta.8
yarn
yarn add --dev electron@16.0.0-beta.8
Google ChromeChromium
96.0.4664.35
Node.jsNode.js
16.9.1
V8V8
9.6.180.10

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