Electron v39.2.5
Latest Stablenpm
npm install --save-dev electron@39.2.5
yarn
yarn add --dev electron@39.2.5
Release Notes
Fixes
Fixed a Windows notification issue where clicking a native notification would result in an application hang on certain Windows environments. #49130 (Also in 40)
Fixed an issue where
menu-did-closewas not emitted properly for some application menus. #49093 (Also in 38, 40)Reduced amount of visual artifacts while resizing a window on Windows. #49076