Electron v37.8.0
npm
npm install --save-dev electron@37.8.0
yarn
yarn add --dev electron@37.8.0
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.showOpenDialogon 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
trafficLightPositionwould not be correctly applied when usingtitleBarStyle: 'customButtonsOnHover'on macOS 26. #48622 (Also in 38, 39)
Documentation
Documentation changes: #48683