Skip to content

electron v13.0.0-beta.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 06 May 19:12
· 364 commits to 13-x-y since this release

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.22.

Release Notes for v13.0.0-beta.22

Fixes

  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #29025 (Also in 11, 12)
  • Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. #29017 (Also in 11, 12)