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.1
.
Release Notes for v27.0.0-beta.1
Fixes
- Fixed an issue where BrowserWindows could crash on macOS with
frame: false
androundedCorners: false
when going fullscreen. #39796 (Also in 25, 26) - Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. #39781 (Also in 25, 26)
Other Changes
- Updated Chromium to 118.0.5993.5. #39542