Electron v39.2.4
Latest Stablenpm
npm install --save-dev electron@39.2.4
yarn
yarn add --dev electron@39.2.4
Release Notes
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. #49045 (Also in 38, 40)Fixed crash when reading system certificates via nodejs tls module. #49042 (Also in 40)
Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49019 (Also in 38, 40)
Other Changes
Updated Chromium to 142.0.7444.177. #49037