-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 roadmap #124
Comments
Thank you for this! Where can we find types like |
@wobsoriano |
@DamianOsipiuk thank you for your great work! |
@wobsoriano So, everything should be re-exported with v2.0.0-alpha.3 - in case some types are still missing, please open a ticket. |
@DamianOsipiuk migrated one of my pet projects to alpha and all exported types are there now. Thanks! |
Happy to see that first beta appeared 🎉 |
@DamianOsipiuk Could the type narrowing for |
Yes, all the changes introduced in v4 of react-query will be backported.
Currently i'm trying to stabilize ESM support in @tanstack/query. When it will be done, i would have to go trough and backport all the changes that were done from the beta release. Probably then we could do a v2 release. This package will be migrated as a part of https://github.com/TanStack/query. This will in turn bump the version to v4 to be in line the the core. |
@DamianOsipiuk I love Vue Query, excited about the progress! I'm in no rush to get the updates, so if it counts for anything I'm good with waiting to get one big V4 update. |
Almost there... TanStack/query#4254 🚀 |
Appreciate your effort @DamianOsipiuk ! |
@tanstack/vue-query is now official. Thanks for the patience! |
react-query/core
List of tickets in
react-query
V4 (not finalized): https://github.com/tannerlinsley/react-query/issues?q=is%3Aissue+label%3Av4+is%3Aclosedvue-query
UseInfiniteQuery fetchNextPage() methos doesn't work on <script> #123
QueryClient
,QueryCache
,MutationCache
etc, so parameters could be passed as refs and would be automatically unwrappedMatching of reactive keys not working #110
expose persistance plugins(This will be handled after migration to Tanstack)misc
react-query/core
andvue-query
The text was updated successfully, but these errors were encountered: