0.4.1 (2019-10-04)
- 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)
- 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)
- add isPast render prop (bd2d506)
0.1.0 (2019-09-19)
- remove debug output from NavRoot component (350bdf9)
- add primary functionality and example (8e5e45f)