Electron v35.6.0

npm
npm install --save-dev electron@35.6.0
yarn
yarn add --dev electron@35.6.0
Google ChromeChromium
134.0.6998.205
Node.jsNode.js
22.15.1
V8V8
13.4.114.21

Release Notes

Features

  • Added support for --no-experimental-global-navigator flag. #47416 (Also in 36, 37)

  • Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)

Fixes

  • Fixed a potential crash using session.clearData in some circumstances. #47410 (Also in 36, 37)

  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)

  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47443 (Also in 36, 37)

  • Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)

  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47399 (Also in 36, 37)

Other Changes

  • Backported fix for 420637585. #47369