Electron v36.0.0-alpha.3

npm
npm install --save-dev electron@36.0.0-alpha.3
yarn
yarn add --dev electron@36.0.0-alpha.3
Google ChromeChromium
136.0.7062.0
Node.jsNode.js
22.14.0
V8V8
13.6.32

Release Notes

Fixes

  • Fixed an issue where Web Workers crashed on unhandled rejections. #46021 (Also in 34, 35)

  • Fixed an issue where context-menu event weren't emitted as expected on Windows in draggable regions. #46032

  • Fixed an issue where packages could be mistakenly not found in asar. #46023 (Also in 35)

  • Fixed an issue where snapped windows in Windows may sometimes be improperly restored. #46041 (Also in 33, 34, 35)

  • Fixed incorrect titlebar in file save dialogs. #46077 (Also in 33, 34, 35)

  • Fixed title changes to not occur while navigating within a page. #46036 (Also in 34, 35)