Electron v37.7.1

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

Release Notes

Fixes

  • Fixed an issue where button background on mouse hover with titleBarOverlay wasn't always calculated to provide appropriate minimum contrast. #48596 (Also in 39)

  • Fixed an issue where changing the resizable property on a window would break the styles of a transparent window. #48500 (Also in 38, 39)

  • Fixed shader-f16 to work on Windows. #48556 (Also in 38, 39)

  • Fixed white flash on call to BrowserWindow.show. #48558 (Also in 38, 39)