Electron v41.10.3
npm
npm install --save-dev electron@41.10.3
yarn
yarn add --dev electron@41.10.3
Release Notes
Fixes
Fixed
app.disableHardwareAcceleration()not fully disabling GPU hardware usage on Windows starting from Electron 38. #52368 (Also in 42, 43, 44)Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52320 (Also in 42, 43, 44)
Other Changes
Backported fixes from upstream Chromium and V8. #52396