React Query Versions Save

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

v5.29.2

3 weeks ago

Version 5.29.2 - 4/11/2024, 9:21 AM

Changes

Fix

  • react-query: reorder query function declarations (#7260) (03048e37) by ienrum

Chore

  • no idea why that fails now (78b594de) by Dominik Dorfmeister

Docs

  • Remove references to React.FC (#7259) (a9fa5f4e) by Anthony Gonzales
  • correct useQuery status type (#7252) (fca5e7df) by @c-ehrlich
  • Fix typos in render-optimizations.md (#7246) (565a241b) by Nick S. Khan

Types

  • react-query: rename useSuspenseQueries, useQueries internal type name intuitively (#7216) (3fa53236) by @manudeli

Packages

v5.29.1

3 weeks ago

Version 5.29.1 - 4/8/2024, 7:45 AM

Changes

Perf

  • asyncThrottle: Improve performance (#7224) (39909c49) by Amine Ben hammou

Chore

  • update vite and vitest (#7241) (7487ce05) by Arnoud

Docs

  • query: update the documentation of dependent queries in Vue section (#7243) (e03cc3ac) by protogenesis
  • Update render-optimizations.md - (#7235) (26e1a95a) by Chris J. Lee
  • render optimizations (#7234) (e707c13c) by Dominik Dorfmeister

Packages

v5.29.0

4 weeks ago

Version 5.29.0 - 4/5/2024, 5:58 PM

Changes

Feat

  • core: memoize result of combine (#7233) (3c31124d) by Dominik Dorfmeister

Chore

  • angular-query: update to angular 17.3 (#7225) (4d37cfc7) by Arnoud

Docs

  • fix quickstart (0b9f971e) by Tanner Linsley
  • migrate docs to use path-based navigation instead of route-based (#7211) (754640a3) by Tanner Linsley

Packages

v5.28.14

1 month ago

Version 5.28.14 - 4/2/2024, 3:24 PM

Changes

Fix

  • react-query: useSuspenseQueries type not compatible with queryOption (#7194) (f585bfea) by Andrew Kogut

Docs

  • gcTime max value (#7190) (0123c809) by Gioele Vuaran

Packages

v5.28.13

1 month ago

Version 5.28.13 - 4/2/2024, 3:03 PM

Changes

Fix

  • core: do not invoke combine in constructor (#7215) (53cdfcea) by Dominik Dorfmeister

Packages

v5.28.12

1 month ago

Version 5.28.12 - 4/2/2024, 12:24 PM

Changes

Fix

  • types: add pageParam and direction as optional to "normal" queryFn (#7212) (e5bfbbe6) by Dominik Dorfmeister

Packages

v5.28.11

1 month ago

Version 5.28.11 - 4/2/2024, 11:18 AM

Changes

Fix

  • eslint-plugin-query: test for FunctionExpression syntax (#7213) (1e3f7915) by Eliya Cohen
  • codemod: add support for useMutation (#7187) (798124da) by Jean-Baptiste Kaiser

Docs

  • examples: fix spelling (#7207) (a9648ba2) by hanna
  • use nuxt import.meta.* properties (#7185) (eaf4af69) by @danielroe

Packages

v5.28.10

1 month ago

Version 5.28.10 - 3/27/2024, 3:48 PM

Changes

Fix

  • query-devtools: Fix Trigger Loading Button (#7188) (ffad09d5) by @ardeora

Packages

v5.28.9

1 month ago

Version 5.28.9 - 3/27/2024, 3:02 AM

Changes

Fix

  • solid-query: Hydrate correct queryKey on hydration (#7174) (c98a02a8) by @ardeora

Refactor

  • core: replace this.getQueryCache() with this.#queryCache for consistency (#7175) (262794f0) by @Mini-ghost

Style

  • query-core: Fix prettier formatting error (#7182) (de2f862b) by @ardeora

Packages

v5.28.8

1 month ago

Version 5.28.8 - 3/25/2024, 10:32 AM

Changes

Fix

  • *: infer data type correctly when conditional skipToken is passed to useQueries (#7150) (a559c485) by 김관식

Chore

  • fix prettier (2ddf8036) by Dominik Dorfmeister

Ci

  • .prettierignore: ignore **/tsconfig.vitest-temp.json (#7163) (93ce4aed) by @manudeli

Docs

  • *: update CONTRIBUTING.md (#7165) (b48d71eb) by @manudeli
  • corrected contraction to possession (#7170) (c4729dfe) by @yamanidev
  • add a note for mutations in the dev tools (#7136) (e0ead7ff) by Todor Andonov
  • Update docs/framework/guides (#7140) (2b337a75) by Minkyu Kim

Types

  • add OmitKeyof to Omit object by object"s keys strictly (#7139) (39b2f81b) by @manudeli

Packages