Electron v36.0.0-beta.6

npm
npm install electron@36.0.0-beta.6
yarn
yarn add electron@36.0.0-beta.6
Google ChromeChromium
136.0.7103.25
Node.jsNode.js
22.14.0
V8V8
13.6.233.4

Release Notes

Fixes

  • Fixed an error when calling window.emit('close') after toggling fullscreen mode. #46621 (Also in 35)

  • Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. #46619

Other Changes

  • Fixed an issue where printing from the renderer process crashes the main process when no printers are installed in the system or there's not a default printer. #46617 (Also in 34, 35)

  • Updated Chromium to 136.0.7103.25. #46603