Electron v11.0.0-beta.5
npm
npm install --save-dev electron@11.0.0-beta.5
yarn
yarn add --dev electron@11.0.0-beta.5
Release Notes
Fixes
Fixed an issue where
document.hasFocus
anddocument.activeElement
would be inconsistent upon showing a window that was initially created withshow: false
. #25323 (Also in 11)Fixed client_id file being generated in the working directory for node child process. #25310 (Also in 9, 11)
Fixed multiple dock icons being left in system when calling
dock.show
/hide
on macOS. #25300 (Also in 8, 9, 10, 11)