Releases: yeutech-lab/react-router-dom-utils
Releases · yeutech-lab/react-router-dom-utils
v2.1.0
2.1.0 (2019-02-23)
Bug Fixes
Features
- Link: Link now support routesMap in prior routes for finding the Loadable component (88a1671)
v2.0.3
2.0.3 (2019-02-23)
Bug Fixes
- getRoutesMap: Added polyfill (05c6c6b)
- getRoutesMap: Added polyfill (330158d)
v2.0.2
2.0.2 (2019-02-23)
Bug Fixes
- documentation: release documentation (5cbb73d)
v2.0.1
2.0.1 (2019-02-23)
Bug Fixes
- dist: Added to globals and externals @yeutech-lab/tree-operations (fb0a945)
v2.0.0
2.0.0 (2019-02-23)
Features
- getRoutesMap: Added utility to create a Map of routes (2789038)
BREAKING CHANGES
- getRoutesMap: To comply to react-router-config synthax, we have renamed childRoutes into routes
in all our utilities.
v1.4.1
1.4.1 (2019-02-22)
Bug Fixes
- dependencies: upgrade all dependencies (1196963)
v1.4.0
1.4.0 (2019-02-21)
Bug Fixes
- Link: fix example and added isPathParamsPath to documentation (b749db7)
Features
- isPathParamsPath: added an utility function to compare path and path with params (08d2669)
v1.3.3
1.3.3 (2019-02-19)
Bug Fixes
- Link: improve the hability of Link to detect component with route using params (04b9458)
v1.3.2
1.3.2 (2019-02-19)
Bug Fixes
- Link: improve link to support dynamic url and failure (d8f67db)
v1.3.1
1.3.1 (2019-01-17)
Bug Fixes
- link: remove useless ...rest spreaded twice on Link (6dfd990)