Skip to content

Latest commit

 

History

History
133 lines (62 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

133 lines (62 loc) · 5.5 KB

2.3.4 (2022-07-05)

Bug Fixes

  • 路由懒加载时解析到的 route 可能跟当前 location 不一致 (674266f)

2.3.3 (2022-03-31)

Bug Fixes

  • using normalized path to match route (4c6d65d)

2.3.2 (2022-03-30)

Bug Fixes

  • fix using no normalized pathname to match route (31fec35)

2.3.1 (2022-03-30)

Bug Fixes

  • fix RouterNavigator declaration error (bb88722)

2.3.0 (2022-03-30)

Features

2.2.0 (2022-03-20)

Features

  • remove default 404 page (6eefaca)

2.1.0 (2022-03-20)

Bug Fixes

  • fix router stack records incorrect (55e493e)
  • fix unexpected 404 page rendering on first visit (36b42c5)

Features

  • generic types add default type (482ff34)
  • make navigateBack's paramater is optional (23cd52a)

2.0.0 (2022-03-19)

Code Refactoring

  • Adjust internal implementation (05c1812)

BREAKING CHANGES

  • Changes cannot be summed up in one sentence For more information, see the release notes

1.1.4 (2022-03-19)

Performance Improvements

  • reduce unnecessary rendering (a232eeb)

1.1.3 (2022-03-17)

Bug Fixes

  • fix the dist not exists in npm package (d79cbd3)

1.1.2 (2022-03-17)

Bug Fixes

  • fix the dist not exists in npm package (85e3d5c)

1.1.1 (2022-03-17)

Bug Fixes

  • fix npm tarball includes pnpm cache files (2d31fd5)

1.1.0 (2022-03-17)

Bug Fixes

  • fix always load index page even if path include basename (aabaeec)
  • fix the wrong join path with basename (65b7137)

Features

  • add useParams hook (cacc844)
  • support for passing params while navigating (7e9f107)

Performance Improvements

  • reduce unnecessary rendering (781df88)

1.0.1 (2022-03-16)

Bug Fixes

  • fix the dist files not exist in npm tarball (c4c83c8)

1.0.0 (2022-03-16)

Features

  • add defineRoutes utilities for js (57f60dc)
  • support dynamic import (0d040d2)
  • support hide and show hooks (521cd91)
  • use vite build the library (911304b)
  • 完成基础的路由功能 (c95db20)