-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Comparing changes
Open a pull request
base repository: TanStack/query
base: v5.69.0
head repository: TanStack/query
compare: v5.69.2
- 12 commits
- 96 files changed
- 9 contributors
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bea2ff8 - Browse repository at this point
Copy the full SHA bea2ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b073a - Browse repository at this point
Copy the full SHA a9b073aView commit details
Commits on Mar 22, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for e540484 - Browse repository at this point
Copy the full SHA e540484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9d7a7 - Browse repository at this point
Copy the full SHA 6c9d7a7View commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fb1dffc - Browse repository at this point
Copy the full SHA fb1dffcView commit details
Commits on Mar 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 04712b7 - Browse repository at this point
Copy the full SHA 04712b7View commit details -
chore(deps): update dependency vite to v5.4.15 [security] (#8856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f45205f - Browse repository at this point
Copy the full SHA f45205fView commit details
Commits on Mar 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3064422 - Browse repository at this point
Copy the full SHA 3064422View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6d03341 - Browse repository at this point
Copy the full SHA 6d03341View commit details
Commits on Mar 27, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for b23bb39 - Browse repository at this point
Copy the full SHA b23bb39View commit details
Commits on Mar 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1b54538 - Browse repository at this point
Copy the full SHA 1b54538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597654d - Browse repository at this point
Copy the full SHA 597654dView 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 v5.69.0...v5.69.2