Skip to content

Releases: sanity-labs/sdk-table-kit

v0.3.1

21 Apr 16:30
8f1bea6

Choose a tag to compare

Patch Changes

  • d1b830c: Prevent release bulk actions from crashing when no Sanity UI ToastProvider is mounted by using
    safe toast handling in the release UI components.

v0.3.0

21 Apr 15:55
9eef313

Choose a tag to compare

Minor Changes

  • ac67fdc: Add server-aware grouping for paginated Sanity tables, including URL-backed group state and group-aware ordering in useSanityTableData(), useSanityDocumentTable(), and SanityDocumentTable.

    Allow SDK columns to provide server grouping metadata for display-oriented cells, including groupField and prepared groupValue support for custom and reference columns.

Patch Changes

  • ac67fdc: Update the @sanity-labs/react-table-kit dependency range to ^1.3.0 so sdk-table-kit ships
    against the released column.string() and server-grouping APIs.

v0.2.0

21 Apr 13:15
efd42fc

Choose a tag to compare

Minor Changes

  • 4eebee8: Expose a generic column.string() helper that supports SDK role visibility, comment metadata, and auto-save integration for arbitrary string fields.

    column.title() is now deprecated as a compatibility preset, allowing existing tables to keep working while documentation and new examples move to the generic string helper.

  • 4eebee8: Add a Studio-style global perspective picker to release-enabled tables and support published, drafts, and release perspectives directly in the table chrome.

    This release also adds published read-only handling, perspective-aware filter bar tones, and edited-field indicators that compare projected values against published content while preserving comment affordances.

v0.1.0

17 Apr 14:04
958aeeb

Choose a tag to compare

Minor Changes

  • d8fc884: Export TaskSummaryEditorView and TaskSummaryEditorViewProps from the package root so
    consumers can render the task editor view outside the built-in column.tasks() popover.
    This makes it easier to embed the task detail UI inside modals, drawers, or other host
    surfaces that are not table cells.