Electron v43.0.0-beta.5

Latest Pre Release
npm
npm install --save-dev electron@43.0.0-beta.5
yarn
yarn add --dev electron@43.0.0-beta.5
Google ChromeChromium
150.0.7871.13
Node.jsNode.js
24.16.0
V8V8
15.0.245.4

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