Electron v32.1.1
npm
npm install --save-dev electron@32.1.1
yarn
yarn add --dev electron@32.1.1
Release Notes
Fixes
Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43743 (Also in 33)
Fixed an issue where
WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43698 (Also in 31, 33)
Other Changes
Updated Chromium to 128.0.6613.137. #43683