Electron v41.3.0

Latest Stable
npm
npm install --save-dev electron@41.3.0
yarn
yarn add --dev electron@41.3.0
Google ChromeChromium
146.0.7680.188
Node.jsNode.js
24.15.0
V8V8
14.6.202.33

Release Notes

Fixes

  • Fixed webContents.printToPDF rejecting on all subsequent calls after a prior call was rejected with an invalid pageRanges value. #51221 (Also in 40, 42)

  • Fixed an issue where app-region: drag inside a hidden WebContentsView would 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_pdf disabled. #51248 (Also in 42)

  • Fixed frameless transparent windows on Windows losing their transparency after setResizable(false) followed by setResizable(true). #51217 (Also in 42)

Other Changes

  • Updated Node.js to v24.15.0. #51088