Skip to content

Latest commit

 

History

History
43 lines (19 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

43 lines (19 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.2 (2021-02-11)

Bug Fixes

  • react: react component can be now passed as an action (68ff9fc), closes #5

1.2.1 (2021-01-14)

Bug Fixes

  • make 2nd argument(routeDefinition) optional (1d9695c)

1.2.0 (2020-12-29)

Features

  • add forward-ref to Link Component (dd3fe76)

1.1.1 (2020-12-04)

Bug Fixes

  • fix type errors in TS 4.1 (cabfeb8)

1.1.0 (2020-10-17)

Features

  • add Redirect component (7778f9a), closes #2

Bug Fixes

  • improve type of route() (cae6bb6), closes #3