Changelog & Roadmap
Hi beautiful people. Is there a changelog and roadmap page for tanstack start I can follow/read to keep updated?
12 Replies
flat-fuchsia•3mo ago
we don't maintain an explicit change log
each version has its list of commits
rare-sapphireOP•3mo ago
I see. What about a roadmap?
flat-fuchsia•3mo ago
the roadmap right now is
1. merge alpha to main
2. figure out dev/deployment with and without nitro
3. make a release candidate
4. start stable
only then we can plan further ahead
rare-sapphireOP•3mo ago
Gotcha, thanks
rare-sapphireOP•3mo ago
@Manuel Schiller If I want to keep Start updated I only need to follow this changelog/migration guide, right? https://github.com/TanStack/router/discussions/2863#discussioncomment-13104960
GitHub
Start BETA - Tracking · TanStack router · Discussion #2863
Tracking any important changes for TanStack Start during the BETA period. If you are coming from the ALPHA of TanStack Start, you can see all the breaking changes that were made here - #2403
like-gold•3mo ago
How has ur experience been so får by using Vite? @sh03
rare-sapphireOP•3mo ago
@Kevin Ris I don't really use vite directly all that much but when I do it's pretty painless.
If you meant Tanstack Start then it's exactly what I wanted from a framework so I'm very very happy.
like-gold•3mo ago
Good to hear 🙂 I Will upgrade tomorrow by looking at the GitHub thread you sent. @sh03
like-gold•3mo ago
@sh03 did you have problems with the import for createServerFileRoute?

rare-sapphireOP•3mo ago
Nope. I'm still on 1.88 IIRC so haven't updated yet.
But I'd just let the IDE auto import it? Maybe they changed the structure
typical-coral•3mo ago
start the dev server it gets fixed
like-gold•3mo ago
Thanks !