Electron v44.0.0-alpha.4
Latest Pre Releasenpm
npm install --save-dev electron@44.0.0-alpha.4
yarn
yarn add --dev electron@44.0.0-alpha.4
Release Notes
Features
Added a Save/Restore Window State API for cross-platform use. #52270
Fixes
Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS. #52318 (Also in 41, 42, 43)
Other Changes
Updated Chromium to 152.0.7938.0. #52312
Unknown
Removed 32-bit builds (Windows ia32 and Linux armv7l). Electron is now published only for 64-bit (x64 and arm64) platforms. #52326