@hi-ui/hiui 4.1.12 → 4.1.14-beta.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 +44 -0
- package/package.json +17 -16
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,49 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.14-beta.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Table 增加虚拟滚动功能
|
8
|
+
- f74da3dc8: Table 组件增加 dataSource 功能
|
9
|
+
- 更新 Loading Spinner 组件依赖
|
10
|
+
- 094ff4861: 更新 Table 组件依赖
|
11
|
+
- Updated dependencies [094ff4861]
|
12
|
+
- Updated dependencies
|
13
|
+
- Updated dependencies [f74da3dc8]
|
14
|
+
- Updated dependencies
|
15
|
+
- Updated dependencies
|
16
|
+
- @hi-ui/table@4.1.0-beta.0
|
17
|
+
- @hi-ui/spinner@4.0.5-beta.0
|
18
|
+
- @hi-ui/loading@4.1.0-beta.0
|
19
|
+
- @hi-ui/cascader@4.0.10-beta.0
|
20
|
+
- @hi-ui/check-cascader@4.0.10-beta.0
|
21
|
+
- @hi-ui/card@4.0.6-beta.0
|
22
|
+
- @hi-ui/picker@4.0.7-beta.0
|
23
|
+
- @hi-ui/search@4.0.9-beta.0
|
24
|
+
- @hi-ui/check-select@4.1.2-beta.0
|
25
|
+
- @hi-ui/check-tree-select@4.0.11-beta.0
|
26
|
+
- @hi-ui/select@4.0.10-beta.0
|
27
|
+
- @hi-ui/tree-select@4.0.11-beta.0
|
28
|
+
- @hi-ui/pagination@4.0.9-beta.0
|
29
|
+
- @hi-ui/list@4.0.9-beta.0
|
30
|
+
- @hi-ui/transfer@4.0.10-beta.0
|
31
|
+
|
32
|
+
## 4.1.13
|
33
|
+
|
34
|
+
### Patch Changes
|
35
|
+
|
36
|
+
- [#2334](https://github.com/XiaoMi/hiui/pull/2334) [`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect CheckTreeSelect TreeSelect 修复问题:设置 loading 无效果
|
37
|
+
|
38
|
+
- [#2336](https://github.com/XiaoMi/hiui/pull/2336) [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278) Thanks [@zyprepare](https://github.com/zyprepare)! - FormList 对外暴露内部 add remove 等方法
|
39
|
+
|
40
|
+
- Updated dependencies [[`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7), [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278)]:
|
41
|
+
- @hi-ui/check-select@4.1.1
|
42
|
+
- @hi-ui/check-tree-select@4.0.10
|
43
|
+
- @hi-ui/select@4.0.9
|
44
|
+
- @hi-ui/tree-select@4.0.10
|
45
|
+
- @hi-ui/form@4.1.0
|
46
|
+
|
3
47
|
## 4.1.12
|
4
48
|
|
5
49
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.14-beta.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -50,12 +50,12 @@
|
|
50
50
|
"@hi-ui/badge": "^4.0.4",
|
51
51
|
"@hi-ui/breadcrumb": "^4.0.4",
|
52
52
|
"@hi-ui/button": "^4.0.5",
|
53
|
-
"@hi-ui/card": "^4.0.
|
53
|
+
"@hi-ui/card": "^4.0.6-beta.0",
|
54
54
|
"@hi-ui/carousel": "^4.0.4",
|
55
|
-
"@hi-ui/cascader": "^4.0.
|
56
|
-
"@hi-ui/check-cascader": "^4.0.
|
57
|
-
"@hi-ui/check-select": "^4.1.0",
|
58
|
-
"@hi-ui/check-tree-select": "^4.0.
|
55
|
+
"@hi-ui/cascader": "^4.0.10-beta.0",
|
56
|
+
"@hi-ui/check-cascader": "^4.0.10-beta.0",
|
57
|
+
"@hi-ui/check-select": "^4.1.2-beta.0",
|
58
|
+
"@hi-ui/check-tree-select": "^4.0.11-beta.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.5",
|
60
60
|
"@hi-ui/collapse": "^4.1.0",
|
61
61
|
"@hi-ui/counter": "^4.0.5",
|
@@ -65,20 +65,20 @@
|
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
66
66
|
"@hi-ui/empty-state": "^4.0.4",
|
67
67
|
"@hi-ui/filter": "^4.1.0",
|
68
|
-
"@hi-ui/form": "^4.0
|
68
|
+
"@hi-ui/form": "^4.1.0",
|
69
69
|
"@hi-ui/grid": "^4.0.5",
|
70
70
|
"@hi-ui/highlighter": "^4.0.5",
|
71
71
|
"@hi-ui/input": "^4.0.6",
|
72
72
|
"@hi-ui/input-group": "^4.0.3",
|
73
|
-
"@hi-ui/list": "^4.0.
|
74
|
-
"@hi-ui/loading": "^4.0.
|
73
|
+
"@hi-ui/list": "^4.0.9-beta.0",
|
74
|
+
"@hi-ui/loading": "^4.1.0-beta.0",
|
75
75
|
"@hi-ui/menu": "^4.0.7",
|
76
76
|
"@hi-ui/message": "^4.0.4",
|
77
77
|
"@hi-ui/modal": "^4.0.7",
|
78
78
|
"@hi-ui/notification": "^4.0.6",
|
79
79
|
"@hi-ui/number-input": "^4.0.5",
|
80
|
-
"@hi-ui/pagination": "^4.0.
|
81
|
-
"@hi-ui/picker": "^4.0.
|
80
|
+
"@hi-ui/pagination": "^4.0.9-beta.0",
|
81
|
+
"@hi-ui/picker": "^4.0.7-beta.0",
|
82
82
|
"@hi-ui/pop-confirm": "^4.0.6",
|
83
83
|
"@hi-ui/popover": "^4.0.5",
|
84
84
|
"@hi-ui/preview": "^4.0.4",
|
@@ -88,23 +88,24 @@
|
|
88
88
|
"@hi-ui/rating": "^4.0.5",
|
89
89
|
"@hi-ui/result": "^4.0.4",
|
90
90
|
"@hi-ui/scrollbar": "^4.0.1",
|
91
|
-
"@hi-ui/search": "^4.0.
|
92
|
-
"@hi-ui/select": "^4.0.
|
91
|
+
"@hi-ui/search": "^4.0.9-beta.0",
|
92
|
+
"@hi-ui/select": "^4.0.10-beta.0",
|
93
93
|
"@hi-ui/slider": "^4.0.5",
|
94
94
|
"@hi-ui/space": "^4.0.6",
|
95
|
+
"@hi-ui/spinner": "^4.0.5-beta.0",
|
95
96
|
"@hi-ui/stepper": "^4.0.4",
|
96
97
|
"@hi-ui/svg-icon": "^4.0.4",
|
97
98
|
"@hi-ui/switch": "^4.0.6",
|
98
|
-
"@hi-ui/table": "^4.0.
|
99
|
+
"@hi-ui/table": "^4.1.0-beta.0",
|
99
100
|
"@hi-ui/tabs": "^4.0.5",
|
100
101
|
"@hi-ui/tag": "^4.0.7",
|
101
102
|
"@hi-ui/textarea": "^4.0.6",
|
102
103
|
"@hi-ui/time-picker": "^4.0.8",
|
103
104
|
"@hi-ui/timeline": "^4.0.4",
|
104
105
|
"@hi-ui/tooltip": "^4.0.5",
|
105
|
-
"@hi-ui/transfer": "^4.0.
|
106
|
+
"@hi-ui/transfer": "^4.0.10-beta.0",
|
106
107
|
"@hi-ui/tree": "^4.0.9",
|
107
|
-
"@hi-ui/tree-select": "^4.0.
|
108
|
+
"@hi-ui/tree-select": "^4.0.11-beta.0",
|
108
109
|
"@hi-ui/upload": "^4.1.0",
|
109
110
|
"@hi-ui/watermark": "^4.0.4",
|
110
111
|
"@hi-ui/zen-mode": "^4.0.4"
|