Electron v37.7.0

npm
npm install --save-dev electron@37.7.0
yarn
yarn add --dev electron@37.7.0
Google ChromeChromium
138.0.7204.251
Node.jsNode.js
22.20.0
V8V8
13.8.258.32

Release Notes

Fixes

  • Fixed Windows dialog.showMessageBox default button handling. #48520 (Also in 36, 38, 39)

  • Fixed addBrowserView to prevent unnecessary removal and re-adding of the same BrowserView. #48200 (Also in 38)

  • Fixed an issue where authentication via websockets can crash. #48540 (Also in 38, 39)

Other Changes

  • Fixed a development issue where the metal toolchain could not be found when building on macOS 26. #48471 (Also in 38, 39)

  • Updated Node.js to v22.20.0. #48380