Electron v38.7.2

npm
npm install --save-dev electron@38.7.2
yarn
yarn add --dev electron@38.7.2
Google ChromeChromium
140.0.7339.249
Node.jsNode.js
22.21.1
V8V8
14.0.365.10

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. #49047 (Also in 39, 40)

  • Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49020 (Also in 39, 40)