Skip to content

Releases: DamianOsipiuk/vue-query

v2.0.0-alpha.2

19 May 23:46
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2022-05-19)

Bug Fixes

  • use generic TQueryKey in useQuery and useInfiniteQuery parameters (#185) (6fb5f18)

Features

v1.24.0

19 May 23:36
7228a72
Compare
Choose a tag to compare

1.24.0 (2022-05-19)

Features

v1.23.1

15 May 12:36
64b4719
Compare
Choose a tag to compare

1.23.1 (2022-05-15)

Bug Fixes

  • use generic TQueryKey in useQuery and useInfiniteQuery parameters (#185) (64b4719)

v2.0.0-alpha.1

09 May 21:47
ffa0336
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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/vue directory was renamed to src/vuejs
  • onSuccess is no longer called from setQueryData
  • The cancel method 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 additionalClients option from VueQueryPlugin
  • Removed nuxt utilities in favor of using VueQueryPlugin - see docs
  • Removed useQueryProvider - use VueQueryPlugin

v1.23.0

04 May 07:50
d6eff96
Compare
Choose a tag to compare

1.23.0 (2022-05-04)

Features

  • use onScopeDispose instead of onUnmount in composables (#179) (d6eff96)

v1.22.3

08 Apr 19:27
5277c4c
Compare
Choose a tag to compare

1.22.3 (2022-04-08)

Bug Fixes

  • devtools: error when devtools has non-existent key preselected (#169) (5277c4c)

v1.22.2

04 Apr 17:55
ea40c75
Compare
Choose a tag to compare

1.22.2 (2022-04-04)

Bug Fixes

  • use queryClient wrapper for provider and plugin (#163) (ea40c75)

v1.22.1

03 Apr 16:59
6bd2332
Compare
Choose a tag to compare

1.22.1 (2022-04-03)

Bug Fixes

v1.22.0

02 Apr 22:26
52ce110
Compare
Choose a tag to compare

1.22.0 (2022-04-02)

Features

  • update query core package, update dev deps (#159) (52ce110)

v1.21.0

02 Apr 21:36
d041414
Compare
Choose a tag to compare

1.21.0 (2022-04-02)

Features

  • devtools: devtools v2 as a browser extension (#155) (d041414)

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.