Electron v36.6.0

npm
npm install --save-dev electron@36.6.0
yarn
yarn add --dev electron@36.6.0
Google ChromeChromium
136.0.7103.177
Node.jsNode.js
22.16.0
V8V8
13.6.233.17

Release Notes

Features

  • Added support for --no-experimental-global-navigator flag. #47417 (Also in 35, 37)

  • Added support for HIDDevice.collections. #47484 (Also in 37)

  • Added support for customizing system accent color and highlighting of active window border. #47538 (Also in 35, 37)

Fixes

  • Fixed an issue where utility processes could leak file handles. #47541 (Also in 35, 37)

Other Changes

  • Updated Chromium to 136.0.7103.177. #47500