Skip to content

[docs-update] Update docs for DataTable between filter, root page navigation, and sort behavior#231

Merged
IzumiSy merged 1 commit intomainfrom
docs/update-for-recent-changesets-003bd2e04bbad4f9
May 1, 2026
Merged

[docs-update] Update docs for DataTable between filter, root page navigation, and sort behavior#231
IzumiSy merged 1 commit intomainfrom
docs/update-for-recent-changesets-003bd2e04bbad4f9

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 1, 2026

Summary

This PR updates documentation to reflect pending API changes described in unreleased changesets.

Changesets that prompted this update

Changeset Type Summary
tall-cats-hunt.md minor Add "between" filter mode to DataTable.Filters for numeric and date/time columns
bright-foxes-jump.md minor Root page (/) is now treated as a first-class navigation item in DefaultSidebar and CommandPalette
cuddly-planes-sit.md minor useDataTable() now defaults to single-column sorting; adds sort option — already documented
shiny-planes-glow.md minor Row count and selection info added to DataTable.Pagination — already documented
fix-temporal-filter-formats.md patch Bug fix: datetime/time filter types now use correct HTML input formats — no API surface change
mean-geckos-grin.md patch Bug fix: Select.Async reopen behaviour — no API surface change
remove-next-themes.md patch Internal: removed next-themes dependency — no API surface change
wide-dodos-march.md patch Dependency bump: @base-ui/react — no API surface change

Files modified

docs/components/data-table.md

Added a new ## FilterConfig section documenting:

  • All available FilterConfig types (string, number, datetime, date, time, enum, boolean, uuid) with their input editor type
  • The full list of supported operators per type
  • Highlighted the new between range operator (with min/max bounds) available for number, datetime, date, and time columns

docs/components/app-shell.md

Updated the rootComponent section to document:

  • When rootComponent is set, the root page now appears in DefaultSidebar and CommandPalette as a first-class navigation item
  • The title defaults to the localized "Home" / "ホーム" if no explicit title is provided
  • Added a note clarifying that a module with path: "" in modules takes precedence over rootComponent

Generated by Documentation Updater

Warning

⚠️ Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • get.pnpm.io

- Add FilterConfig section to data-table.md documenting available filter
  types and their supported operators, including the new 'between' range
  operator for number/datetime/date/time columns
- Update rootComponent section in app-shell.md to document that the root
  page now appears in DefaultSidebar and CommandPalette as a first-class
  navigation item with 'Home'/'ホーム' as the default title

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@IzumiSy IzumiSy marked this pull request as ready for review May 1, 2026 08:21
@IzumiSy IzumiSy merged commit 8526e01 into main May 1, 2026
@IzumiSy IzumiSy deleted the docs/update-for-recent-changesets-003bd2e04bbad4f9 branch May 1, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant