Skip to content

Latest commit

 

History

History
82 lines (37 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

82 lines (37 loc) · 3.48 KB

Changelog

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

1.2.8 (2022-07-06)

Bug Fixes

  • correctly pass state to history.push (b36ebad)

1.2.7 (2022-06-05)

Bug Fixes

  • fix resolving of routes attached to RootRouteBuilder (3a82c51), closes #36

1.2.6 (2022-05-29)

1.2.5 (2022-01-17)

Bug Fixes

  • correct PathRouteBuilder#anyRoute match object type (#29) (04f2edb), closes #28 #28

1.2.4 (2022-01-15)

Bug Fixes

  • pathRouteBuilder should retain separate Match for any route (#27) (5d582c5)
  • PathRouteBuilder#any discards their exactRoute (#26) (00008dc)
  • react: fix RoconRoot not reacting to location change in descendant useEffect (68413bb), closes #24

1.2.3 (2021-07-29)

Bug Fixes

  • export Redirect from react.d.ts (455f0ac)

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