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@13.0.0-beta.27
.
Release Notes for v13.0.0-beta.27
Fixes
- Fixed an issue where
illegal access error
could be thrown whennodeIntegrationInSubFrames
is enabled. #29170 (Also in 12) - Fixed an issue where extensions without a background page might not have file access. #29171 (Also in 12)
- Fixed using vibrancy with titleBarStyle together resulting in weird window shadow on macOS. #29165