v3.0.0
3.0.0 (2017-06-19)
Features
- routeNode: Inject route (observable) and plainRoute (non-observable) to wrapped component (8d6ca7d7)
Breaking Changes
- RouteNode HOC previous injected activeRoute is now called route (observable). An
non-observable version is also injected and calledplainRoute
.
(8d6ca7d7)