Electron v17.1.1

npm
npm install --save-dev electron@17.1.1
yarn
yarn add --dev electron@17.1.1
Google ChromeChromium
98.0.4758.109
Node.jsNode.js
16.13.0
V8V8
9.8.177.11

Release Notes

Fixes

  • Fixed an issue where alternateImages did not work properly on macOS. #33105 (Also in 15, 16, 18)

  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33076 (Also in 15, 16, 18)

  • Fixed an occasional crash on Mac when spawning a child process. #33116 (Also in 18)

  • Fixed broken transparency option in offscreen window rendering. #33052 (Also in 16, 18)

Other Changes

  • Updated Chromium to 98.0.4758.109. #33085