Skip to content

v8.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:58

New features

  • filterType: 'datetime' — filter to a specific date and time via a datetime-local input; Equals matches the exact instant. → Filtering (#1362)
  • filterType: 'time' — filter by time of day across all dates; supports seconds and Between windows that wrap past midnight. → Filtering

Bug fixes

  • Client-side filtering now runs before pagination, so filters match across all pages instead of just the current one. → Filtering (#1364)
  • A filterable column with no explicit id now filters instead of silently doing nothing. → Filtering (#1363)
  • A custom filterFunction now runs for value-less operators, not only when a value is entered. → Filtering (#1366)
  • The date filter's Equals no longer skips by a day for timestamped cells in non-UTC timezones. → Filtering
  • animateRows: fixed sort animation breaking across a sort cycle, not animating under fixedHeader, entrance animations being skipped with a numeric keyField, stale styles from an interrupted animation, and the expander close animation being cut short or leaking a timer. Sort movement is also smoother. → Animations (#1368)
  • The loading skeleton shimmer and the default spinner now stop under prefers-reduced-motion: reduce.

Full changelog: https://reactdatatable.com/docs/changelog