Electron Releases - v26.0.0-alpha.5

npm install electron@v26.0.0-alpha.5
yarn add electron@v26.0.0-alpha.5
Note: This is an alpha 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 passing webContents.print(null) could incorrectly trigger an error. #38641 (Also in 24, 25)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38679 (Also in 25)
  • Fixed potential invalid protocol error handling. #38635 (Also in 25)
  • Fixed visibility of menu bar when exiting full screen. #38683