@mxjs/router
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -0,1 +1,16 @@ | ||
## [0.2.7](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.6...@mxjs/router@0.2.7) (2023-04-15) | ||
### Features | ||
* **router:** 增加 `AccessLink` 组件,控制用户有权限才展示链接 ([00a2126](https://github.com/miaoxing/miaoxing/commit/00a21269186f1c54e5a9cace3bb08f13ec4a3c0d)) | ||
### Dependencies | ||
* **@mxjs/auth:** upgrade from `1.0.0` to `1.1.0` | ||
## [0.2.6](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.5...@mxjs/router@0.2.6) (2023-01-01) | ||
@@ -2,0 +17,0 @@ |
export Link from './Link'; | ||
export AccessLink from './AccessLink'; |
{ | ||
"name": "@mxjs/router", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"main": "index.js", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@mxjs/auth": "^1.1.0", | ||
"react-router": "^5.2.0", | ||
@@ -16,0 +17,0 @@ "react-router-dom": "^5.2.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9437
10
56
7
+ Added@mxjs/auth@^1.1.0
+ Added@mxjs/auth@1.2.4(transitive)