Electron v36.2.1
Latest Stablenpm
npm install --save-dev electron@36.2.1
yarn
yarn add --dev electron@36.2.1
Release Notes
Fixes
Fixed a possible crash using the WebView tag and calling focus. #47037 (Also in 35, 37)
Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47053 (Also in 35, 37)
Fixed crash in xdg portal version detection on startup. #47024 (Also in 35, 37)
Restored previous window-hiding behavior of
win.setContentProtected()
on Windows. #47032 (Also in 35, 37)
Other Changes
Updated Chromium to 136.0.7103.93. #46974