Electron v39.2.4

Latest Stable
npm
npm install --save-dev electron@39.2.4
yarn
yarn add --dev electron@39.2.4
Google ChromeChromium
142.0.7444.177
Node.jsNode.js
22.21.1
V8V8
14.2.231.21

Release Notes

Fixes

  • Fixed an issue where the close callback param for menu.popup would 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