@hi-ui/hiui 4.6.1 → 4.6.3
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 +35 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,40 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.6.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2970](https://github.com/XiaoMi/hiui/pull/2970) [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-select): 支持按 Enter 键是否选中当前项功能,checkedOnEntered 默认为 true
|
8
|
+
|
9
|
+
- [#2968](https://github.com/XiaoMi/hiui/pull/2968) [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 行选中增加单选
|
10
|
+
|
11
|
+
- [#2952](https://github.com/XiaoMi/hiui/pull/2952) [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-tree-select): 新增支持过滤已选择项
|
12
|
+
|
13
|
+
- [#2964](https://github.com/XiaoMi/hiui/pull/2964) [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(tree): 新增 icon 支持自定义渲染函数
|
14
|
+
|
15
|
+
- [#2966](https://github.com/XiaoMi/hiui/pull/2966) [`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复组件指定 fieldNames={{ title: 'name' }} 后,menuOptions 里 type 为 editNode 时会出现改不了节点的情况
|
16
|
+
|
17
|
+
- Updated dependencies [[`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a), [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86), [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b), [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57), [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6)]:
|
18
|
+
- @hi-ui/tree@4.6.0
|
19
|
+
- @hi-ui/check-tree-select@4.6.0
|
20
|
+
- @hi-ui/table@4.6.0
|
21
|
+
- @hi-ui/check-select@4.5.0
|
22
|
+
|
23
|
+
## 4.6.2
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input): MockInput 没有匹配到值时默认展示 value 值
|
28
|
+
|
29
|
+
- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(notification): 调整通知组件过度样式触发滚动条
|
30
|
+
|
31
|
+
- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(select): 新增带搜索情况下,点击叉号按钮时下拉框同时清空
|
32
|
+
|
33
|
+
- Updated dependencies [[`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342), [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc), [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]:
|
34
|
+
- @hi-ui/notification@4.2.1
|
35
|
+
- @hi-ui/select@4.5.0
|
36
|
+
- @hi-ui/input@4.2.0
|
37
|
+
|
3
38
|
## 4.6.1
|
4
39
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.6.
|
3
|
+
"version": "4.6.3",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,8 +54,8 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
55
|
"@hi-ui/cascader": "^4.3.0",
|
56
56
|
"@hi-ui/check-cascader": "^4.3.0",
|
57
|
-
"@hi-ui/check-select": "^4.
|
58
|
-
"@hi-ui/check-tree-select": "^4.
|
57
|
+
"@hi-ui/check-select": "^4.5.0",
|
58
|
+
"@hi-ui/check-tree-select": "^4.6.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
@@ -69,14 +69,14 @@
|
|
69
69
|
"@hi-ui/form": "^4.2.2",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
71
|
"@hi-ui/highlighter": "^4.0.9",
|
72
|
-
"@hi-ui/input": "^4.
|
72
|
+
"@hi-ui/input": "^4.2.0",
|
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",
|
76
76
|
"@hi-ui/menu": "^4.3.1",
|
77
77
|
"@hi-ui/message": "^4.1.0",
|
78
78
|
"@hi-ui/modal": "^4.2.0",
|
79
|
-
"@hi-ui/notification": "^4.2.
|
79
|
+
"@hi-ui/notification": "^4.2.1",
|
80
80
|
"@hi-ui/number-input": "^4.2.0",
|
81
81
|
"@hi-ui/pagination": "^4.0.17",
|
82
82
|
"@hi-ui/picker": "^4.1.6",
|
@@ -90,14 +90,14 @@
|
|
90
90
|
"@hi-ui/result": "^4.0.8",
|
91
91
|
"@hi-ui/scrollbar": "^4.1.1",
|
92
92
|
"@hi-ui/search": "^4.1.0",
|
93
|
-
"@hi-ui/select": "^4.
|
93
|
+
"@hi-ui/select": "^4.5.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.6.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.
|
108
|
+
"@hi-ui/tree": "^4.6.0",
|
109
109
|
"@hi-ui/tree-select": "^4.2.0",
|
110
110
|
"@hi-ui/upload": "^4.2.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|