3.2.1 (2020-03-04)
- props: remove push from spreaded props (d6b8415)
3.2.0 (2020-02-20)
- RoutesMap: now detecting all urls using path-to-regex (f2f57cd)
3.1.0 (2020-02-08)
- Link: allow a different engine to navigate than react-router using push props. Update all dependencies (277df22)
3.0.2 (2020-01-14)
- dependencies: upgrade all dependencies (844d6be)
3.0.1 (2019-03-21)
- dependencies: upgrade all dependencies (29baa05)
3.0.0 (2019-03-20)
- dependencies: Upgrade all dependencies (dd7e733)
- dependencies: corejs was ugprade to v3.0.0 and babel to 7.4.0. The api of corejs has changed and is tightly coupled to babel 7.4.0
2.2.9 (2019-03-11)
- documentation: update @rollup-umd/documentation, @yeutech-lab/documentation. Using es6 import for all examples (5997f36)
2.2.8 (2019-03-03)
- dependencies: upgrade all dependencies (ca5a307)
2.2.7 (2019-02-28)
- getPages: fix applying on root wrongly (ded8cf8)
2.2.6 (2019-02-28)
2.2.5 (2019-02-28)
- getPages: fixing bug for root paths (32a878d)
2.2.4 (2019-02-28)
- documentation: fixed example in documentation (1a17607)
2.2.3 (2019-02-27)
- getPages: fix error during merge (51a7a36)
2.2.2 (2019-02-27)
2.2.1 (2019-02-27)
- dependencies: upgrade all dependencies (5aca285)
2.2.0 (2019-02-27)
- dependencies: upgrade all dependencies (ac2469d)
- RoutesMap: added RoutesMap class, improve getPages to support alias (config) and routesMap (source) (0e14c4b)
2.1.4 (2019-02-25)
- dependencies: upgrade all dependencies, improve matchParamsPath (a6cef0e)
2.1.3 (2019-02-24)
- getPages: it now remove routes from the pages object (c372aa0)
2.1.2 (2019-02-24)
- Routes: fix propTypes now accepting Map (9469197)
2.1.1 (2019-02-24)
- copy: using shallow copy in all utilities (d9286b6)
2.1.0 (2019-02-23)
- dependencies: remove [email protected] (328027b)
- Link: Link now support routesMap in prior routes for finding the Loadable component (88a1671)
2.0.3 (2019-02-23)
2.0.2 (2019-02-23)
- documentation: release documentation (5cbb73d)
2.0.1 (2019-02-23)
- dist: Added to globals and externals @yeutech-lab/tree-operations (fb0a945)
2.0.0 (2019-02-23)
- getRoutesMap: Added utility to create a Map of routes (2789038)
- getRoutesMap: To comply to react-router-config synthax, we have renamed childRoutes into routes in all our utilities.
1.4.1 (2019-02-22)
- dependencies: upgrade all dependencies (1196963)
1.4.0 (2019-02-21)
- Link: fix example and added isPathParamsPath to documentation (b749db7)
- isPathParamsPath: added an utility function to compare path and path with params (08d2669)
1.3.3 (2019-02-19)
- Link: improve the hability of Link to detect component with route using params (04b9458)
1.3.2 (2019-02-19)
- Link: improve link to support dynamic url and failure (d8f67db)
1.3.1 (2019-01-17)
- link: remove useless ...rest spreaded twice on Link (6dfd990)
1.3.0 (2019-01-17)
- Link: added onBeforePageChange (6ba166c)
1.2.4 (2019-01-15)
- delay: allow delay to be a function (7693083)
1.2.3 (2019-01-15)
- delay: added props delay (dd70e02)
1.2.2 (2019-01-15)
- preload: added preload props to tell if the preload should be totally disabled (cb487bc)
1.2.1 (2019-01-15)
- Link: fixed componentWillMount throwing unwanted warning (5b3d9f6)
1.2.0 (2019-01-15)
- Link: Added component (1af95d2)
1.1.0 (2019-01-14)
- getPages: added getPages (4ca5007)
1.0.3 (2019-01-06)
- example: added codesandbox.io link (f89d570)
1.0.2 (2019-01-06)
- release: trying one more release without build cache on travis due to errors reported in esm module (4c427bb)
1.0.1 (2019-01-06)
- release: GitHub release https://github.com/yeutech-lab/react-router-dom-utils (e46591e)