Skip to content

electron v17.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 17 Jan 15:26
· 265 commits to 17-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@17.0.0-beta.5.

Release Notes for v17.0.0-beta.5

Fixes

  • Fixed an issue that the alert() dialog title is corrupted. #32469 (Also in 14, 15, 16)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #32459 (Also in 14, 15, 16)
  • Fixed an issue where calling screen capture on macOS does not properly release underlying OS capture mechanisms. #32464