Electron v39.8.4
npm
npm install --save-dev electron@39.8.4
yarn
yarn add --dev electron@39.8.4
Release Notes
Fixes
Fixed an issue where
nodeIntegrationInWorkeroverrides insetWindowOpenHandlerwere not honored for child windows sharing a renderer process with their opener. #50468 (Also in 38, 40, 41)Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50400 (Also in 40, 41, 42)
Fixed improper focus tracking in BaseWindow on MacOS. #50338 (Also in 40, 41, 42)
Fixed window freeze when failing to enter/exit fullscreen on macOS. #50341 (Also in 40, 41, 42)