Electron v31.6.0
npm
npm install --save-dev electron@31.6.0
yarn
yarn add --dev electron@31.6.0
Release Notes
Fixes
Fixed BrowserView auto resize issue. #43635 (Also in 32, 33)
Fixed an issue where
defaultPath
did not work for all users on Linux when creating an open file dialog. #43630 (Also in 30, 32, 33)Fixed an issue with
resize
events being emitted on Windows when the window was moved but not resized. #43658 (Also in 32, 33)Restored Chromium default
Content-Disposition
header parsing. #43669 (Also in 30, 32, 33)
Other Changes
Updated Node.js to v20.17.0. #43423