Electron v36.6.0
npm
npm install --save-dev electron@36.6.0
yarn
yarn add --dev electron@36.6.0
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
Other Changes
Updated Chromium to 136.0.7103.177. #47500