Skip to content

Commit

Permalink
Merge branch 'next-major' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse committed Jan 10, 2024
2 parents db55dae + 6ff66e4 commit 6513d95
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v5.0.0) (2024-01-09)


### feat

* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
* **core:** xstate v5 support ([c143495](https://github.com/koordinates/xstate-tree/commit/c1434951fb581a69b578fddac2fd6bdd17ed956c)), closes [#58](https://github.com/koordinates/xstate-tree/issues/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`

# [4.4.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v4.4.0) (2024-01-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@koordinates/xstate-tree",
"main": "lib/index.js",
"types": "lib/xstate-tree.d.ts",
"version": "4.4.0",
"version": "5.0.0",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit 6513d95

Please sign in to comment.