npm install electron@v11.0.0-beta.5
yarn add electron@v11.0.0-beta.5
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.
Release Notes
Fixes
- Fixed an issue where
document.hasFocus
and document.activeElement
would be inconsistent upon showing a window that was initially created with show: 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)