Skip to content

@siafoundation/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 20:30
· 1 commit to main since this release

Minor Changes

  • 2f3f9ab: useTableState now handles column filtering.
  • b7e5ea1: Refactored useDatasetState to include a noneOnPage state, a renamed loaded state, and a more explicit API.
  • b7e5ea1: PaginationMarker now takes an explicit nextMarker and also an optional marker. If the current marker is not passed at all, previous page navigation is always enabled.
  • 2f3f9ab: Renamed enabledColumns to visibleColumns and removed disabled categories from useTableState.
  • b7e5ea1: Added EmptyState component for handling all dataset empty states with custom or default components.
  • e983c15: useTableState now supports a defaultSortDirection.

Patch Changes