Skip to content

Latest commit

 

History

History
40 lines (16 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

40 lines (16 loc) · 1.44 KB

0.4.1 (2019-10-04)

Bug Fixes

  • ensure navRootId is passed to NavRoot (ff21815)
  • ensure SSR doesn't crash by avoiding randomly generated navRootIds (7c93aa3)
  • Set the default navRootId to be unique (#4) (525becf)

Features

  • Add absoluteRoute prop to all components to track component path (42c5ccf)
  • Add isActive and setActive props to all components to track active link routes (cb97183)

0.2.0 (2019-09-23)

Features

0.1.0 (2019-09-19)

Bug Fixes

  • remove debug output from NavRoot component (350bdf9)

Features

  • add primary functionality and example (8e5e45f)