Electron v32.2.6

npm
npm install --save-dev electron@32.2.6
yarn
yarn add --dev electron@32.2.6
Google ChromeChromium
128.0.6613.186
Node.jsNode.js
20.18.1
V8V8
12.8.374.38

Release Notes

Fixes

  • Fixed an issue where resize wasn't being emitted for single-pixel resizes on Windows. #44724 (Also in 33, 34)

  • Fixed an issue where a utilityProcess pid would not be undefined after exit. #44693 (Also in 33, 34)

  • Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. #44758 (Also in 33, 34)

  • Fixed an issue where the webContents context-menu event was not emitted when using -webkit-app-region: drag. #44798 (Also in 33, 34)

  • Fixed crash in net api when utility process exits. #44730 (Also in 33, 34)

  • Return 0 exit code for normal termination of the utility process. #44749 (Also in 33, 34)

Other Changes

  • Fixed drag-and-drop session being canceled on wayland with empty dragData. #44760

  • Updated Node.js to v20.18.1. #44779