Commit 633c133
committed
release(version): Release 5.1.0 [skip ci]
# [5.1.0](v5.0.0...v5.1.0) (2025-08-12)
### chore
* add CLAUDE.md ([c4d8b7a](c4d8b7a))
* **ci:** fix deprecations ([d4cb37f](d4cb37f))
* **ci:** ubuntu 20 -> 22 ([fd6c5a6](fd6c5a6))
* **release:** customize branches ([0618f0c](0618f0c))
* **release:** update it on next ([3eab46e](3eab46e))
### docs
* add viewToMachine/buildRoutingMachine into README ([ba8c10d](ba8c10d))
* update for v5 ([a661386](a661386))
### feat
* **builders:** buildRoutingMachine ([f3ac844](f3ac844)), closes [#50](#50)
* **builders:** viewToMachine ([0e86b5c](0e86b5c)), closes [#51](#51)
* **core:** xstate v5 support ([4c7a57a](4c7a57a)), closes [#58](#58)
* fix versioning..? ([bb713ac](bb713ac))
* **routes:** RouteQuery type ([1468c77](1468c77))
* **routing:** add canMatch predicate to routes for conditional matching ([9b71d73](9b71d73))
* **routing:** useOnRoute hook ([6658098](6658098))
* **routing:** useOnRoute hook ([39a4be4](39a4be4))
* **xstate-tree:** allow supplying input with buildRootComponent ([9a17ecc](9a17ecc))
* **xstateTree:** allow supplying children to Root components/slots ([e0b9383](e0b9383))
### fix
* **builders:** _xstateTree property typed incorrectly ([6f3373c](6f3373c))
* **builders:** buildRoutingMachine not working with routing events containing dots ([c3f7e2e](c3f7e2e))
* **builders:** buildRoutingMachine not working with routing events containing dots ([3a7fe9c](3a7fe9c))
* **builders:** patch provide to function correctly ([e1b128f](e1b128f))
* **builders:** viewToMachine not accepting Root components ([fcd0d2d](fcd0d2d))
* **builders:** viewToMachine not accepting Root components ([03a6649](03a6649))
* **logging:** ignore internal xstate events ([f973a38](f973a38))
* **logging:** strip _subscription property ([4d567e6](4d567e6))
* **routing:** actually log routing errors ([08840dd](08840dd))
* **routing:** actually log routing errors ([7392a8e](7392a8e))
* **routing:** don't log route objects after match ([2d917ad](2d917ad))
* **routing:** don't log route objects after match ([95894b6](95894b6))
* **routing:** flakey onloadEvent detection ([43f17c6](43f17c6))
* **routing:** include match error in return value ([c1fd0f2](c1fd0f2))
* **routing:** include match error in return value ([271010b](271010b))
* **testing:** allow nesting routing roots inside TestRoutingContext ([70607bb](70607bb))
* **testing:** allow nesting routing roots inside TestRoutingContext ([a3c9ea4](a3c9ea4))
* **types:** missing any placeholder generics for AnyXstateTreeMachine ([050e6a0](050e6a0))1 parent c001b9c commit 633c133
3 files changed
+56
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
1 | 54 | | |
2 | 55 | | |
3 | 56 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments