Electron v32.2.6
npm
npm install --save-dev electron@32.2.6
yarn
yarn add --dev electron@32.2.6
Release Notes
Fixes
Fixed an issue where
resizewasn't being emitted for single-pixel resizes on Windows. #44724 (Also in 33, 34)Fixed an issue where a
utilityProcesspid would not beundefinedafter 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-menuevent 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)