Electron v43.0.0-beta.5
Latest Pre Releasenpm
npm install --save-dev electron@43.0.0-beta.5
yarn
yarn add --dev electron@43.0.0-beta.5
Release Notes
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