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.9
.
Fixes
- Fixed an issue where frameless vibrant windows would not show transparency correctly on macOS. #32649 (Also in 16)
Other Changes
- Fixed draggable regions not updating unless a relayout occurs. #32638
Documentation
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
.
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)