@hi-ui/hiui 4.1.16 → 4.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.17
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2383](https://github.com/XiaoMi/hiui/pull/2383) [`6248e798b`](https://github.com/XiaoMi/hiui/commit/6248e798b4ad7b9256637027f6bbe79245ed68de) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu 实现 expandedType="pop" 模式下,可以自定义弹出层样式类名
|
8
|
+
|
9
|
+
- Updated dependencies [[`6248e798b`](https://github.com/XiaoMi/hiui/commit/6248e798b4ad7b9256637027f6bbe79245ed68de)]:
|
10
|
+
- @hi-ui/menu@4.0.8
|
11
|
+
|
3
12
|
## 4.1.16
|
4
13
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.17",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"@hi-ui/input-group": "^4.0.3",
|
73
73
|
"@hi-ui/list": "^4.0.8",
|
74
74
|
"@hi-ui/loading": "^4.0.4",
|
75
|
-
"@hi-ui/menu": "^4.0.
|
75
|
+
"@hi-ui/menu": "^4.0.8",
|
76
76
|
"@hi-ui/message": "^4.0.4",
|
77
77
|
"@hi-ui/modal": "^4.0.9",
|
78
78
|
"@hi-ui/notification": "^4.0.6",
|