v1.5.2 - Sections grid auto-rows
Fixes
- Sections grid layout with the expand button. When
show_expand_buttonis enabled, the card now reportsgrid_rows: autoso 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_optionsis set, the card spans the full section width; an explicitgrid_optionsstill overrides it. - Invalid
layoutvalue 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.