Skip to content

Releases: sanity-labs/react-table-kit

v1.3.0

21 Apr 15:40
e44ad8b

Choose a tag to compare

Minor Changes

  • e207839: Add controlled serverGroup support for server-backed grouping flows, including groupValue and groupField support on custom columns so grouped tables can use friendly labels while still grouping by backend fields or GROQ expressions.

v1.2.0

21 Apr 12:42
53ff7b0

Choose a tag to compare

Minor Changes

  • c1700b9: Add a generic column.string() helper for text columns with explicit field-based configuration and neutral header defaults derived from the field name when possible.

    column.title() remains available as a deprecated compatibility preset so existing title-based tables keep working while new code can adopt the more general string helper.

v1.1.0

21 Apr 12:15
7599225

Choose a tag to compare

Minor Changes

  • aa9f84d: Add new filter bar composition APIs so release and perspective controls can render beside search and visually dock to the table surface.

    This release adds filterBarSearchLeading, filter surface tone and style props, docking support, and consistent default-toned animated filter popovers with bottom-start placement.