-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Comparing changes
Open a pull request
base repository: TanStack/query
base: @tanstack/vue-query@5.90.6
head repository: TanStack/query
compare: main
- 13 commits
- 95 files changed
- 10 contributors
Commits on Nov 1, 2025
-
docs: add a link to the stars badge (#9779)
Update README.md Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
Configuration menu - View commit details
-
Copy full SHA for c578b3c - Browse repository at this point
Copy the full SHA c578b3cView commit details -
docs(react-query): add react background retry pausing documentation f…
…or v5 (#9755) * docs: add react background retry pausing documentation for v5 * docs: add background retry behavior to query-retries guide
Configuration menu - View commit details
-
Copy full SHA for 14a032d - Browse repository at this point
Copy the full SHA 14a032dView commit details -
docs: fix angular background fetching indicators replace rules (#9819)
docs(angular): add missing replace rules for background-fetching-indicators - Add replace rules to convert React terminology to Angular equivalents - Fixes useIsFetching -> injectIsFetching conversion in prose text - Adds hook -> function terminology conversion - Includes package name conversion for @tanstack/react-query - Resolves Issue #9744
Configuration menu - View commit details
-
Copy full SHA for 571cf55 - Browse repository at this point
Copy the full SHA 571cf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ede44d - Browse repository at this point
Copy the full SHA 9ede44dView commit details -
docs(solid-query): fix incorrect Vue.js code example in Suspense guide (
#9813) * docs(solid-query): fix incorrect Vue.js code example in Suspense guide Replace Vue.js code example with proper SolidJS syntax in the Suspense documentation. The example was using Vue's defineComponent and setup() instead of SolidJS patterns. Fixes issue with non-existent useSuspenseQuery examples in Solid Query docs. * fix: use idiomatic SolidJS pattern for Suspense Remove unnecessary createEffect and rely on direct query.data access. According to TanStack Query Solid docs, accessing query.data directly inside a Suspense boundary automatically triggers suspension. Addresses CodeRabbit AI feedback for proper SolidJS patterns.
Configuration menu - View commit details
-
Copy full SHA for 878782b - Browse repository at this point
Copy the full SHA 878782bView commit details -
docs: Add useSuspenseQuery replacement rule for Solid docs (#9815)
Fixes #9654 Solid Query documentation incorrectly shows useSuspenseQuery which doesn't exist in Solid Query. Added replacement rules to convert useSuspenseQuery to useQuery and useSuspenseQueries to useQueries. This aligns the documentation with the actual Solid Query API. Co-authored-by: MKM Lab <mkmlab@example.com>
Configuration menu - View commit details
-
Copy full SHA for f5363e2 - Browse repository at this point
Copy the full SHA f5363e2View commit details -
docs: improve skipToken refetch incompatibility warning (#9816)
docs: improve skipToken and refetch incompatibility warning - Add detailed explanation of Missing queryFn error when using refetch() with skipToken - Provide clear guidance to use enabled: false instead for manual refetching - Systematic fix affects all frameworks (Vue, Angular, Solid) via inheritance Fixes #7599
Configuration menu - View commit details
-
Copy full SHA for 411f030 - Browse repository at this point
Copy the full SHA 411f030View commit details -
docs: Update query function to include page parameter (#9792)
the first example was broken, now it works!
Configuration menu - View commit details
-
Copy full SHA for 40b296b - Browse repository at this point
Copy the full SHA 40b296bView commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d537d2b - Browse repository at this point
Copy the full SHA d537d2bView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5fca0e - Browse repository at this point
Copy the full SHA a5fca0eView commit details
Commits on Nov 5, 2025
-
fix(core): only attach .then and .catch onto a promise if it gets deh…
…ydrated (#9847) * fix(core): only attach .then and .catch onto a promise if it gets dehydrated * Fix promise handling in core for dehydrated states Ensure .then and .catch are only attached to dehydrated promises.
Configuration menu - View commit details
-
Copy full SHA for b4cd121 - Browse repository at this point
Copy the full SHA b4cd121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f44e2 - Browse repository at this point
Copy the full SHA 28f44e2View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea0ab4d - Browse repository at this point
Copy the full SHA ea0ab4dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @tanstack/vue-query@5.90.6...main