Changelog & Roadmap
Hi beautiful people. Is there a changelog and roadmap page for tanstack start I can follow/read to keep updated?
12 Replies
absent-sapphire•6mo ago
we don't maintain an explicit change log
each version has its list of commits
other-emeraldOP•6mo ago
I see. What about a roadmap?
absent-sapphire•6mo 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
other-emeraldOP•6mo ago
Gotcha, thanks
other-emeraldOP•6mo 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
other-emerald•6mo ago
How has ur experience been so får by using Vite? @sh03
other-emeraldOP•6mo 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.
other-emerald•6mo ago
Good to hear 🙂 I Will upgrade tomorrow by looking at the GitHub thread you sent. @sh03
other-emerald•6mo ago
@sh03 did you have problems with the import for createServerFileRoute?

other-emeraldOP•6mo 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
wise-white•6mo ago
start the dev server it gets fixed
other-emerald•6mo ago
Thanks !