Electron v19.0.7

npm
npm install --save-dev electron@19.0.7
yarn
yarn add --dev electron@19.0.7
Google ChromeChromium
102.0.5005.134
Node.jsNode.js
16.14.2
V8V8
10.2.154.10

Release Notes

Fixes

  • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #34722 (Also in 17, 18, 20)

  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34757 (Also in 17, 18, 20)

Other Changes

  • Security: backported fix for CVE-2022-2162. #34712

  • Updated Chromium to 102.0.5005.134. #34702