Releases: koordinates/xstate-tree
Releases · koordinates/xstate-tree
v3.0.1
3.0.1 (2022-11-03)
fix
- routing: redirects replace history instead of pushing (2735fec)
v3.0.0
3.0.0 (2022-11-03)
docs
- README: add note about expanded code sandbox example (0ecfe63), closes #28
feat
- routing: async redirects (e880467)
- routing: composable dynamic routes (6f178ce)
Breaking changes
- routing: Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions
v3.0.0-beta.1
feat
- routing: composable dynamic routes (6f178ce)
Breaking changes
- routing: Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions
v2.0.11
2.0.11 (2022-10-21)
chore
- readme: add todomvc example link (7331587)
- release: remove commit analyzer mods (3ca0946)
docs
- examples: add todomvc example (a638915)
- readme: improve example + add codesandbox link (3671c01)
perf
- actions: do not re-create actions object (f6b2330), closes #2
v2.0.10
2.0.10 (2022-09-26)
chore
- release: s/releaseEvents/releaseRules/ (6e4b375)
v2.0.9
2.0.9 (2022-09-26)
chore
- release: remove added release rules (0e690c5)
v2.0.7
2.0.7 (2022-09-19)
chore
- dx: use npm script for commitlint (1eef5bb)
- readme: add secret to example (4285993)
docs
- contributing: setup contributing instructions (2ea2f8f)
- readme: improve docs for external audience (256f75b)
- readme: link to routing README (abae28d)
v2.0.6
2.0.6 (2022-09-18)
docs
- general: add missing docs for key functions (36114a7)