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@33.0.0-beta.2
.
Release Notes for v33.0.0-beta.2
Fixes
- Fixed a potential issue accessing a child window document when overriding browserWindow creation via
setWindowOpenHandler
. #43816 - Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43744 (Also in 31, 32)
- Fixed mouse cursor turning into loading spinner when starting utility process on Windows. #43731
- Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #43810 (Also in 32)