Skip to content

Commit 9e07d74

Browse files
release(version): Release 5.1.0-next.18 [skip ci]
# [5.1.0-next.18](v5.1.0-next.17...v5.1.0-next.18) (2025-08-12) ### chore * add CLAUDE.md ([c4d8b7a](c4d8b7a)) * **ci:** ubuntu 20 -> 22 ([fd6c5a6](fd6c5a6)) ### docs * update for v5 ([a661386](a661386)) ### feat * **routing:** add canMatch predicate to routes for conditional matching ([9b71d73](9b71d73)) * **routing:** useOnRoute hook ([39a4be4](39a4be4)) ### fix * **builders:** buildRoutingMachine not working with routing events containing dots ([c3f7e2e](c3f7e2e)) * **builders:** viewToMachine not accepting Root components ([fcd0d2d](fcd0d2d)) * **routing:** actually log routing errors ([7392a8e](7392a8e)) * **routing:** don't log route objects after match ([95894b6](95894b6)) * **routing:** include match error in return value ([271010b](271010b)) * **testing:** allow nesting routing roots inside TestRoutingContext ([a3c9ea4](a3c9ea4))
1 parent a661386 commit 9e07d74

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [5.1.0-next.18](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.17...v5.1.0-next.18) (2025-08-12)
2+
3+
4+
### chore
5+
6+
* add CLAUDE.md ([c4d8b7a](https://github.com/koordinates/xstate-tree/commit/c4d8b7a210f54a2f4ebea8751d09ec496ca88adb))
7+
* **ci:** ubuntu 20 -> 22 ([fd6c5a6](https://github.com/koordinates/xstate-tree/commit/fd6c5a6f88dd05a867bc682501d49e9f4abddd7c))
8+
9+
10+
### docs
11+
12+
* update for v5 ([a661386](https://github.com/koordinates/xstate-tree/commit/a6613865c06847bbe5d2574dcd3b872513f6271e))
13+
14+
15+
### feat
16+
17+
* **routing:** add canMatch predicate to routes for conditional matching ([9b71d73](https://github.com/koordinates/xstate-tree/commit/9b71d7352b3f296c9ab8ef4fa8087f7c843c62a0))
18+
* **routing:** useOnRoute hook ([39a4be4](https://github.com/koordinates/xstate-tree/commit/39a4be4d50fcf737692e2f04d8a7ad5979f65740))
19+
20+
21+
### fix
22+
23+
* **builders:** buildRoutingMachine not working with routing events containing dots ([c3f7e2e](https://github.com/koordinates/xstate-tree/commit/c3f7e2e268b75d1982068703430ed4f607430562))
24+
* **builders:** viewToMachine not accepting Root components ([fcd0d2d](https://github.com/koordinates/xstate-tree/commit/fcd0d2dca7fc417bf352b1be2eae43da1c49b06a))
25+
* **routing:** actually log routing errors ([7392a8e](https://github.com/koordinates/xstate-tree/commit/7392a8ee0a043af7be35f8bf7cecc71212cde1e1))
26+
* **routing:** don't log route objects after match ([95894b6](https://github.com/koordinates/xstate-tree/commit/95894b6f0417587c42cad06e004dafbe66b16514))
27+
* **routing:** include match error in return value ([271010b](https://github.com/koordinates/xstate-tree/commit/271010bdb48694370b9f26d086bfb050932b9b3d))
28+
* **testing:** allow nesting routing roots inside TestRoutingContext ([a3c9ea4](https://github.com/koordinates/xstate-tree/commit/a3c9ea4b24f6dda46c7b7e05acc6dec3f21cb8d4))
29+
130
# [5.1.0-next.17](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.16...v5.1.0-next.17) (2024-09-16)
231

332

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": "5.1.0-next.17",
5+
"version": "5.1.0-next.18",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)