Electron v35.4.0
npm
npm install --save-dev electron@35.4.0
yarn
yarn add --dev electron@35.4.0
Release Notes
Features
Fixes
Fixed a possible crash using the WebView tag and calling focus. #47035 (Also in 36, 37)
Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47052 (Also in 36, 37)
Fixed crash in xdg portal version detection on startup. #47025 (Also in 36, 37)
Restored previous window-hiding behavior of
win.setContentProtected()
on Windows. #47034 (Also in 36, 37)
Other Changes
Updated Node.js to v22.15.0. #46740