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: v5.69.0
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.69.2
Choose a head ref
  • 12 commits
  • 96 files changed
  • 9 contributors

Commits on Mar 19, 2025

  1. docs: fix what prettier broke

    TkDodo committed Mar 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bea2ff8 View commit details
  2. docs: fix what prettier broke

    TkDodo committed Mar 19, 2025
    Copy the full SHA
    a9b073a View commit details

Commits on Mar 22, 2025

  1. fix(angular-query): forward queryFn errors to the NgZone (#8842)

    * fix(angular-query): forward queryFn errors to the NgZone
    
    * fix(angular-query): forward mutationFn errors to the NgZone
    
    * refactor: remove wrapping try catches
    JoepKockelkorn authored Mar 22, 2025
    Copy the full SHA
    e540484 View commit details
  2. release: v5.69.1

    tannerlinsley committed Mar 22, 2025
    Copy the full SHA
    6c9d7a7 View commit details

Commits on Mar 24, 2025

  1. docs: Update testing.md

    TkDodo authored Mar 24, 2025
    Copy the full SHA
    fb1dffc View commit details

Commits on Mar 25, 2025

  1. docs: fix internal link (#8855)

    * docs: fix internal link
    
    * Update docs/framework/react/guides/query-invalidation.md
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    denis-shvets and TkDodo authored Mar 25, 2025
    Copy the full SHA
    04712b7 View commit details
  2. chore(deps): update dependency vite to v5.4.15 [security] (#8856)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 25, 2025
    Copy the full SHA
    f45205f View commit details

Commits on Mar 26, 2025

  1. docs: fix ignored promise from invalidate queries (#8847)

    * fix(examples): Promise returned from invalidateQueries being ignored in optimistic-updates-cache example
    
    * fix(examples): Promise returned from invalidateQueries is ignored in optimistic-updates-ui example
    
    * fix(docs): Promise returned from invalidateQueries is ignored in optimistic-updates documentation
    
    * Update docs/framework/react/guides/optimistic-updates.md
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    
    * refactor(docs, examples): standardize queryClient.invalidateQueries syntax in all onSettled callbacks
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Mar 26, 2025
    Copy the full SHA
    3064422 View commit details
  2. docs: Add Connect RPC to the list of community projects (#8850)

    * docs: Add Connect RPC to the list of community projects
    
    Connect RPC has a native TanStack Query integration.
    
    https://github.com/connectrpc/connect-query-es
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Mar 26, 2025
    Copy the full SHA
    6d03341 View commit details

Commits on Mar 27, 2025

  1. docs: Update overview.md (#8859)

    Updated several mentions of "React Query" to "TanStack Query".
    Wrote "formerly known as" instead of using a not all that well known abbreviation to better support the multilingual audience.
    evaK-de authored Mar 27, 2025
    Copy the full SHA
    b23bb39 View commit details

Commits on Mar 28, 2025

  1. fix(core): make sure that calling setOptions will always notifyListen…

    …ers (#8771)
    
    * fix(core): make sure that calling setOptions will always notifyListeners
    
    we have an optimized `shouldNotifyListeners` logic internally in the QueryObserver that will make sure we only notify listeners that are interested in a change because they are using a specific key (tracked query properties)
    
    the optimization to force a skip of the notification when updating options because the optimistic result should already contain all the necessary output falls apart in the situation described in the test and in the linked issue #8741.
    
    while the issue itself is a niche edge-case, the fix is to actually remove a bunch of code, so I'm all for it
    
    * chore: fix other adapters
    
    * chore: fix svelte, too
    
    * chore: fix svelte tests
    TkDodo authored Mar 28, 2025
    Copy the full SHA
    1b54538 View commit details
  2. release: v5.69.2

    tannerlinsley committed Mar 28, 2025
    Copy the full SHA
    597654d View commit details
Loading