Electron v17.0.1

npm
npm install --save-dev electron@17.0.1
yarn
yarn add --dev electron@17.0.1
Google ChromeChromium
98.0.4758.82
Node.jsNode.js
16.13.0
V8V8
9.8.177.9

Release Notes

Fixes

  • Fixed an issue where frameless windows on Windows would incorrectly show a small frame during the loading process. #32707 (Also in 14, 15, 16, 18)

  • Fixed effect when hovering over window controls on Windows in a WCO-enabled window. #32719 (Also in 14, 15, 16, 18)

  • Fixed possible race conditions between frame state and electron ipc. #32815

Other Changes

  • Updated Chromium to 98.0.4758.82. #32832