Electron v16.2.8

npm
npm install --save-dev electron@16.2.8
yarn
yarn add --dev electron@16.2.8
Google ChromeChromium
96.0.4664.174
Node.jsNode.js
16.9.1
V8V8
9.6.180.23

Release Notes

Fixes

  • Fixed an issue where Pointer Lock behavior could not be properly exited. #32826 (Also in 18)

  • Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and event.preventDefault was called in either will-resize or will-move on Windows. #34282 (Also in 17, 18, 19)

  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33546

  • Fixed crash when calling navigator.serial.getPorts(). #34334 (Also in 17, 18, 19)