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@27.0.0-beta.8
.
Release Notes for v27.0.0-beta.8
Features
Fixes
- Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. #39996
- Fixed window size constraints not working on macOS. #39992
- Prevent DWM from redrawing video frames rendered on opaque windows. #40003
Other Changes
- Fixed build failure when PDF viewer is disabled. #40001 (Also in 25, 26)
- Security: backported fix for CVE-2023-5217. #40022