@hi-ui/hiui 4.5.3 → 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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
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
|
+
|
3
15
|
## 4.5.3
|
4
16
|
|
5
17
|
### 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>",
|
@@ -63,7 +63,7 @@
|
|
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
69
|
"@hi-ui/form": "^4.1.6",
|
@@ -90,7 +90,7 @@
|
|
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",
|