Electron v37.7.1
npm
npm install --save-dev electron@37.7.1
yarn
yarn add --dev electron@37.7.1
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)