@hi-ui/hiui 4.7.0 → 4.8.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 +45 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,50 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.8.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#3020](https://github.com/XiaoMi/hiui/pull/3020) [`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(scrollbar): 支持滚动条吸底 (#3019)
|
8
|
+
|
9
|
+
- [#3033](https://github.com/XiaoMi/hiui/pull/3033) [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持表头列合并 (#3032)
|
10
|
+
|
11
|
+
- [#2978](https://github.com/XiaoMi/hiui/pull/2978) [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 将表格中的交互统一加上回调事件 (#2977)
|
12
|
+
|
13
|
+
- [#3034](https://github.com/XiaoMi/hiui/pull/3034) [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): SettingDrawer 增加 onReset api (#3021)
|
14
|
+
|
15
|
+
- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
|
16
|
+
feat(check-select): Add searchOnInit api (#3004)
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- [#3031](https://github.com/XiaoMi/hiui/pull/3031) [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(dropdown): 修复父节点设置 disabled 后依然可以点击的问题 (#3030)
|
21
|
+
|
22
|
+
- Updated dependencies [[`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64), [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736), [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8), [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5), [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe), [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
|
23
|
+
- @hi-ui/scrollbar@4.2.0
|
24
|
+
- @hi-ui/table@4.8.0
|
25
|
+
- @hi-ui/dropdown@4.2.2
|
26
|
+
- @hi-ui/check-select@4.6.0
|
27
|
+
- @hi-ui/select@4.6.0
|
28
|
+
|
29
|
+
## 4.7.1
|
30
|
+
|
31
|
+
### Patch Changes
|
32
|
+
|
33
|
+
- [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013)
|
34
|
+
|
35
|
+
- [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023)
|
36
|
+
chore(input): type 类型中增加 number 类型
|
37
|
+
|
38
|
+
- [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017)
|
39
|
+
fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022)
|
40
|
+
|
41
|
+
- [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025)
|
42
|
+
|
43
|
+
- Updated dependencies [[`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb), [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3), [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6), [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a)]:
|
44
|
+
- @hi-ui/drawer@4.2.1
|
45
|
+
- @hi-ui/input@4.2.1
|
46
|
+
- @hi-ui/tree@4.6.2
|
47
|
+
|
3
48
|
## 4.7.0
|
4
49
|
|
5
50
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.8.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,22 +54,22 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
55
|
"@hi-ui/cascader": "^4.3.1",
|
56
56
|
"@hi-ui/check-cascader": "^4.3.1",
|
57
|
-
"@hi-ui/check-select": "^4.
|
57
|
+
"@hi-ui/check-select": "^4.6.0",
|
58
58
|
"@hi-ui/check-tree-select": "^4.6.1",
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
62
62
|
"@hi-ui/date-picker": "^4.9.0",
|
63
63
|
"@hi-ui/descriptions": "^4.5.0",
|
64
|
-
"@hi-ui/drawer": "^4.2.
|
65
|
-
"@hi-ui/dropdown": "^4.2.
|
64
|
+
"@hi-ui/drawer": "^4.2.1",
|
65
|
+
"@hi-ui/dropdown": "^4.2.2",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.8",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
68
68
|
"@hi-ui/filter": "^4.2.0",
|
69
69
|
"@hi-ui/form": "^4.3.0",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
71
|
"@hi-ui/highlighter": "^4.0.9",
|
72
|
-
"@hi-ui/input": "^4.2.
|
72
|
+
"@hi-ui/input": "^4.2.1",
|
73
73
|
"@hi-ui/input-group": "^4.0.7",
|
74
74
|
"@hi-ui/list": "^4.1.0",
|
75
75
|
"@hi-ui/loading": "^4.2.1",
|
@@ -88,16 +88,16 @@
|
|
88
88
|
"@hi-ui/radio": "^4.1.4",
|
89
89
|
"@hi-ui/rating": "^4.0.10",
|
90
90
|
"@hi-ui/result": "^4.0.8",
|
91
|
-
"@hi-ui/scrollbar": "^4.
|
91
|
+
"@hi-ui/scrollbar": "^4.2.0",
|
92
92
|
"@hi-ui/search": "^4.1.0",
|
93
|
-
"@hi-ui/select": "^4.
|
93
|
+
"@hi-ui/select": "^4.6.0",
|
94
94
|
"@hi-ui/slider": "^4.0.11",
|
95
95
|
"@hi-ui/space": "^4.0.11",
|
96
96
|
"@hi-ui/spinner": "^4.0.9",
|
97
97
|
"@hi-ui/stepper": "^4.1.0",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
100
|
-
"@hi-ui/table": "^4.
|
100
|
+
"@hi-ui/table": "^4.8.0",
|
101
101
|
"@hi-ui/tabs": "^4.1.6",
|
102
102
|
"@hi-ui/tag": "^4.2.1",
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"@hi-ui/timeline": "^4.0.8",
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
107
107
|
"@hi-ui/transfer": "^4.1.0",
|
108
|
-
"@hi-ui/tree": "^4.6.
|
108
|
+
"@hi-ui/tree": "^4.6.2",
|
109
109
|
"@hi-ui/tree-select": "^4.2.1",
|
110
110
|
"@hi-ui/upload": "^4.2.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|