Electron v35.0.0-beta.8

npm
npm install --save-dev electron@35.0.0-beta.8
yarn
yarn add --dev electron@35.0.0-beta.8
Google ChromeChromium
134.0.6998.10
Node.jsNode.js
22.14.0
V8V8
13.4.114.5

Release Notes

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45660 (Also in 32, 33, 34)

  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45686 (Also in 33, 34)

  • Fixed crash on startup with asan build on macOS. #45569 (Also in 33, 34)

  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #45664 (Also in 32, 33, 34)

  • Fixed web worker scripts failing to load for chrome extensions. #45708 (Also in 32, 33, 34)

Other Changes

  • The systemPreferences.isAeroGlassEnabled() API has been deprecated and will be removed without replacement. #45554

  • Updated Chromium to 134.0.6998.10. #45585

  • Updated Node.js to v22.14.0. #45641