@hi-ui/hiui 4.2.12 → 4.2.14
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 +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.2.14
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2588](https://github.com/XiaoMi/hiui/pull/2588) [`7c6994e5a`](https://github.com/XiaoMi/hiui/commit/7c6994e5a87b5384be0c6dbec11f3d2a68be67cb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 支持在孩子节点前面或后面添加节点
|
8
|
+
|
9
|
+
- Updated dependencies [[`7c6994e5a`](https://github.com/XiaoMi/hiui/commit/7c6994e5a87b5384be0c6dbec11f3d2a68be67cb)]:
|
10
|
+
- @hi-ui/tree@4.5.1
|
11
|
+
|
12
|
+
## 4.2.13
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- [#2585](https://github.com/XiaoMi/hiui/pull/2585) [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse feat: 完善 size API,增加 sm 尺寸
|
17
|
+
|
18
|
+
- [#2584](https://github.com/XiaoMi/hiui/pull/2584) [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05) Thanks [@zyprepare](https://github.com/zyprepare)! - Alert feat: add size api
|
19
|
+
|
20
|
+
- [#2582](https://github.com/XiaoMi/hiui/pull/2582) [`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 actionRender API
|
21
|
+
|
22
|
+
- [#2583](https://github.com/XiaoMi/hiui/pull/2583) [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d) Thanks [@zyprepare](https://github.com/zyprepare)! - List feat: avatar 支持传入 ReactNode
|
23
|
+
|
24
|
+
- Updated dependencies [[`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876), [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05), [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d), [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305)]:
|
25
|
+
- @hi-ui/tree@4.5.0
|
26
|
+
- @hi-ui/alert@4.1.0
|
27
|
+
- @hi-ui/list@4.0.9
|
28
|
+
- @hi-ui/collapse@4.1.2
|
29
|
+
|
3
30
|
## 4.2.12
|
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.2.
|
3
|
+
"version": "4.2.14",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/alert": "^4.0
|
46
|
+
"@hi-ui/alert": "^4.1.0",
|
47
47
|
"@hi-ui/anchor": "^4.0.5",
|
48
48
|
"@hi-ui/avatar": "^4.0.4",
|
49
49
|
"@hi-ui/back-top": "^4.0.4",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"@hi-ui/check-select": "^4.2.0",
|
58
58
|
"@hi-ui/check-tree-select": "^4.2.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.5",
|
60
|
-
"@hi-ui/collapse": "^4.1.
|
60
|
+
"@hi-ui/collapse": "^4.1.2",
|
61
61
|
"@hi-ui/counter": "^4.1.4",
|
62
62
|
"@hi-ui/date-picker": "^4.1.0",
|
63
63
|
"@hi-ui/descriptions": "^4.1.2",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"@hi-ui/highlighter": "^4.0.5",
|
72
72
|
"@hi-ui/input": "^4.0.9",
|
73
73
|
"@hi-ui/input-group": "^4.0.3",
|
74
|
-
"@hi-ui/list": "^4.0.
|
74
|
+
"@hi-ui/list": "^4.0.9",
|
75
75
|
"@hi-ui/loading": "^4.1.0",
|
76
76
|
"@hi-ui/menu": "^4.1.0",
|
77
77
|
"@hi-ui/message": "^4.0.4",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"@hi-ui/timeline": "^4.0.4",
|
106
106
|
"@hi-ui/tooltip": "^4.0.7",
|
107
107
|
"@hi-ui/transfer": "^4.0.9",
|
108
|
-
"@hi-ui/tree": "^4.
|
108
|
+
"@hi-ui/tree": "^4.5.1",
|
109
109
|
"@hi-ui/tree-select": "^4.0.10",
|
110
110
|
"@hi-ui/upload": "^4.1.5",
|
111
111
|
"@hi-ui/watermark": "^4.0.4",
|