Releases: LeonardoGentile/react-mobx-router5
Releases · LeonardoGentile/react-mobx-router5
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)
v2.0.4
<a name"2.0.4">
2.0.4 (2017-06-19)
v2.0.3
v2.0.2
<a name"2.0.2">
2.0.2 (2017-06-15)
v2.0.1
<a name"2.0.1">
2.0.1 (2017-06-15)
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)
v1.0.2
v1.0.1
<a name"1.0.1">
1.0.1 (2017-05-09)
Bug Fixes
- packages.json: Fake fix: need a first push for trigger coveralls (d96f1d7e)
Note: it seems that coveralls is the problem: lemurheavy/coveralls-public#281
Retrying in a couple of days
v1.0.0
<a name"1.0.0">
1.0.0 (2017-05-09)
Bug Fixes
- BaseLink: Change scope of error (bf060bd2)
- PropTypes: Revert to React core, not prop-types or build will break (812b6897)
- babelrc: add babelrc for transpiling the tests (d44f3ec7)
- withLink HOC: Fix PropTypes for withLink (5bdec3c7)
- withRoute: Any props passed to the wrapper is forwarded to the wrapped component (ec1391a4)