Electron v28.2.3
npm
npm install --save-dev electron@28.2.3
yarn
yarn add --dev electron@28.2.3
Release Notes
Fixes
Fixed a crash that started occurring sporadically with some types of macOS window close. #41298 (Also in 29)
Fixed an issue where
webContents.printToPDF
could fail when certain combinations ofmargins
andpageSize
values are passed. #41267 (Also in 29)Fixed an issue where crashes in
node::Environment
destruction potentially wouldn't be propagated to theNodeService
exit handler. #41302 (Also in 27, 29)Fixed an issue where zoom level settings did not persist per-session for webviews. #41268 (Also in 27)
Other Changes
Updated Chromium to 120.0.6099.283. #41262