Electron Releases - v13.0.0-beta.27

npm install electron@v13.0.0-beta.27
yarn add electron@v13.0.0-beta.27
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed an issue where illegal access error could be thrown when nodeIntegrationInSubFrames 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