Skip to content

Commit 6ff66e4

Browse files
release(version): Release 5.0.0 [skip ci]
# [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`
1 parent c143495 commit 6ff66e4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v5.0.0) (2024-01-09)
2+
3+
4+
### feat
5+
6+
* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
7+
* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
8+
* **core:** xstate v5 support ([c143495](https://github.com/koordinates/xstate-tree/commit/c1434951fb581a69b578fddac2fd6bdd17ed956c)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58)
9+
10+
11+
### Breaking changes
12+
13+
* **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`
14+
115
# [4.4.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v4.4.0-beta.1...v4.4.0-beta.2) (2024-01-09)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@koordinates/xstate-tree",
33
"main": "lib/index.js",
44
"types": "lib/xstate-tree.d.ts",
5-
"version": "4.4.0-beta.2",
5+
"version": "5.0.0",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)