Releases: TanStack/query
Releases · TanStack/query
v3.23.0
3.23.0 (2021-09-08)
Features
- Allow handling some errors locally while using error boundaries (#2619) (ee7ca0b)
Please note that prior to this release, if you've set useErrorBoundary: false
and suspense: true
, you would still get all errors in an ErrorBoundary, because suspense
would always throw errors to ErrorBoundaries.
This was fixed with #2619, and the useErrorBoundary
flag is now also respected if suspense
is enabled.
v3.22.0
3.22.0 (2021-09-07)
Features
- hydration: move hydration utilities to core, keeping old exports (#2497) (1986127)
v3.21.1
3.21.1 (2021-08-29)
Bug Fixes
- devtools: do not render DevTools during SSR (#2615) (b46c646)
v3.21.0
3.21.0 (2021-08-20)
Features
- devtools: show disabled badge for a query if all observers are disabled (#2592) (afcba60)
v3.20.0
3.20.0 (2021-08-20)
Features
- infiniteQuery: add possibility to decide which pages should be refetched (#2557) (f9b23fc)
v3.19.6
3.19.6 (2021-08-12)
Bug Fixes
- core: change
shouldFetchOptionally
function to account for query key changes (#2565) (bac853f)
v3.19.5
3.19.5 (2021-08-11)
Bug Fixes
- core: change
shouldFetchOptionally
condition (#2556) (69f1eaf)
v3.19.4
3.19.4 (2021-08-10)
Bug Fixes
- useQueries: make sure keepPreviousData is respected (#2340) (6bbb371)
v3.19.3
3.19.3 (2021-08-10)
Bug Fixes
- useQuery: apply placeholderData also to disabled queries (#2541) (418c48f)
v3.19.2
3.19.2 (2021-08-05)
Bug Fixes
Features
- QueryClient: getQueriesData for matching multiple queries (#2513) (76e314d)