@hi-ui/hiui 4.5.2 → 4.5.4
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 +29 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.5.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2768](https://github.com/XiaoMi/hiui/pull/2768) [`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): add customRender api
|
8
|
+
|
9
|
+
- [#2767](https://github.com/XiaoMi/hiui/pull/2767) [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在下拉框中使用无效果问题
|
10
|
+
|
11
|
+
- Updated dependencies [[`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c), [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205)]:
|
12
|
+
- @hi-ui/select@4.4.0
|
13
|
+
- @hi-ui/ellipsis-tooltip@4.1.6
|
14
|
+
|
15
|
+
## 4.5.3
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- [#2759](https://github.com/XiaoMi/hiui/pull/2759) [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 SettingDrawer 列更新问题
|
20
|
+
|
21
|
+
- [#2762](https://github.com/XiaoMi/hiui/pull/2762) [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复受控模式下设置 showTime 后 Input 框没有实时显示选择的值问题
|
22
|
+
|
23
|
+
- [#2761](https://github.com/XiaoMi/hiui/pull/2761) [`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复横向表单错误提示样式问题
|
24
|
+
|
25
|
+
- [#2760](https://github.com/XiaoMi/hiui/pull/2760) [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 Safari 中设置 virtual 后只能表头滚动问题
|
26
|
+
|
27
|
+
- Updated dependencies [[`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6), [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0), [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73), [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9)]:
|
28
|
+
- @hi-ui/form@4.1.6
|
29
|
+
- @hi-ui/table@4.5.1
|
30
|
+
- @hi-ui/date-picker@4.6.1
|
31
|
+
|
3
32
|
## 4.5.2
|
4
33
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.5.
|
3
|
+
"version": "4.5.4",
|
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.9",
|
60
60
|
"@hi-ui/collapse": "^4.1.5",
|
61
61
|
"@hi-ui/counter": "^4.1.8",
|
62
|
-
"@hi-ui/date-picker": "^4.6.
|
62
|
+
"@hi-ui/date-picker": "^4.6.1",
|
63
63
|
"@hi-ui/descriptions": "^4.2.4",
|
64
64
|
"@hi-ui/drawer": "^4.1.3",
|
65
65
|
"@hi-ui/dropdown": "^4.1.4",
|
66
|
-
"@hi-ui/ellipsis-tooltip": "^4.1.
|
66
|
+
"@hi-ui/ellipsis-tooltip": "^4.1.6",
|
67
67
|
"@hi-ui/empty-state": "^4.1.0",
|
68
68
|
"@hi-ui/filter": "^4.1.4",
|
69
|
-
"@hi-ui/form": "^4.1.
|
69
|
+
"@hi-ui/form": "^4.1.6",
|
70
70
|
"@hi-ui/grid": "^4.0.8",
|
71
71
|
"@hi-ui/highlighter": "^4.0.8",
|
72
72
|
"@hi-ui/input": "^4.1.0",
|
@@ -90,14 +90,14 @@
|
|
90
90
|
"@hi-ui/result": "^4.0.7",
|
91
91
|
"@hi-ui/scrollbar": "^4.1.0",
|
92
92
|
"@hi-ui/search": "^4.0.12",
|
93
|
-
"@hi-ui/select": "^4.
|
93
|
+
"@hi-ui/select": "^4.4.0",
|
94
94
|
"@hi-ui/slider": "^4.0.10",
|
95
95
|
"@hi-ui/space": "^4.0.9",
|
96
96
|
"@hi-ui/spinner": "^4.0.8",
|
97
97
|
"@hi-ui/stepper": "^4.0.7",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.7",
|
99
99
|
"@hi-ui/switch": "^4.0.10",
|
100
|
-
"@hi-ui/table": "^4.5.
|
100
|
+
"@hi-ui/table": "^4.5.1",
|
101
101
|
"@hi-ui/tabs": "^4.1.4",
|
102
102
|
"@hi-ui/tag": "^4.2.0",
|
103
103
|
"@hi-ui/textarea": "^4.1.6",
|