Skip to content

@refinedev/[email protected]

Compare
Choose a tag to compare
@refine-bot refine-bot released this 13 Dec 09:49
· 89 commits to main since this release
7eea328

Patch Changes

📢 Refine Community Release 📢

  • fix(react-table): add equality checks before setting filters and sorters

    When setting the filters and sorters received from the useTable of @tanstack/react-table to Refine's table state, it was causing unnecessary updates. Those updates sometimes caused queries to stuck in loading state. Adding deep equality checks before setting the filters and sorters solves the issue.

    Resolves #6265

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.