Electron v19.0.2

npm
npm install --save-dev electron@19.0.2
yarn
yarn add --dev electron@19.0.2
Google ChromeChromium
102.0.5005.63
Node.jsNode.js
16.14.2
V8V8
10.2.154.4

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