v0.3.2 — controller focus in button rows
A small maintenance release, shipping a fix that had been sitting in the repository unreleased since 2026-07-23.
Fixed
Controller navigation in rows of buttons. flow-children="horizontal" is not a value the Steam client's focus engine accepts — it only takes row, row-reverse, column, column-reverse, grid and geometric. Anything else falls through to a default branch that logs Unhandled flow-children on every render and produces no focus flow at all, which can break controller navigation and even swallow state updates on rows that re-render often.
Replaced with row, the same correction already applied to Steamcord and SkullKey.
Full changelog: CHANGELOG.md