@hi-ui/hiui 4.12.0 → 4.12.1
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.12.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
|
8
|
+
|
9
|
+
- feat(form): 入口新增 FormLabel 组件导出
|
10
|
+
- feat(form): 更新 FormListProps 中 children 渲染函数中 fields 参数的类型
|
11
|
+
|
12
|
+
- [#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): 容器元素增加默认的白色背景
|
13
|
+
|
14
|
+
- Updated dependencies [[`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4), [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4)]:
|
15
|
+
- @hi-ui/form@4.3.2
|
16
|
+
- @hi-ui/number-input@4.2.1
|
17
|
+
|
3
18
|
## 4.12.0
|
4
19
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.12.
|
3
|
+
"version": "4.12.1",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -66,7 +66,7 @@
|
|
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
71
|
"@hi-ui/highlighter": "^4.1.1",
|
72
72
|
"@hi-ui/input": "^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",
|