Skip to content

v1.1.0

Choose a tag to compare

@ipakhomov ipakhomov released this 21 Jan 13:06
· 9 commits to main since this release

What's Changed

Features

The useSearchPaginatedInfiniteQuery hook now returns additional properties:

  • flatData - a flat array of all items in the infinite list
  • isRefetching - a boolean value that indicates whether a query is being refetched

Fixes

  • Fix for useSearchPaginatedInfiniteQuery hook - end of the list now don't lead to looped rerenders

Contributions

Full Changelog: v1.0.0...v1.1.0