Electron v37.5.0
npm
npm install --save-dev electron@37.5.0
yarn
yarn add --dev electron@37.5.0
Release Notes
Features
Added
fileBacked
andpurgeable
fields toprocess.getSystemMemoryInfo()
for macOS. #48143 (Also in 38)
Fixes
Fixed an issue where
dialog.showMessageDialog
showed a window incorrectly centered to monitor instead of parent window when passed. #48213 (Also in 36, 38)Fixed an issue where a file-only picker incorrectly allowed some directories. #48230 (Also in 36, 38)
Fixed an issue where dragging sometimes didn't work after the
contextmenu
event was emitted. #48226 (Also in 36, 38)