electron v19.0.0-beta.4
Pre-release
Pre-release
·
253 commits
to 19-x-y
since this release
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 [email protected]
.
Release Notes for v19.0.0-beta.4
Fixes
- Fixed an issue where
BrowserWindow#isFocused()
was returningfalse
whenblur()
was called on macOS. #34031 (Also in 17, 18) - Fixed an issue with the
app.requestSingleInstanceLock()
API where it would sometimes hang. #34071 (Also in 18)
Other Changes
- Updated Chromium to 102.0.5005.27. #33932