Electron v25.2.0
npm
npm install --save-dev electron@25.2.0
yarn
yarn add --dev electron@25.2.0
Release Notes
Features
node:
prefixed requires are now supported in sandboxed renderer preloads forevents
,timers
andurl
. #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