Electron v36.2.0
Latest Stablenpm
npm install --save-dev electron@36.2.0
yarn
yarn add --dev electron@36.2.0
Release Notes
Fixes
Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46951 (Also in 35, 37)
Fixed an issue where
webContents.print
did not work as expected whenmediaSize
was not passed. #46972 (Also in 37)Fixed an issue where filters wouldn't apply in the specific case only one was passed. #46945 (Also in 37)
Fixed log files written to the current working directory on Windows. #46912 (Also in 35, 37)
Fixed xdg portal version detection for file dialogs on linux. #46923 (Also in 35, 37)
Other Changes
Updated Node.js to v22.15.0. #46741