@hi-ui/hiui 4.12.0 → 4.13.0
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 +36 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.13.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#3172](https://github.com/XiaoMi/hiui/pull/3172) [`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(mock-input): 增加 onClear 参数 (#3171)
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [#3179](https://github.com/XiaoMi/hiui/pull/3179) [`7bf0630`](https://github.com/XiaoMi/hiui/commit/7bf063053a73923af41c33370c31371325206276) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(highlighter): 修复 CheckSelect 搜索模式下搜索(时报错(#3178)
|
12
|
+
|
13
|
+
- [#3164](https://github.com/XiaoMi/hiui/pull/3164) [`084cf985c`](https://github.com/XiaoMi/hiui/commit/084cf985c7813c646c0a3df03d32dc9d8752edef) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(upload): 修改 upload 组件支持上传的文件异常(#3163)
|
14
|
+
|
15
|
+
- Updated dependencies [[`7bf0630`](https://github.com/XiaoMi/hiui/commit/7bf063053a73923af41c33370c31371325206276), [`084cf985c`](https://github.com/XiaoMi/hiui/commit/084cf985c7813c646c0a3df03d32dc9d8752edef), [`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f)]:
|
16
|
+
- @hi-ui/highlighter@4.1.2
|
17
|
+
- @hi-ui/upload@4.2.5
|
18
|
+
- @hi-ui/cascader@4.4.0
|
19
|
+
- @hi-ui/check-cascader@4.4.0
|
20
|
+
- @hi-ui/check-tree-select@4.7.0
|
21
|
+
- @hi-ui/input@4.4.0
|
22
|
+
- @hi-ui/tree-select@4.3.0
|
23
|
+
|
24
|
+
## 4.12.1
|
25
|
+
|
26
|
+
### Patch Changes
|
27
|
+
|
28
|
+
- [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
|
29
|
+
|
30
|
+
- feat(form): 入口新增 FormLabel 组件导出
|
31
|
+
- feat(form): 更新 FormListProps 中 children 渲染函数中 fields 参数的类型
|
32
|
+
|
33
|
+
- [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(number-input): 容器元素增加默认的白色背景
|
34
|
+
|
35
|
+
- Updated dependencies [[`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4), [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4)]:
|
36
|
+
- @hi-ui/form@4.3.2
|
37
|
+
- @hi-ui/number-input@4.2.1
|
38
|
+
|
3
39
|
## 4.12.0
|
4
40
|
|
5
41
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.13.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -52,10 +52,10 @@
|
|
52
52
|
"@hi-ui/button": "^4.0.10",
|
53
53
|
"@hi-ui/card": "^4.0.9",
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
|
-
"@hi-ui/cascader": "^4.
|
56
|
-
"@hi-ui/check-cascader": "^4.
|
55
|
+
"@hi-ui/cascader": "^4.4.0",
|
56
|
+
"@hi-ui/check-cascader": "^4.4.0",
|
57
57
|
"@hi-ui/check-select": "^4.6.3",
|
58
|
-
"@hi-ui/check-tree-select": "^4.
|
58
|
+
"@hi-ui/check-tree-select": "^4.7.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
@@ -66,10 +66,10 @@
|
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.2.0",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
68
68
|
"@hi-ui/filter": "^4.2.0",
|
69
|
-
"@hi-ui/form": "^4.3.
|
69
|
+
"@hi-ui/form": "^4.3.2",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
|
-
"@hi-ui/highlighter": "^4.1.
|
72
|
-
"@hi-ui/input": "^4.
|
71
|
+
"@hi-ui/highlighter": "^4.1.2",
|
72
|
+
"@hi-ui/input": "^4.4.0",
|
73
73
|
"@hi-ui/input-group": "^4.0.7",
|
74
74
|
"@hi-ui/list": "^4.1.0",
|
75
75
|
"@hi-ui/loading": "^4.3.0",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"@hi-ui/message": "^4.1.0",
|
78
78
|
"@hi-ui/modal": "^4.4.1",
|
79
79
|
"@hi-ui/notification": "^4.2.1",
|
80
|
-
"@hi-ui/number-input": "^4.2.
|
80
|
+
"@hi-ui/number-input": "^4.2.1",
|
81
81
|
"@hi-ui/pagination": "^4.2.0",
|
82
82
|
"@hi-ui/picker": "^4.1.7",
|
83
83
|
"@hi-ui/pop-confirm": "^4.2.5",
|
@@ -106,8 +106,8 @@
|
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
107
107
|
"@hi-ui/transfer": "^4.2.0",
|
108
108
|
"@hi-ui/tree": "^4.6.2",
|
109
|
-
"@hi-ui/tree-select": "^4.
|
110
|
-
"@hi-ui/upload": "^4.2.
|
109
|
+
"@hi-ui/tree-select": "^4.3.0",
|
110
|
+
"@hi-ui/upload": "^4.2.5",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|
112
112
|
"@hi-ui/zen-mode": "^4.0.8"
|
113
113
|
},
|