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
andproduct
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)