Electron v41.3.0
Latest Stablenpm
npm install --save-dev electron@41.3.0
yarn
yarn add --dev electron@41.3.0
Release Notes
Fixes
Fixed
webContents.printToPDFrejecting on all subsequent calls after a prior call was rejected with an invalidpageRangesvalue. #51221 (Also in 40, 42)Fixed an issue where
app-region: draginside a hiddenWebContentsViewwould still drag the parent window on Windows. #51246 (Also in 40, 42)Fixed an issue where an Electron macOS update would not be applied if another app was previously blocking the macOS system update loop. #51210 (Also in 40, 42)
Fixed build failure when building with
enable_pdfdisabled. #51248 (Also in 42)Fixed frameless transparent windows on Windows losing their transparency after
setResizable(false)followed bysetResizable(true). #51217 (Also in 42)
Other Changes
Updated Node.js to v24.15.0. #51088