Releases: TanStack/query
Releases · TanStack/query
v2.24.0-next.3
Features
- add structural sharing to select result (f9dc85a)
v2.24.0-next.2
Bug Fixes
- use updatedAt to check for existing data (f9aac2a)
v2.24.0-next.1
Bug Fixes
- make sure default options can be overridden (469cf8d)
- move optimistic fetching state into query observer (a817b5e)
- mutate argument types and state update order (e160d46)
- only suspend when mounting (c8f6634)
- remove cache argument in cache callback (b13a4c8)
- type improvements (84f93fc)
Features
- add filters client isFetching and useIsFetching hook (4c64cb9)
- initial v3 changes (#1079) (9876f23)
- memoize select function result (9fbc739)
- support multiple subscribers in observers (e049941)
v2.22.2
2.22.2 (2020-09-18)
Bug Fixes
- query should try and throw again after error boundary reset (#1054) (8980223)
v2.22.1
2.22.1 (2020-09-18)
Bug Fixes
- prevent bundlers from removing side effects (#1048) (4d1bd35)
v2.21.1
2.21.1 (2020-09-17)
Bug Fixes
- accept any promise in useMutation callbacks (#1033) (abf386b)