Electron Releases - v19.0.2

npm install electron@v19.0.2
yarn add electron@v19.0.2

Release Notes

Fixes

  • Fixed an issue where pressing escape would not un-fullscreen on Windows or Linux in some circumstances. #34359 (Also in 18)
  • Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition. #34391 (Also in 17, 18, 20)
  • Fixed printing crash when using webContents.print(). #34369

Other Changes

  • Updated Chromium to 102.0.5005.63. #34349