Electron v36.2.0

Latest Stable
npm
npm install --save-dev electron@36.2.0
yarn
yarn add --dev electron@36.2.0
Google ChromeChromium
136.0.7103.49
Node.jsNode.js
22.15.0
V8V8
13.6.233.8

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 when mediaSize 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