Skip to content

Commit a2890da

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2022-03-17) ### Bug Fixes * fix always load index page even if path include basename ([aabaeec](aabaeec)) * fix the wrong join path with basename ([65b7137](65b7137)) ### Features * add useParams hook ([cacc844](cacc844)) * support for passing params while navigating ([7e9f107](7e9f107)) ### Performance Improvements * reduce unnecessary rendering ([781df88](781df88))
1 parent a76c229 commit a2890da

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.1.0](https://github.com/liuweiGL/react-stack-router/compare/v1.0.1...v1.1.0) (2022-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* fix always load index page even if path include basename ([aabaeec](https://github.com/liuweiGL/react-stack-router/commit/aabaeecd619758ed9a8a1ed6178d13e344edec24))
7+
* fix the wrong join path with basename ([65b7137](https://github.com/liuweiGL/react-stack-router/commit/65b71373176322e80c72494a3c275008f1538304))
8+
9+
10+
### Features
11+
12+
* add useParams hook ([cacc844](https://github.com/liuweiGL/react-stack-router/commit/cacc844d9ff5615eb360f51df6e178d1f054ec50))
13+
* support for passing params while navigating ([7e9f107](https://github.com/liuweiGL/react-stack-router/commit/7e9f1072042ab27c388bfb258e81eeddedb5ed8b))
14+
15+
16+
### Performance Improvements
17+
18+
* reduce unnecessary rendering ([781df88](https://github.com/liuweiGL/react-stack-router/commit/781df88bed0f6b047869f32441b892a270fe527d))
19+
120
## [1.0.1](https://github.com/liuweiGL/react-stack-router/compare/v1.0.0...v1.0.1) (2022-03-16)
221

322

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stack-router",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "react 手机端路由",
55
"keywords": [
66
"react-router",
@@ -55,4 +55,4 @@
5555
"typescript": "latest",
5656
"vite": "^2.8.6"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)