Electron v36.3.0

npm
npm install --save-dev electron@36.3.0
yarn
yarn add --dev electron@36.3.0
Google ChromeChromium
136.0.7103.113
Node.jsNode.js
22.15.1
V8V8
13.6.233.10

Release Notes

Features

  • Added innerWidth and innerHeight options for window.open. #47038 (Also in 35, 37)

  • Added sublabel functionality for menus on macOS >= 14.4. #47040 (Also in 35, 37)

  • Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. #47125 (Also in 35, 37)

  • Added support for node option --experimental-network-inspection. #47030 (Also in 35, 37)

Fixes

  • Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47189 (Also in 37)

  • Fixed opening package paths as directory when treatPackageAsDirectory is enabled on macOS. #47109 (Also in 35, 37)

Other Changes

  • Updated Chromium to 136.0.7103.113. #47093

  • Updated Node.js to v22.15.1. #47103