Releases: liuweiGL/react-stack-router
Releases · liuweiGL/react-stack-router
v1.1.2
1.1.2 (2022-03-17)
Bug Fixes
- fix the dist not exists in npm package (85e3d5c)
v1.1.1
1.1.1 (2022-03-17)
Bug Fixes
- fix npm tarball includes pnpm cache files (2d31fd5)
v1.1.0
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)
v1.0.1
1.0.1 (2022-03-16)
Bug Fixes
- fix the dist files not exist in npm tarball (c4c83c8)
v1.0.0
1.0.0 (2022-03-16)
Features