v2.0.0
<a name"2.0.0">
2.0.0 (2017-06-15)
Bug Fixes
- Package.json: Update dependencies for dev (fab441c5)
- RouteView: RouteView does not use routerStore prop anymore when an explicit route is not pa (9b87a308)
- routeNode: Remove shouldComponentUpdate from internal use of routeNode. Inject activeRoute (1329c52e)
Features
- Route Component:
Breaking Changes
- BREAKING: the injected active route is now called
activeRoute
(non-observable)
instead ofroute
(1329c52e)
- BREAKING: always pass an explicit route prop to RouteView, the routerStore prop
won't be used anymore.
(9b87a308)
- previousRoute no longer passed
(d001e2be)