Electron v41.0.4
Latest Stablenpm
npm install --save-dev electron@41.0.4
yarn
yarn add --dev electron@41.0.4
Release Notes
Fixes
Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50399 (Also in 39, 40, 42)
Fixed improper focus tracking in BaseWindow on MacOS. #50340 (Also in 39, 40, 42)
Fixed logic bug that rendered certain window types un-resizable on MAS builds. #50354 (Also in 40, 42)
Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit. #50386 (Also in 40, 42)
Fixed window freeze when failing to enter/exit fullscreen on macOS. #50343 (Also in 39, 40, 42)
Improved the appearance of shadows and borders on frameless windows on Wayland. #50213