Skip to content

Releases: TanStack/query

v3.17.0

11 Jun 09:42
be6bfbb

Choose a tag to compare

3.17.0 (2021-06-11)

Features

Breaking experimental change:

This release removed the experimental LocalStoragePersistor in favor of a more generic WebStoragePeristor, which works with any WebStorage like localStorage and sessionStorage

v3.16.1

05 Jun 08:56
ff830db

Choose a tag to compare

3.16.1 (2021-06-05)

Bug Fixes

  • devtools: fix devtools crash on rejected promises on refetch (#2344) (ff830db), closes #2014

v3.16.0

07 May 16:11
0edc116

Choose a tag to compare

3.16.0 (2021-05-07)

Features

v3.15.3

07 May 15:58
c8b3ff2

Choose a tag to compare

3.15.3 (2021-05-07)

Bug Fixes

  • do not throw errors while a query is retrying (#2147) (c8b3ff2)

v3.15.2

29 Apr 20:21
4083c1e

Choose a tag to compare

3.15.2 (2021-04-29)

Bug Fixes

  • useQuery: make sure queryKeys are always an array at runtime when passed to the queryFn (#2200) (4083c1e)

v3.15.1

28 Apr 22:20
2e03a61

Choose a tag to compare

3.15.1 (2021-04-28)

Bug Fixes

  • types: allow returning of any promise in the mutation callbacks (#2189) (2e03a61)

v3.15.0

28 Apr 17:51
9626c1b

Choose a tag to compare

3.15.0 (2021-04-28)

Features

  • persist: Added hydrate and dehydrate options to the persistQueryClient function (#2131) (9626c1b)

v3.14.0

28 Apr 17:47
79ad5a9

Choose a tag to compare

3.14.0 (2021-04-28)

Features

v3.13.12

24 Apr 07:47
92435c7

Choose a tag to compare

3.13.12 (2021-04-24)

Bug Fixes

v3.13.11

21 Apr 15:35
5f73635

Choose a tag to compare

3.13.11 (2021-04-21)

Bug Fixes

  • types: use MutationKey in UseMutationOptions (#2164) (5f73635)