Releases: DamianOsipiuk/vue-query
Releases · DamianOsipiuk/vue-query
v2.0.0-alpha.2
v1.24.0
v1.23.1
v2.0.0-alpha.1
2.0.0-alpha.1 (2022-05-09)
Features
- update react-query core to beta release (#183) (ffa0336)
- New Network Mode
- Mutation Cache Garbage Collection
useQueries: api now takes an object as input- Added optional logger prop to QueryClient config
BREAKING CHANGES
- Query Keys (and Mutation Keys) need to be an Array
- Consistent behavior for
cancelRefetch - New Query Filters
- Streamlined
NotifyEvents - The
src/vuedirectory was renamed tosrc/vuejs onSuccessis no longer called fromsetQueryData- The
cancelmethod on promises is no longer supported - Queries and mutations, per default, need network connection to run
- Removed undocumented methods from the
queryClient - Undefined is now an illegal cache value
- Removed idle state (use
fetchStatus) - Removed
setLogger cacheTime: default cacheTime changed to Infinity for SSR- ESM compliant bundling
- Removed devtools component in favor of official Vue Devtools plugin
- Removed
additionalClientsoption from VueQueryPlugin - Removed
nuxtutilities in favor of using VueQueryPlugin - see docs - Removed
useQueryProvider- use VueQueryPlugin
v1.23.0
v1.22.3
v1.22.2
v1.22.1
v1.22.0
v1.21.0
1.21.0 (2022-04-02)
Features
Deprecated
- Standalone devtools will be removed in v2 of vue-query. Vue Query Devtools are now available as a plugin to the official Vue Devtools.