query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

MIT License

Downloads
58.3M
Stars
40.6K
Committers
818

Bot releases are hidden (Show)

query - https://github.com/TanStack/query/releases/tag/v5.13.4

Published by tannerlinsley 11 months ago

Version 5.13.4 - 12/9/2023, 9:51 AM

Changes

Fix

  • core: mutation GC leak when reset, but not unsubscribed (#6509) (e34bfabe) by Dominik Dorfmeister

Packages

query - https://github.com/TanStack/query/releases/tag/v5.13.3

Published by tannerlinsley 11 months ago

Version 5.13.3 - 12/6/2023, 3:38 AM

Changes

Fix

  • query-devtools: Improve Perf for queries table (#6493) (e766929f) by @ardeora

Packages

query - https://github.com/TanStack/query/releases/tag/v5.13.2

Published by tannerlinsley 11 months ago

Version 5.13.2 - 12/5/2023, 2:25 AM

Changes

Fix

  • svelte-query: Support v5 alpha (#6487) (de82bd60) by Lachlan Collins

Packages

query - https://github.com/TanStack/query/releases/tag/v5.13.1

Published by tannerlinsley 11 months ago

Version 5.13.1 - 12/4/2023, 2:42 PM

Changes

Fix

  • svelte-query: Remove incorrect CJS resolution (#6485) (e44f9637) by Lachlan Collins

Docs

  • query options (ecb71fbc) by Dominik Dorfmeister

Packages

query - https://github.com/TanStack/query/releases/tag/v5.13.0

Published by tannerlinsley 11 months ago

Version 5.13.0 - 12/3/2023, 4:30 PM

Changes

Feat

  • angular-query: rename Angular Query devtools (#6479) (21502ad8) by Arnoud

Packages

query - https://github.com/TanStack/query/releases/tag/v5.12.2

Published by tannerlinsley 11 months ago

Version 5.12.2 - 12/2/2023, 9:37 AM

Changes

Fix

  • useQueries: add type tests for useQueries and fix a couple of type bugs (#6471) (b54936f1) by Charlotte Grace (Bone)

Docs

  • angular-query: fix quickstart (23374bb4) by @eneajaho
  • angular-query: compatible with angular 17 (#6469) (ac046b11) by Arnoud

Packages

query -

Published by tannerlinsley 11 months ago

Version 5.12.1 - 12/1/2023, 3:42 PM

Changes

Feat

Fix

  • angular release process (#6468) (4e8a6c5a) by Dominik Dorfmeister

Chore

  • Use prettier v4 alpha (#6466) (3a60413d) by Lachlan Collins

Packages

query - https://github.com/TanStack/query/releases/tag/v5.11.0

Published by tannerlinsley 11 months ago

Version 5.11.0 - 12/1/2023, 1:15 PM

Changes

Feat

  • experimental angular query adapter (#6195) (46034aad) by Arnoud

Docs

  • initial-query-data.md: simplify initialDataUpdatedAt (#6458) (af0ff9ad) by Tyler Dane
  • Update paginated-queries.md (#6463) (0604a40d) by Dammy O

Packages

query - https://github.com/TanStack/query/releases/tag/v5.10.0

Published by tannerlinsley 11 months ago

Version 5.10.0 - 11/29/2023, 3:06 PM

Changes

Feat

  • experimental_createPersister: support async serialization and storage of arbitrary values instead of strings (#6450) (050577e8) by @DamianOsipiuk

Chore

  • introduce Knip as dead-code removal tool (#6368) (5d29f8ff) by @webpro
  • codemods: disable no-unnecessary-condition in test fixtures (#6457) (ac92fc9c) by Arnoud

Packages

query - https://github.com/TanStack/query/releases/tag/v5.9.0

Published by tannerlinsley 11 months ago

Version 5.9.0 - 11/29/2023, 7:47 AM

Changes

Feat

  • codemod: isLoading codemod (#6388) (f62e079a) by @balazsmatepetro

Fix

  • types: Fix types when using select with the queryOptions helper (#6454) (3319d80d) by Charlotte Grace (Bone)

Chore

  • switching retry strategy (#6453) (568ce178) by @ZackDeRose

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.9

Published by tannerlinsley 11 months ago

Version 5.8.9 - 11/28/2023, 8:27 AM

Changes

Fix

  • codemod: extend the remove overloads codemod logic (#6268) (fe87fc1f) by @balazsmatepetro

Chore

  • remove integrations packages from sherif (5163ed4d) by Dominik Dorfmeister

Test

  • add vite5 integration test for react (#6443) (6b79e102) by Dominik Dorfmeister

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.8

Published by tannerlinsley 11 months ago

Version 5.8.8 - 11/27/2023, 3:01 PM

Changes

Fix

  • query-devtools: do not break words on labels (#6435) (c04df456) by @dbritto-dev

Docs

  • add wagmi to community-projects.md (5d1797cd) by Dominik Dorfmeister
  • Fix Typo in migrating-to-v5.md (#6440) (e0b6e6e9) by Ruben Oostinga
  • Use latest version of jscodeshift (#6394) (19564db9) by Kolja
  • troubleshooting commands for contributors (#6403) (e5a1f5ed) by Tomasz Ducin

Other

  • docs(installation) remove note about v5 being a release-candidate (#6393) (9191f155) by Thomas Pfeiffer

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.7

Published by tannerlinsley 11 months ago

Version 5.8.7 - 11/24/2023, 7:48 PM

Changes

Fix

  • core: make sure queries initialize correctly (#6431) (43bb4b93) by Dominik Dorfmeister

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.6

Published by tannerlinsley 11 months ago

Version 5.8.6 - 11/24/2023, 9:19 AM

Changes

Fix

  • react-query: make sure options are up-to-date when a mounted component re-suspends (#6429) (1f0088e5) by Dominik Dorfmeister

Chore

  • fix typo in code comment (#6411) (3d1e0a0d) by @Sheraff

Docs

  • Update dependent-queries.md (#6418) (87174c94) by Ishrath Inaam
  • useMutationState: add reference (#6423) (94dc3f64) by Philip Englund

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.5

Published by tannerlinsley 11 months ago

Version 5.8.5 - 11/22/2023, 9:47 PM

Changes

Fix

  • svelte-query-devtools: make styleNonce prop optional (#6417) (73a65ac3) by @eth3lbert

Docs

  • Update caching.md (#6406) (a46c8a7f) by @beomy
  • Fix example for focusManager.setEventListener (#6385) (ab69d83a) by @BreakBB

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.4

Published by tannerlinsley 11 months ago

Version 5.8.4 - 11/15/2023, 11:29 AM

Changes

Fix

  • react-query: useSuspenseQuery returns undefined as data when network is offline (#6350) (e7f6d3ae) by EL AYADI Mohamed

Chore

  • Update to prettier v3.1.0 (#6378) (83d71c30) by Lachlan Collins
  • Add Sherif to CI to lint monorepo config (#6376) (b8bfe435) by Lachlan Collins

Docs

  • Fix example hook cleanup if window is undefined (#6372) (c6d5f53b) by Richard Ejem

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.3

Published by tannerlinsley 12 months ago

Version 5.8.3 - 11/13/2023, 8:49 AM

Changes

Manual Release: v5.8.3

Packages

query - v5.8.2

Published by TkDodo 12 months ago

fixes

fix(query-core): Show correct placeholderData when request in cache (https://github.com/TanStack/query/pull/6357)

query - https://github.com/TanStack/query/releases/tag/v5.8.1

Published by tannerlinsley 12 months ago

Version 5.8.1 - 11/8/2023, 8:03 AM

Changes

Fix

  • core: make sure queries that re-subscribe will have the correct result (#6334) (4774f030) by Dominik Dorfmeister

Docs

  • vue-query: import nuxt composables from #imports (#6329) (4266f0b7) by Daniel Roe
  • QueryClient.md: fix typo immuatable → immutable (#6330) (e3a00034) by Mihai Crisan
  • add missing useQueryClient to the documentation (#6322) (b384c4e2) by @EmmanuelDemey

Test

  • asyncThrottle: migrated to useFakeTimers (#6324) (55d70c74) by wildOrlik

Packages

query - https://github.com/TanStack/query/releases/tag/v5.8.0

Published by tannerlinsley 12 months ago

Version 5.8.0 - 11/7/2023, 8:45 AM

Changes

Feat

  • vue-query: component based vue devtools - Vue3 only (#6255) (634b6dac) by @DamianOsipiuk

Packages