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
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. #46032Fixed 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)