Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @tanstack/vue-query@5.90.6
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 95 files changed
  • 10 contributors

Commits on Nov 1, 2025

  1. docs: add a link to the stars badge (#9779)

    Update README.md
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Olexandr88 and TkDodo authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    c578b3c View commit details
    Browse the repository at this point in the history
  2. 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
    Hellol77 authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    14a032d View commit details
    Browse the repository at this point in the history
  3. 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
    Varunchandrashekar05 authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    571cf55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ede44d View commit details
    Browse the repository at this point in the history
  5. 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.
    Varunchandrashekar05 authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    878782b View commit details
    Browse the repository at this point in the history
  6. 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>
    mkmlab-v2 and MKM Lab authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    f5363e2 View commit details
    Browse the repository at this point in the history
  7. 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
    Varunchandrashekar05 authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    411f030 View commit details
    Browse the repository at this point in the history
  8. docs: Update query function to include page parameter (#9792)

    the first example was broken, now it works!
    daninus14 authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    40b296b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    d537d2b View commit details
    Browse the repository at this point in the history
  2. ci: Version Packages (#9842)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    a5fca0e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. 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.
    TkDodo authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    b4cd121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f44e2 View commit details
    Browse the repository at this point in the history
  3. ci: Version Packages (#9848)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    ea0ab4d View commit details
    Browse the repository at this point in the history
Loading