Skip to content

v0.14.0

Latest

Choose a tag to compare

@cpascariello cpascariello released this 04 May 13:08
20a59b6

Features

  • Tabs: maxVisible prop for count-based overflow cap. Hard-caps the visible tab count regardless of available width; trailing tabs collapse into the existing overflow="collapse" dropdown. Either prop alone activates the dropdown; when both are set, the stricter limit wins. (#46)
  • Table: Controlled-sort props (sortColumn, sortDirection, onSortChange) so externally paginated tables can sort the full filtered dataset rather than only the current page. (#45)

Fixes

  • Table: Sort-icon alignment on right-aligned headers — text now stays flush with body cell right edge whether sorted or not. (#44)