Skip to content

Latest commit

 

History

History
226 lines (70 loc) · 5 KB

CHANGELOG.md

File metadata and controls

226 lines (70 loc) · 5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.3.0 (2019-10-17)

Features

  • make params expansion configurable (45f0c98)

5.2.0 (2019-10-17)

Features

  • Pass event.params to RENDER/NAVIGATE by default (4394083)

5.1.1 (2019-07-08)

Bug Fixes

  • handle QS for default route (eef3d23)

5.1.0 (2019-07-08)

Features

  • add query string -> params (c9d87b8)

5.0.3 (2019-07-04)

Bug Fixes

  • export functional components (035ef67)

5.0.2 (2019-07-04)

Bug Fixes

5.0.1 (2019-07-04)

Bug Fixes

  • generalize typings on state renderer (5cd8235)

5.0.0 (2019-07-04)

Features

  • simplify and remove ROUTE event (6a06daf)

BREAKING CHANGES

  • We've removed the legacy way of routing, get with it.

4.0.0 (2019-07-01)

Bug Fixes

BREAKING CHANGES

  • current -> state

3.0.1 (2019-07-01)

Bug Fixes

  • remove slot from RouterNavigo (92a18bb)

3.0.0 (2019-06-30)

Features

BREAKING CHANGES

  • stencil@one upgrade is a breaking change

2.0.2 (2019-06-24)

Bug Fixes

  • add link with inner span to test (ecacb89)
  • check all the way through composedPath for link (d63e069)

2.0.1 (2019-06-24)

Bug Fixes

2.0.0 (2019-06-24)

Features

  • Next generation auto routing (d3fe0df)

BREAKING CHANGES

  • Remove NAVIGATE action from your charts

1.1.1 (2019-06-21)

Bug Fixes

  • only intercept links we recognize (b983848)

1.1.0 (2019-06-18)

Features

  • functional component for xstate-router-navigo (de34af9)
  • functional component wrapper for xstate-route (a699f4a)

1.0.1 (2019-06-18)

Bug Fixes

  • fix default component renderer (85242e6)

1.0.0 (2019-06-18)

Bug Fixes

  • be more explicit about slot param (ef9d426)
  • use lerna for publishing (07bc9e4)

BREAKING CHANGES

  • renamed some interfaces...