github FezVrasta/cafe-hass v0.7.1
C.A.F.E. v0.7.1

3 hours ago

Bug Fixes

Fixed the editor panel rendering collapsed (#229)

The C.A.F.E. editor appeared cut off, with only a thin strip at the top of the page visible and the canvas unreachable. This affected every browser and every install of v0.7.0.

The panel wrapper sized itself with height: 100%, but Home Assistant's panel host element is display: block with no resolved height of its own. The percentage had nothing to resolve against, so the panel collapsed down to the iframe's default intrinsic height.

The wrapper now derives its height from the viewport and its own measured position, so it fills the available space regardless of how the host element is laid out. It re-measures on window resize and once layout settles.

Thanks to @nades2 for diagnosing the root cause, and to @TobyNorhave and @hys17 for the additional reports.

Full Changelog: v0.7.0...v0.7.1

Don't miss a new cafe-hass release

NewReleases is sending notifications on new releases.