Electron Releases - v11.0.0-beta.19

npm install electron@v11.0.0-beta.19
yarn add electron@v11.0.0-beta.19
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 where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26246 (Also in 9, 10)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews. #26259 (Also in 9, 10)
  • Fixed debug.log files being created under working directory on windows. #26250