-
Notifications
You must be signed in to change notification settings - Fork 6
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
xstate v5 support #58
Comments
Updates xstate-tree to be compatible with xstate v5 Closes #58 BREAKING CHANGES: v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`
Updates xstate-tree to be compatible with xstate v5 Closes #58 BREAKING CHANGES: v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`
Updates xstate-tree to be compatible with xstate v5 Closes #58 BREAKING CHANGES: v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`
Updates xstate-tree to be compatible with xstate v5 Closes #58 BREAKING CHANGE: v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`
# [5.0.0](v4.3.0...v5.0.0) (2024-01-09) ### feat * **builders:** buildRoutingMachine ([4a522e7](4a522e7)), closes [#50](#50) * **builders:** viewToMachine ([f02be21](f02be21)), closes [#51](#51) * **core:** xstate v5 support ([c143495](c143495)), closes [#58](#58) ### Breaking changes * **core:** v1 style builders (buildView etc) have been removed, along with a handful of testing utilities and a behavioural change with children and final states. They will no longer be automatically from views and instead must be manually stopped using `stopChild`
# [5.1.0](v5.0.0...v5.1.0) (2024-01-10) ### feat * **core:** xstate v5 support ([4c7a57a](4c7a57a)), closes [#58](#58)
🎉 This issue has been resolved in version 5.1.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Let me know if I can help! |
Thanks @davidkpiano but I've got it all done now :) Just need to start using it in Koordinates for a bit to see if there's any other changes needed before an official v5 release. Just happy I worked out an incremental migration path for us, was not looking forward to migrating 100+ machines in one go 😅 |
Is the shipment of v5 coming soon? |
Hi the releases under the @next tag (5.1.0-next.11) are basically ready to release as v5, just need to update documentation and add support for the xstate v5 inspector. So if you are interested I would use the @next tagged releases for now, there shouldn't be anymore breaking changes and if I do have to do one for the inspector support it will be low impact. We have been running it in production at Koordinates for months so it's stable. Don't have any ETA on actually finishing up that work though, I can't use the v5 inspector at work so I've been lacking motivation to finish this up and get it across the line 😅 |
Support for xstate v5 will soon be released on the @next tag
The text was updated successfully, but these errors were encountered: