Electron v25.2.0

npm
npm install --save-dev electron@25.2.0
yarn
yarn add --dev electron@25.2.0
Google ChromeChromium
114.0.5735.134
Node.jsNode.js
18.15.0
V8V8
11.4.183.23

Release Notes

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38729 (Also in 24, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #38791 (Also in 24, 26)

  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38839 (Also in 26)

  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38814 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.134. #38782