Releases: TanStack/query
Releases · TanStack/query
v3.17.0
11 Jun 09:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v3.15.3
07 May 15:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v3.13.12
24 Apr 07:47
Compare
Sorry, something went wrong.
No results found
v3.13.11
21 Apr 15:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
types: use MutationKey in UseMutationOptions (#2164 ) (5f73635 )