Electron v37.8.0

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

Release Notes

Features

  • Added methods to enable more granular accessibility support management. #48627 (Also in 38, 39)

  • Support dynamic ESM imports in non-context isolated preloads. #48487 (Also in 38, 39)

Fixes

  • Fixed a potential crash in dialog.showOpenDialog on Windows with an empty extension filter array. #48659 (Also in 38, 39)

  • Fixed an error when checking environmental variables when using remote checksums when installing Electron via npm. #48671 (Also in 38, 39)

  • Fixed an issue where trafficLightPosition would not be correctly applied when using titleBarStyle: 'customButtonsOnHover' on macOS 26. #48622 (Also in 38, 39)

Documentation

  • Documentation changes: #48683