@hi-ui/hiui 4.14.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 +64 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
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
|
+
|
|
28
|
+
## 4.15.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- [#3231](https://github.com/XiaoMi/hiui/pull/3231) [`bbba46153`](https://github.com/XiaoMi/hiui/commit/bbba4615313cd0618deff633bebc657e7f34ec94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): onChange 回调中增加选中项对象参数返回 (#3230)
|
|
33
|
+
|
|
34
|
+
- [#3219](https://github.com/XiaoMi/hiui/pull/3219) [`ca7a945fe`](https://github.com/XiaoMi/hiui/commit/ca7a945fe1eeaf14b3ffb34375ff613781d7bebd) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): TableColumnItem 类型增加 minWidth 参数 (#3216)
|
|
35
|
+
|
|
36
|
+
- [#3246](https://github.com/XiaoMi/hiui/pull/3246) [`0d6cec005`](https://github.com/XiaoMi/hiui/commit/0d6cec005e8ab33f8d3bf7ca0026d54b2e3e6af1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add utcOffset api (#3232)
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- [#3250](https://github.com/XiaoMi/hiui/pull/3250) [`b3a21e9cd`](https://github.com/XiaoMi/hiui/commit/b3a21e9cdc6ec9cd02caefc3cd682bfb49f7a2be) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): disabledDate 回调的时间参数加上 utcOffset 处理 (5.0)
|
|
41
|
+
|
|
42
|
+
- [#3254](https://github.com/XiaoMi/hiui/pull/3254) [`fc1360986`](https://github.com/XiaoMi/hiui/commit/fc136098659d111d5df8a369a5b305e4be71d46e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 更新 useTable 逻辑以确保滚动位置不超出表格宽度,并添加 @hi-ui/radio 依赖
|
|
43
|
+
|
|
44
|
+
- [#3249](https://github.com/XiaoMi/hiui/pull/3249) [`dc1311a91`](https://github.com/XiaoMi/hiui/commit/dc1311a917518bc5debef755a9fcd4e33fb58790) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-tree-select): 完善 dataSource 功能,支持搜索结果高亮和展开 (#3247)
|
|
45
|
+
|
|
46
|
+
- [#3256](https://github.com/XiaoMi/hiui/pull/3256) [`83b5d790d`](https://github.com/XiaoMi/hiui/commit/83b5d790d5d3340cbd8cbfd507e6d3a60a08b05a) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(number-input): 补充 placeholder 类型
|
|
47
|
+
|
|
48
|
+
- [#3261](https://github.com/XiaoMi/hiui/pull/3261) [`b8c19048f`](https://github.com/XiaoMi/hiui/commit/b8c19048fe25147f344be4cd951740593aee8d12) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): 修复 TagInputMock 组件中标签最大数量逻辑及更新 tagsWidth 的处理方式 (#3260)
|
|
49
|
+
|
|
50
|
+
- [#3270](https://github.com/XiaoMi/hiui/pull/3270) [`9a241f9`](https://github.com/XiaoMi/hiui/commit/9a241f9ace65037a2dc6308566f1b36c2e1856a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(menu): 添加国际化支持,更新“更多”菜单项的标题为本地化文本
|
|
51
|
+
|
|
52
|
+
- [#3255](https://github.com/XiaoMi/hiui/pull/3255) [`b5a1fa3ae`](https://github.com/XiaoMi/hiui/commit/b5a1fa3ae80ba3da4666e0c82a5eac0cf0f908a2) Thanks [@zyprepare](https://github.com/zyprepare)! - style(search): 下拉列表设置最大高度 & 增加 dropdownClassName 参数 (#3251)
|
|
53
|
+
|
|
54
|
+
- [#3229](https://github.com/XiaoMi/hiui/pull/3229) [`a39dbe2cd`](https://github.com/XiaoMi/hiui/commit/a39dbe2cdcddff2bdc06ca6dd68eca1cc52fb671) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(provider): 显示声明 children 类型 (#3228)
|
|
55
|
+
|
|
56
|
+
- Updated dependencies [[`b3a21e9cd`](https://github.com/XiaoMi/hiui/commit/b3a21e9cdc6ec9cd02caefc3cd682bfb49f7a2be), [`fc1360986`](https://github.com/XiaoMi/hiui/commit/fc136098659d111d5df8a369a5b305e4be71d46e), [`dc1311a91`](https://github.com/XiaoMi/hiui/commit/dc1311a917518bc5debef755a9fcd4e33fb58790), [`83b5d790d`](https://github.com/XiaoMi/hiui/commit/83b5d790d5d3340cbd8cbfd507e6d3a60a08b05a), [`9a241f9`](https://github.com/XiaoMi/hiui/commit/9a241f9ace65037a2dc6308566f1b36c2e1856a6), [`b5a1fa3ae`](https://github.com/XiaoMi/hiui/commit/b5a1fa3ae80ba3da4666e0c82a5eac0cf0f908a2), [`bbba46153`](https://github.com/XiaoMi/hiui/commit/bbba4615313cd0618deff633bebc657e7f34ec94), [`a39dbe2cd`](https://github.com/XiaoMi/hiui/commit/a39dbe2cdcddff2bdc06ca6dd68eca1cc52fb671), [`ca7a945fe`](https://github.com/XiaoMi/hiui/commit/ca7a945fe1eeaf14b3ffb34375ff613781d7bebd), [`0d6cec005`](https://github.com/XiaoMi/hiui/commit/0d6cec005e8ab33f8d3bf7ca0026d54b2e3e6af1)]:
|
|
57
|
+
- @hi-ui/date-picker@4.12.0
|
|
58
|
+
- @hi-ui/table@4.11.0
|
|
59
|
+
- @hi-ui/check-tree-select@4.7.2
|
|
60
|
+
- @hi-ui/number-input@4.2.2
|
|
61
|
+
- @hi-ui/menu@4.3.2
|
|
62
|
+
- @hi-ui/search@4.1.1
|
|
63
|
+
- @hi-ui/cascader@4.5.0
|
|
64
|
+
- @hi-ui/check-cascader@4.5.0
|
|
65
|
+
- @hi-ui/provider@4.1.1
|
|
66
|
+
|
|
3
67
|
## 4.14.0
|
|
4
68
|
|
|
5
69
|
### 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>",
|
|
@@ -52,44 +52,44 @@
|
|
|
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.5.0",
|
|
56
|
+
"@hi-ui/check-cascader": "^4.5.0",
|
|
57
57
|
"@hi-ui/check-select": "^4.6.4",
|
|
58
|
-
"@hi-ui/check-tree-select": "^4.7.
|
|
58
|
+
"@hi-ui/check-tree-select": "^4.7.2",
|
|
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.
|
|
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",
|
|
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",
|
|
76
|
-
"@hi-ui/menu": "^4.3.
|
|
76
|
+
"@hi-ui/menu": "^4.3.2",
|
|
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",
|
|
84
84
|
"@hi-ui/popover": "^4.2.0",
|
|
85
85
|
"@hi-ui/preview": "^4.2.0",
|
|
86
86
|
"@hi-ui/progress": "^4.0.11",
|
|
87
|
-
"@hi-ui/provider": "^4.1.
|
|
87
|
+
"@hi-ui/provider": "^4.1.1",
|
|
88
88
|
"@hi-ui/radio": "^4.1.4",
|
|
89
89
|
"@hi-ui/rating": "^4.0.10",
|
|
90
90
|
"@hi-ui/result": "^4.0.8",
|
|
91
91
|
"@hi-ui/scrollbar": "^4.2.1",
|
|
92
|
-
"@hi-ui/search": "^4.1.
|
|
92
|
+
"@hi-ui/search": "^4.1.1",
|
|
93
93
|
"@hi-ui/select": "^4.6.2",
|
|
94
94
|
"@hi-ui/slider": "^4.0.12",
|
|
95
95
|
"@hi-ui/space": "^4.0.11",
|
|
@@ -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",
|