Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@36.0.0-beta.5
.
Release Notes for v36.0.0-beta.5
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