Skip to content

electron v17.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 27 Jan 16:14
· 243 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.8.

Release Notes for v17.0.0-beta.8

Features

  • Added missing info to in-app purchase's transaction and product structures. #32602

Fixes

  • Fixed VoiceOver not reading typed words correctly in MAS builds. #32567
  • Fixed maxWidth not working in BrowserWindow constructor options. #32637
  • Fixed a crash that occurred when user attempted to download an edited PDF. #32539 (Also in 15)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #32621 (Also in 13, 14, 15, 16)
  • Fixed windows with roundedCorners: false unable to be closed. #32612 (Also in 15, 16)