Electron Releases - v26.0.0-beta.10

npm install electron@v26.0.0-beta.10
yarn add electron@v26.0.0-beta.10
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 a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39297
  • Fixed an issue where the pageVisibility API returned incorrect values in some situations when backgroundThrottling was disabled. #39298 (Also in 25)

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39264
  • Updated Chromium to 116.0.5845.49. #39259