Electron v36.0.0-beta.5
npm
npm install electron@36.0.0-beta.5
yarn
yarn add electron@36.0.0-beta.5
Release Notes
Fixes
Fixed ElectronAccessibilityUI bug. #46590 (Also in 33, 34, 35)
Fixed a possible BrowserWindow crash caused by closing a parent window with focus or blur events. #46580 (Also in 34, 35)
Fixed an issue with
--inspect-brk
failing in packaged apps. #46584 (Also in 35)Fixed an issue with the
assert
Node.js module in the renderer process. #46561
Other Changes
Updated Chromium to 136.0.7103.17. #46546