Releases: TanStack/query
Releases · TanStack/query
v3.2.0-beta.35
Features
- persist-localstorage-experimental: temporarily persist cache to disk (3adc288)
- devtools are now native to the core repo/npm-package (26db5a4)
v3.2.0-beta.34
Bug Fixes
- cross-bundle/version query client context (e8a22e9)
- hasPageParam: look for (undefined | null | false) values (0ad9168)
v3.2.0-beta.33
Bug Fixes
- hydration: set fetchMeta to null by default to make it serializable (#1371) (2aff467)
v3.2.0-beta.32
Bug Fixes
- types: change the order of types so that correct type inference is picked for Object syntax (#1330) (6e2e37e)
v2.26.4
2.26.4 (2020-12-07)
Bug Fixes
- types: change the order of types so that correct type inference is picked for Object syntax (#1330) (6e2e37e)
v3.2.0-beta.30
Bug Fixes
- add defaults to setQueryData (05b2c2d)
v3.2.0-beta.29
Bug Fixes
- prevent state update after mutation unmounted (9d66f43)
v3.2.0-beta.28
Features
- throw error when QueryClientProvider has not been used to set a query client (#1309) (163339f)