Electron Releases

Filter by channel Filter by major release

Release Notes for v11.0.0-beta.5

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

Fixes

  • Fixed an issue where document.hasFocus and document.activeElement would be inconsistent upon showing a window that was initially created with show: false. #25323 (Also in 11)
  • Fixed client_id file being generated in the working directory for node child process. #25310 (Also in 9, 11)
  • Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25300 (Also in 8, 9, 10, 11)

Release Notes for v11.0.0-beta.4

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

Fixes

    • Fixes the following issues for frameless when maximized on Windows: * fix unreachable task bar when auto hidden with position top * fix 1px extending to secondary monitor * fix 1px overflowing into taskbar at certain resolutions * fix white line on top of window under 4k resolutions. #25217 (Also in 8, 9, 10, 11)