Electron v17.1.1
npm
npm install --save-dev electron@17.1.1
yarn
yarn add --dev electron@17.1.1
Release Notes
Fixes
Fixed an issue where
alternateImage
s 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