Electron Releases - v17.0.0-beta.8

npm install electron@v17.0.0-beta.8
yarn add electron@v17.0.0-beta.8
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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)