Electron Releases - v16.2.8

npm install electron@v16.2.8
yarn add electron@v16.2.8

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)