@hi-ui/hiui 4.15.0 → 4.16.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 +25 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @hi-ui/hiui
|
|
2
2
|
|
|
3
|
+
## 4.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3305](https://github.com/XiaoMi/hiui/pull/3305) [`6316a318e`](https://github.com/XiaoMi/hiui/commit/6316a318efe728b2b9fe21097a5c262ec83bea93) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 添加 fixedToRow 功能,支持设置行固定到顶部或底部 (#3304)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#3307](https://github.com/XiaoMi/hiui/pull/3307) [`7211244`](https://github.com/XiaoMi/hiui/commit/7211244c035ec21966c42eb5e58134348d97bd2f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker&time-picker): 修复在日期时间范围选择模式下,disabledHours 回调参数总数返回 single 的问题 (#3289)
|
|
12
|
+
|
|
13
|
+
- [#3277](https://github.com/XiaoMi/hiui/pull/3277) [`93df0aaff`](https://github.com/XiaoMi/hiui/commit/93df0aafff09be59faeb4bad0ceea57a00df5ccf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 处理规则消息为空的情况,将其设置为 undefined (#3276)
|
|
14
|
+
|
|
15
|
+
- [#3306](https://github.com/XiaoMi/hiui/pull/3306) [`0eaaf1375`](https://github.com/XiaoMi/hiui/commit/0eaaf137524a58744c280c6b462ef9ea43fccd0a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 优化默认值处理逻辑,确保在没有传值时使用默认值 (#3302)
|
|
16
|
+
|
|
17
|
+
- [#3275](https://github.com/XiaoMi/hiui/pull/3275) [`b2b66a9e7`](https://github.com/XiaoMi/hiui/commit/b2b66a9e73a1a92d6b0604dc2ad711895154e518) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 优化 valueType 为 number 情况下的校验逻辑 (#3274)
|
|
18
|
+
|
|
19
|
+
- [#3279](https://github.com/XiaoMi/hiui/pull/3279) [`a5786f533`](https://github.com/XiaoMi/hiui/commit/a5786f53314d1bd953d0af84eee6a7222a305b9e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(number-input): 为加减按钮添加 type 属性,确保按钮行为符合标准 (#3278)
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`7211244`](https://github.com/XiaoMi/hiui/commit/7211244c035ec21966c42eb5e58134348d97bd2f), [`93df0aaff`](https://github.com/XiaoMi/hiui/commit/93df0aafff09be59faeb4bad0ceea57a00df5ccf), [`6316a318e`](https://github.com/XiaoMi/hiui/commit/6316a318efe728b2b9fe21097a5c262ec83bea93), [`0eaaf1375`](https://github.com/XiaoMi/hiui/commit/0eaaf137524a58744c280c6b462ef9ea43fccd0a), [`b2b66a9e7`](https://github.com/XiaoMi/hiui/commit/b2b66a9e73a1a92d6b0604dc2ad711895154e518), [`a5786f533`](https://github.com/XiaoMi/hiui/commit/a5786f53314d1bd953d0af84eee6a7222a305b9e)]:
|
|
22
|
+
- @hi-ui/date-picker@4.12.1
|
|
23
|
+
- @hi-ui/time-picker@4.1.2
|
|
24
|
+
- @hi-ui/form@4.3.3
|
|
25
|
+
- @hi-ui/table@4.12.0
|
|
26
|
+
- @hi-ui/number-input@4.2.3
|
|
27
|
+
|
|
3
28
|
## 4.15.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/hiui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.0",
|
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
|
62
|
-
"@hi-ui/date-picker": "^4.12.
|
|
62
|
+
"@hi-ui/date-picker": "^4.12.1",
|
|
63
63
|
"@hi-ui/descriptions": "^4.5.1",
|
|
64
64
|
"@hi-ui/drawer": "^4.3.2",
|
|
65
65
|
"@hi-ui/dropdown": "^4.2.2",
|
|
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.3",
|
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
|
71
71
|
"@hi-ui/highlighter": "^4.1.2",
|
|
72
72
|
"@hi-ui/input": "^4.4.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.3",
|
|
81
81
|
"@hi-ui/pagination": "^4.2.0",
|
|
82
82
|
"@hi-ui/picker": "^4.1.8",
|
|
83
83
|
"@hi-ui/pop-confirm": "^4.2.5",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"@hi-ui/stepper": "^4.1.0",
|
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
|
100
|
-
"@hi-ui/table": "^4.
|
|
100
|
+
"@hi-ui/table": "^4.12.0",
|
|
101
101
|
"@hi-ui/tabs": "^4.2.0",
|
|
102
102
|
"@hi-ui/tag": "^4.3.0",
|
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|
|
104
|
-
"@hi-ui/time-picker": "^4.1.
|
|
104
|
+
"@hi-ui/time-picker": "^4.1.2",
|
|
105
105
|
"@hi-ui/timeline": "^4.0.8",
|
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
|
107
107
|
"@hi-ui/transfer": "^4.2.0",
|