Skip to content

electron v11.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@electron-bot electron-bot released this 31 Aug 19:29
· 482 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.3.

Release Notes for v11.0.0-beta.3

Fixes

  • Fixed Electron not working on Windows 7 after #25076. #25168 (Also in 8, 9, 10, 11)
  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25193 (Also in 9, 10, 11)
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25180 (Also in 8, 9, 10, 11)
  • Fixed shell.moveItemToTrash on Windows so that it returns false when move was unsuccessful. #25171 (Also in 9, 10, 11)