@hi-ui/hiui 4.5.4 → 4.5.6
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 +27 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.5.6
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2778](https://github.com/XiaoMi/hiui/pull/2778) [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(space): 处理子节点为 null 情况
|
8
|
+
|
9
|
+
- [#2779](https://github.com/XiaoMi/hiui/pull/2779) [`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(list): emptyContent 只能修改文字无法修改图标
|
10
|
+
|
11
|
+
- [#2780](https://github.com/XiaoMi/hiui/pull/2780) [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(search): 修复分组不支持 2 级以上数据的问题
|
12
|
+
|
13
|
+
- Updated dependencies [[`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845), [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b), [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e)]:
|
14
|
+
- @hi-ui/list@4.0.13
|
15
|
+
- @hi-ui/space@4.0.10
|
16
|
+
- @hi-ui/search@4.0.13
|
17
|
+
|
18
|
+
## 4.5.5
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- [#2771](https://github.com/XiaoMi/hiui/pull/2771) [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 keyword 受控时搜索结果有误的问题
|
23
|
+
|
24
|
+
- [#2772](https://github.com/XiaoMi/hiui/pull/2772) [`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在 Table 中 resizable 模式下不显示气泡问题
|
25
|
+
|
26
|
+
- Updated dependencies [[`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90), [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd)]:
|
27
|
+
- @hi-ui/ellipsis-tooltip@4.1.7
|
28
|
+
- @hi-ui/check-select@4.4.1
|
29
|
+
|
3
30
|
## 4.5.4
|
4
31
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.5.
|
3
|
+
"version": "4.5.6",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.1.0",
|
55
55
|
"@hi-ui/cascader": "^4.1.5",
|
56
56
|
"@hi-ui/check-cascader": "^4.2.6",
|
57
|
-
"@hi-ui/check-select": "^4.4.
|
57
|
+
"@hi-ui/check-select": "^4.4.1",
|
58
58
|
"@hi-ui/check-tree-select": "^4.4.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.9",
|
60
60
|
"@hi-ui/collapse": "^4.1.5",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"@hi-ui/descriptions": "^4.2.4",
|
64
64
|
"@hi-ui/drawer": "^4.1.3",
|
65
65
|
"@hi-ui/dropdown": "^4.1.4",
|
66
|
-
"@hi-ui/ellipsis-tooltip": "^4.1.
|
66
|
+
"@hi-ui/ellipsis-tooltip": "^4.1.7",
|
67
67
|
"@hi-ui/empty-state": "^4.1.0",
|
68
68
|
"@hi-ui/filter": "^4.1.4",
|
69
69
|
"@hi-ui/form": "^4.1.6",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"@hi-ui/highlighter": "^4.0.8",
|
72
72
|
"@hi-ui/input": "^4.1.0",
|
73
73
|
"@hi-ui/input-group": "^4.0.6",
|
74
|
-
"@hi-ui/list": "^4.0.
|
74
|
+
"@hi-ui/list": "^4.0.13",
|
75
75
|
"@hi-ui/loading": "^4.2.0",
|
76
76
|
"@hi-ui/menu": "^4.2.0",
|
77
77
|
"@hi-ui/message": "^4.0.7",
|
@@ -89,10 +89,10 @@
|
|
89
89
|
"@hi-ui/rating": "^4.0.9",
|
90
90
|
"@hi-ui/result": "^4.0.7",
|
91
91
|
"@hi-ui/scrollbar": "^4.1.0",
|
92
|
-
"@hi-ui/search": "^4.0.
|
92
|
+
"@hi-ui/search": "^4.0.13",
|
93
93
|
"@hi-ui/select": "^4.4.0",
|
94
94
|
"@hi-ui/slider": "^4.0.10",
|
95
|
-
"@hi-ui/space": "^4.0.
|
95
|
+
"@hi-ui/space": "^4.0.10",
|
96
96
|
"@hi-ui/spinner": "^4.0.8",
|
97
97
|
"@hi-ui/stepper": "^4.0.7",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.7",
|