[Tracking] The Road to 1.x
As of today, I'm officially announcing that we've gone from a beta release to an rc release.
This means that we're stable and do not intend to introduce breaking changes unless things go really wrong
However, prior to launching v1, I'd like us to address the following:
- [ ] https://github.com/TanStack/form/pull/825
- [x] https://github.com/TanStack/form/issues/753
- [x] https://github.com/TanStack/form/issues/746
- [ ] https://github.com/TanStack/form/issues/747
- [x] https://github.com/TanStack/form/issues/748
- [ ] https://github.com/TanStack/form/pull/724
- [x] https://github.com/TanStack/form/pull/656
- [ ] https://github.com/TanStack/form/issues/503 (might be deferred)
- [ ] https://github.com/TanStack/form/pull/718 (might be deferred)
- [x] https://github.com/TanStack/form/pull/925
In addition, I'd like to work with a company to integrate TanStack Form in a production-ready codebase and have their QA/Product department/s take a look at the end-user experience.
If you'd like to help us test this in your company, reach out to me via Twitter, our Discord, our enterprise support page, or my email (easily found in a commit patch)
I know 1.x has taken a long time to get here. This is because I wanted to wait until we were extremely confident in what we're shipping. I'm very happy with how things are going today, but don't want to ship a v1, then a v2, then a v3 quickly. I want us to stay stable for some time in the future.
Reference to original issue comment about 1.x release: https://github.com/TanStack/form/issues/660#issuecomment-2194817140
To anyone following along with this issue, I'm making a minor adjustment to add this feature prior to 1.x:
https://github.com/TanStack/form/pull/925
Which may technically introduce a small breaking change for a fraction of users via a change in the TypeScript typings (not behavior). Apologies for this, but this is a much better change for your apps, promise!
Wanted to leave this here as a clear update for some of the breaking changes we've been forced to make since announcing our RC phase:
https://github.com/TanStack/form/issues/1044
Sorry again, everyone.
Quick status update for anyone following along with the v1 release: https://github.com/TanStack/form/issues/1044#issuecomment-2594013065
This is it folks! We're down to the final PR to finalize prior to v1, and it's a big one (reusable form components!):
https://github.com/TanStack/form/pull/1179
Please review this and let me know what you think of the proposed API. Also, please reply to this issue if you think there are any other pressing problems we need to resolve prior to v1. Keep in mind though that we won't be resting on our laurels once we ship v1, so smaller bugs and such may not make the cut; it's always a balancing game to ship a v1 stable. 😊