Electron v35.3.0

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

Release Notes

Fixes

  • Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46953 (Also in 36, 37)

  • Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #46889 (Also in 36, 37)

  • Fixed display id validation errors on certain versions of windows 10. #46873

  • Fixed log files written to the current working directory on Windows. #46911 (Also in 36, 37)

  • Fixed xdg portal version detection for file dialogs on linux. #46936 (Also in 36, 37)

Other Changes

  • Added support for --js-flags=--perf-prof on macOS. #46877 (Also in 36)