Skip to content

Latest commit

 

History

History
309 lines (135 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

309 lines (135 loc) · 11.4 KB

3.2.1 (2020-03-04)

Bug Fixes

  • props: remove push from spreaded props (d6b8415)

3.2.0 (2020-02-20)

Features

  • RoutesMap: now detecting all urls using path-to-regex (f2f57cd)

3.1.0 (2020-02-08)

Features

  • Link: allow a different engine to navigate than react-router using push props. Update all dependencies (277df22)

3.0.2 (2020-01-14)

Bug Fixes

  • dependencies: upgrade all dependencies (844d6be)

3.0.1 (2019-03-21)

Bug Fixes

  • dependencies: upgrade all dependencies (29baa05)

3.0.0 (2019-03-20)

Bug Fixes

  • dependencies: Upgrade all dependencies (dd7e733)

BREAKING CHANGES

  • 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)

Bug Fixes

  • documentation: update @rollup-umd/documentation, @yeutech-lab/documentation. Using es6 import for all examples (5997f36)

2.2.8 (2019-03-03)

Bug Fixes

  • dependencies: upgrade all dependencies (ca5a307)

2.2.7 (2019-02-28)

Bug Fixes

  • getPages: fix applying on root wrongly (ded8cf8)

2.2.6 (2019-02-28)

Bug Fixes

  • getPages: fixed error on root path (8989f2d)
  • getPages: optimize code (cd9de35)

2.2.5 (2019-02-28)

Bug Fixes

  • getPages: fixing bug for root paths (32a878d)

2.2.4 (2019-02-28)

Bug Fixes

  • documentation: fixed example in documentation (1a17607)

2.2.3 (2019-02-27)

Bug Fixes

  • getPages: fix error during merge (51a7a36)

2.2.2 (2019-02-27)

Bug Fixes

  • getPages: now automatically detecting home (7073c82)
  • pages: Rename alias to page (754013a)

2.2.1 (2019-02-27)

Bug Fixes

  • dependencies: upgrade all dependencies (5aca285)

2.2.0 (2019-02-27)

Bug Fixes

  • dependencies: upgrade all dependencies (ac2469d)

Features

  • RoutesMap: added RoutesMap class, improve getPages to support alias (config) and routesMap (source) (0e14c4b)

2.1.4 (2019-02-25)

Bug Fixes

  • dependencies: upgrade all dependencies, improve matchParamsPath (a6cef0e)

2.1.3 (2019-02-24)

Bug Fixes

  • getPages: it now remove routes from the pages object (c372aa0)

2.1.2 (2019-02-24)

Bug Fixes

  • Routes: fix propTypes now accepting Map (9469197)

2.1.1 (2019-02-24)

Bug Fixes

  • copy: using shallow copy in all utilities (d9286b6)

2.1.0 (2019-02-23)

Bug Fixes

  • dependencies: remove babel-core@7.0.0-bridge.0 (328027b)

Features

  • Link: Link now support routesMap in prior routes for finding the Loadable component (88a1671)

2.0.3 (2019-02-23)

Bug Fixes

  • getRoutesMap: Added polyfill (05c6c6b)
  • getRoutesMap: Added polyfill (330158d)

2.0.2 (2019-02-23)

Bug Fixes

  • documentation: release documentation (5cbb73d)

2.0.1 (2019-02-23)

Bug Fixes

  • dist: Added to globals and externals @yeutech-lab/tree-operations (fb0a945)

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.

1.4.1 (2019-02-22)

Bug Fixes

  • dependencies: upgrade all dependencies (1196963)

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)

1.3.3 (2019-02-19)

Bug Fixes

  • Link: improve the hability of Link to detect component with route using params (04b9458)

1.3.2 (2019-02-19)

Bug Fixes

  • Link: improve link to support dynamic url and failure (d8f67db)

1.3.1 (2019-01-17)

Bug Fixes

  • link: remove useless ...rest spreaded twice on Link (6dfd990)

1.3.0 (2019-01-17)

Features

  • Link: added onBeforePageChange (6ba166c)

1.2.4 (2019-01-15)

Bug Fixes

  • delay: allow delay to be a function (7693083)

1.2.3 (2019-01-15)

Bug Fixes

  • delay: added props delay (dd70e02)

1.2.2 (2019-01-15)

Bug Fixes

  • preload: added preload props to tell if the preload should be totally disabled (cb487bc)

1.2.1 (2019-01-15)

Bug Fixes

  • Link: fixed componentWillMount throwing unwanted warning (5b3d9f6)

1.2.0 (2019-01-15)

Features

1.1.0 (2019-01-14)

Features

  • getPages: added getPages (4ca5007)

1.0.3 (2019-01-06)

Bug Fixes

  • example: added codesandbox.io link (f89d570)

1.0.2 (2019-01-06)

Bug Fixes

  • release: trying one more release without build cache on travis due to errors reported in esm module (4c427bb)

1.0.1 (2019-01-06)

Bug Fixes