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@43.0.0-beta.5.
Release Notes for v43.0.0-beta.5
Fixes
- Fixed Windows edge case in
NativeWindowViews::MoveBehindTaskBarIfNeeded(). #52021 (Also in 41, 42) - Fixed an issue where clicking the maximize button could progressively shrink the window in some Wayland environments. #52039 (Also in 42)
- Fixed an issue where frameless windows windows could shrink after applying constraints or toggling resizability on Windows. #51954
- Fixed running under tsx import transpilation. #51978
- Fixed titleBarOverlay.color set to
rgba(0,0,0,0)failing back to default frame color. #52010