Electron Releases - v14.0.0-beta.22

npm install electron@v14.0.0-beta.22
yarn add electron@v14.0.0-beta.22
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 on Mac where an application could not capture its own window using the desktop capture or getMediaSourceId APIs. #30524 (Also in 13, 15)
  • Fixed an issue where background color would not be correctly applied to BrowserViews on Windows when either the x or y coordinate is negative (off-screen). #30541

Other Changes

  • Updated Chromium to 93.0.4577.25. #30349