-
-
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.45.1
head repository: TanStack/query
compare: v5.47.0
- 18 commits
- 164 files changed
- 10 contributors
Commits on Jun 17, 2024
-
ci: Update Nx and @tanstack/config (#7580)
* ci: Update Nx and @tanstack/config * Undo prettier change
Configuration menu - View commit details
-
Copy full SHA for 49795a3 - Browse repository at this point
Copy the full SHA 49795a3View commit details
Commits on Jun 18, 2024
-
docs(react-query):
queryFn
must be a function calling (#7572)* docs: queryFn must be a function calling * Update docs/framework/react/guides/advanced-ssr.md
Configuration menu - View commit details
-
Copy full SHA for 0ae229b - Browse repository at this point
Copy the full SHA 0ae229bView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bda8a54 - Browse repository at this point
Copy the full SHA bda8a54View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad176cf - Browse repository at this point
Copy the full SHA ad176cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e1fbe - Browse repository at this point
Copy the full SHA 89e1fbeView commit details
Commits on Jun 21, 2024
-
feat(react-query-next-experimental): introduce nonce prop (#7575)
allow the inline script to be executed when CSP is enforced by including nonce to the script Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
Configuration menu - View commit details
-
Copy full SHA for 1c7739e - Browse repository at this point
Copy the full SHA 1c7739eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a65b222 - Browse repository at this point
Copy the full SHA a65b222View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea26f26 - Browse repository at this point
Copy the full SHA ea26f26View commit details -
refactor(angular-query): align inject-query and inject-infinite-query…
… + clean-up create-base-query + add query correct type tests (#7593)
Configuration menu - View commit details
-
Copy full SHA for b7aaa03 - Browse repository at this point
Copy the full SHA b7aaa03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e2620 - Browse repository at this point
Copy the full SHA 62e2620View commit details -
fix(angular-query): run mutation callback in injection context (#7360)
* fix(angular-query-experimental): run mutation callback in injection context Previously, the injectMutation callback was run in injection context only if accessed in the same task as the component initialization (i.e. before the `effect` callback run). By running the effect run in injection context, it is ensured that the callback will always run in injection context, and any `inject` calls will not fail. Note there is a separate issue here, and it's that the callback is always run twice - once synchronously when initialization the mutation, and secondly as the first callback of the `effect`. This is something that can potentially be improved. No breaking changes, any code that worked before should still work. * run prettier * Catch error in test --------- Co-authored-by: Arnoud <6420061+arnoud-dv@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc47417 - Browse repository at this point
Copy the full SHA cc47417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d3e8f - Browse repository at this point
Copy the full SHA 51d3e8fView commit details
Commits on Jun 22, 2024
-
chore: Update typescript-eslint to v7 (#7610)
* chore: Update typescript-eslint to v7 * pnpm dedupe * Fix new errors
Configuration menu - View commit details
-
Copy full SHA for 32bce35 - Browse repository at this point
Copy the full SHA 32bce35View commit details
Commits on Jun 23, 2024
-
ci: Add TS version tests (#7605)
* Simplify implementation * Add to remaining packages
Configuration menu - View commit details
-
Copy full SHA for 8253a80 - Browse repository at this point
Copy the full SHA 8253a80View commit details
Commits on Jun 25, 2024
-
ci: Add tests for TS 4.7, 4.8, 4.9 (#7618)
* ci: Add tests for TS 4.7, 4.8, 4.9 * Capitalise
Configuration menu - View commit details
-
Copy full SHA for 15e42ba - Browse repository at this point
Copy the full SHA 15e42baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6355244 - Browse repository at this point
Copy the full SHA 6355244View commit details -
feat(react-query): usePrefetchQuery (#7582)
* feat: usePrefetchQuery * refactor: switch to actual prefetching * refactor: remove ensureInfiniteQueryData function will do in a separate PR * chore: add tests for usePrefetchQuery and usePrefetchInfiniteQuery (#7586) * chore: add tests for usePrefetchQuery and usePrefetchInfiniteQuery * chore: update tests to assert the alternative spy is not called * chore: add some new tests * chore: remove it.only whoops * chore: call mockClear after fetching * chore: improve waterfall test by asserting fallback calls instead of loading node query * chore: improve code repetition * chore: add some generics to helper functions * usePrefetchQuery type tests and docs (#7592) * chore: add type tests and docs * chore: update hooks to use FetchQueryOptions and FetchInfiniteQueryOptions * chore: update tests * chore: update docs * chore: remove .md extension from link * chore: add unknown default value to TQueryFnData * Apply suggestions from code review --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc> * Apply suggestions from code review Co-authored-by: Fredrik Höglund <fredrik.hoglund@gmail.com> * chore: fix types in tests * chore: add new tests (#7614) * chore: add new tests * Apply suggestions from code review --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc> --------- Co-authored-by: Bruno Lopes <88719327+brunolopesr@users.noreply.github.com> Co-authored-by: Fredrik Höglund <fredrik.hoglund@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbfe940 - Browse repository at this point
Copy the full SHA fbfe940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461f3af - Browse repository at this point
Copy the full SHA 461f3afView commit details
There are no files selected for viewing