Skip to content

electron v11.0.0-beta.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 02 Nov 22:14
· 354 commits to 11-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 electron@11.0.0-beta.19.

Release Notes for v11.0.0-beta.19

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