@hi-ui/hiui 4.5.1 → 4.5.2-alpha.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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.5.2-alpha.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 459c7940c: fix(table): 修复双表格结构下,无法设置空状态内容问题
|
8
|
+
- 26203110e: fix(upload): 修复 disabled 不生效问题
|
9
|
+
- Updated dependencies [459c7940c]
|
10
|
+
- Updated dependencies [26203110e]
|
11
|
+
- @hi-ui/table@4.4.2-alpha.0
|
12
|
+
- @hi-ui/upload@4.2.1-alpha.0
|
13
|
+
|
3
14
|
## 4.5.1
|
4
15
|
|
5
16
|
### 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.2-alpha.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -97,7 +97,7 @@
|
|
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.4.
|
100
|
+
"@hi-ui/table": "^4.4.2-alpha.0",
|
101
101
|
"@hi-ui/tabs": "^4.1.4",
|
102
102
|
"@hi-ui/tag": "^4.2.0",
|
103
103
|
"@hi-ui/textarea": "^4.1.6",
|
@@ -107,7 +107,7 @@
|
|
107
107
|
"@hi-ui/transfer": "^4.0.13",
|
108
108
|
"@hi-ui/tree": "^4.5.9",
|
109
109
|
"@hi-ui/tree-select": "^4.1.4",
|
110
|
-
"@hi-ui/upload": "^4.2.0",
|
110
|
+
"@hi-ui/upload": "^4.2.1-alpha.0",
|
111
111
|
"@hi-ui/watermark": "^4.0.7",
|
112
112
|
"@hi-ui/zen-mode": "^4.0.7"
|
113
113
|
},
|