All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.3.0 (2019-10-17)
- make params expansion configurable (45f0c98)
5.2.0 (2019-10-17)
- Pass event.params to RENDER/NAVIGATE by default (4394083)
5.1.1 (2019-07-08)
- handle QS for default route (eef3d23)
5.1.0 (2019-07-08)
- add query string -> params (c9d87b8)
5.0.3 (2019-07-04)
- export functional components (035ef67)
5.0.2 (2019-07-04)
- typescript fixes (88b2b58)
5.0.1 (2019-07-04)
- generalize typings on state renderer (5cd8235)
5.0.0 (2019-07-04)
- simplify and remove ROUTE event (6a06daf)
- We've removed the legacy way of routing, get with it.
4.0.0 (2019-07-01)
- align prop names (e34dc02)
- current -> state
3.0.1 (2019-07-01)
- remove slot from RouterNavigo (92a18bb)
3.0.0 (2019-06-30)
- upgrade deps (a7b6248)
- stencil@one upgrade is a breaking change
2.0.2 (2019-06-24)
- add link with inner span to test (ecacb89)
- check all the way through composedPath for link (d63e069)
2.0.1 (2019-06-24)
- make ionic compat (71d5e97)
2.0.0 (2019-06-24)
- Next generation auto routing (d3fe0df)
- Remove NAVIGATE action from your charts
1.1.1 (2019-06-21)
- only intercept links we recognize (b983848)
1.1.0 (2019-06-18)
- functional component for xstate-router-navigo (de34af9)
- functional component wrapper for xstate-route (a699f4a)
1.0.1 (2019-06-18)
- fix default component renderer (85242e6)
1.0.0 (2019-06-18)
- renamed some interfaces...