Skip to content

Releases: TanStack/query

v3.23.0

08 Sep 08:43
ee7ca0b
Compare
Choose a tag to compare

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

07 Sep 05:15
1986127
Compare
Choose a tag to compare

3.22.0 (2021-09-07)

Features

  • hydration: move hydration utilities to core, keeping old exports (#2497) (1986127)

v3.21.1

29 Aug 15:46
b46c646
Compare
Choose a tag to compare

3.21.1 (2021-08-29)

Bug Fixes

  • devtools: do not render DevTools during SSR (#2615) (b46c646)

v3.21.0

20 Aug 17:39
afcba60
Compare
Choose a tag to compare

3.21.0 (2021-08-20)

Features

  • devtools: show disabled badge for a query if all observers are disabled (#2592) (afcba60)

v3.20.0

20 Aug 14:23
f9b23fc
Compare
Choose a tag to compare

3.20.0 (2021-08-20)

Features

  • infiniteQuery: add possibility to decide which pages should be refetched (#2557) (f9b23fc)

v3.19.6

12 Aug 07:55
bac853f
Compare
Choose a tag to compare

3.19.6 (2021-08-12)

Bug Fixes

  • core: change shouldFetchOptionally function to account for query key changes (#2565) (bac853f)

v3.19.5

11 Aug 20:56
69f1eaf
Compare
Choose a tag to compare

3.19.5 (2021-08-11)

Bug Fixes

  • core: change shouldFetchOptionally condition (#2556) (69f1eaf)

v3.19.4

10 Aug 09:37
6bbb371
Compare
Choose a tag to compare

3.19.4 (2021-08-10)

Bug Fixes

  • useQueries: make sure keepPreviousData is respected (#2340) (6bbb371)

v3.19.3

10 Aug 09:04
418c48f
Compare
Choose a tag to compare

3.19.3 (2021-08-10)

Bug Fixes

  • useQuery: apply placeholderData also to disabled queries (#2541) (418c48f)

v3.19.2

05 Aug 11:49
76e314d
Compare
Choose a tag to compare

3.19.2 (2021-08-05)

Bug Fixes

Features

  • QueryClient: getQueriesData for matching multiple queries (#2513) (76e314d)