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