Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@40.0.0-alpha.8.
Release Notes for v40.0.0-alpha.8
Fixes
- Fixed an issue where the close callback param for
menu.popupwould fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49046 (Also in 38, 39) - Fixed crash when reading system certificates via nodejs tls module. #49041
Other Changes
- Fixed devtools element panel flickering when with node inspection. #49043