Electron v28.2.3

npm
npm install --save-dev electron@28.2.3
yarn
yarn add --dev electron@28.2.3
Google ChromeChromium
120.0.6099.283
Node.jsNode.js
18.18.2
V8V8
12.0.267.19

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 of margins and pageSize values are passed. #41267 (Also in 29)

  • Fixed an issue where crashes in node::Environment destruction potentially wouldn't be propagated to the NodeService 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