Skip to content

v1.5.2 - Sections grid auto-rows

Choose a tag to compare

@eyalgal eyalgal released this 05 Jun 22:09

Fixes

  • Sections grid layout with the expand button. When show_expand_button is enabled, the card now reports grid_rows: auto so the Sections grid measures the real collapsed height and re-measures when you expand, instead of pinning a fixed cell that the expanded panel overlapped onto the tiles below. This fixes the horizontal layout staying stuck at one row and the vertical layout reserving an extra row.
  • Expandable card now defaults to full section width. When the expand button is enabled and no grid_options is set, the card spans the full section width; an explicit grid_options still overrides it.
  • Invalid layout value now falls back to horizontal (the documented default) for both rendering and grid sizing, so a typo no longer renders vertical while being sized as a collapsed horizontal card.

Thanks to BeebsJC for reporting the Sections overlap that led to this fix.