Releases: koordinates/xstate-tree
Releases · koordinates/xstate-tree
v5.1.0-next.2
v4.5.0
v5.1.0-next.1
v4.4.0
v5.0.0
5.0.0 (2024-01-09)
feat
- builders: buildRoutingMachine (4a522e7), closes #50
- builders: viewToMachine (f02be21), closes #51
- core: xstate v5 support (c143495), closes #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
v4.4.0-beta.2
v4.4.0-beta.1
v4.3.0
4.3.0 (2023-12-22)
chore
- build: CommonJS modules (95be0b9)
feat
- builders: expose basic meta info from xstate (13d2213)
- routes: preloading (eca4d27)
- routing: export useActiveRouteEvents hook (1e7ece4)
- routing: forwards refs for Link component (d236b2a)
fix
- routing: add data attribute to links (db13fae)
- routing: history.replace hack missing state (d4eb989)
- routing: keep routing state on initial match (e65691e)
- routing: notify about double routing roots (93a9ed2)
- routing: useActiveRouteEvents not re-rendering (4640a52)
- testing: buildTestRoot difference logging (39419ea)
- undefined exceptions (086e6a3)