Electron Releases - v36.0.0-beta.6

npm install electron@v36.0.0-beta.6
yarn add electron@v36.0.0-beta.6
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

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