Release Notes for v11.0.0-beta.5
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@11.0.0-beta.5
.
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)