@hi-ui/hiui 4.5.0 → 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 +26 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
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
|
+
|
14
|
+
## 4.5.1
|
15
|
+
|
16
|
+
### Patch Changes
|
17
|
+
|
18
|
+
- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): api 增加 close 方法和 key 参数
|
19
|
+
|
20
|
+
- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(checkbox): 修复组合下 null 传值问题
|
21
|
+
|
22
|
+
- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下横向滚动条问题
|
23
|
+
|
24
|
+
- Updated dependencies [[`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf)]:
|
25
|
+
- @hi-ui/modal@4.1.0
|
26
|
+
- @hi-ui/table@4.4.1
|
27
|
+
- @hi-ui/checkbox@4.0.9
|
28
|
+
|
3
29
|
## 4.5.0
|
4
30
|
|
5
31
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.5.0",
|
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>",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"@hi-ui/check-cascader": "^4.2.5",
|
57
57
|
"@hi-ui/check-select": "^4.3.6",
|
58
58
|
"@hi-ui/check-tree-select": "^4.3.4",
|
59
|
-
"@hi-ui/checkbox": "^4.0.
|
59
|
+
"@hi-ui/checkbox": "^4.0.9",
|
60
60
|
"@hi-ui/collapse": "^4.1.5",
|
61
61
|
"@hi-ui/counter": "^4.1.8",
|
62
62
|
"@hi-ui/date-picker": "^4.5.0",
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"@hi-ui/loading": "^4.2.0",
|
76
76
|
"@hi-ui/menu": "^4.2.0",
|
77
77
|
"@hi-ui/message": "^4.0.7",
|
78
|
-
"@hi-ui/modal": "^4.0
|
78
|
+
"@hi-ui/modal": "^4.1.0",
|
79
79
|
"@hi-ui/notification": "^4.1.3",
|
80
80
|
"@hi-ui/number-input": "^4.1.7",
|
81
81
|
"@hi-ui/pagination": "^4.0.14",
|
@@ -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.0",
|
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
|
},
|