Electron Releases

Filter by channel Filter by major release

Release Notes for v11.0.0-beta.20

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.20.

Fixes

  • Fixed window.open not accepting size values with "px" at the end. #26334 (Also in 10)
  • Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing BrowserWindow was resized. #26320 (Also in 9, 10)

Other Changes

  • Updated Chromium to 87.0.4280.40. #26280

Release Notes for v11.0.0-beta.19

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.

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