@hi-ui/hiui 4.6.3 → 4.6.5
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 +33 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,38 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.6.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2997](https://github.com/XiaoMi/hiui/pull/2997) [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 优化 resizable 模式下列 hover 时样式
|
8
|
+
|
9
|
+
- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-tree-select): 优化大数据下勾选卡顿
|
10
|
+
|
11
|
+
- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 优化搜索算法
|
12
|
+
|
13
|
+
- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree-select): 修复 keyword 设置后数据没有过滤的问题
|
14
|
+
fix(check-tree-select): 修复 keyword 设置后数据没有过滤的问题
|
15
|
+
fix(cascader): 修复 keyword 设置后数据没有过滤的问题
|
16
|
+
fix(check-cascader): 修复 keyword 设置后数据没有过滤的问题
|
17
|
+
|
18
|
+
- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 checkedMode="PARENT"模式下搜索后子节点无法选中问题
|
19
|
+
|
20
|
+
- [#3001](https://github.com/XiaoMi/hiui/pull/3001) [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-cascader): 优化大数据下勾选根节点时卡顿
|
21
|
+
|
22
|
+
- Updated dependencies [[`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d), [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa), [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa)]:
|
23
|
+
- @hi-ui/check-cascader@4.3.1
|
24
|
+
- @hi-ui/table@4.6.1
|
25
|
+
- @hi-ui/check-tree-select@4.6.1
|
26
|
+
- @hi-ui/tree@4.6.1
|
27
|
+
- @hi-ui/cascader@4.3.1
|
28
|
+
- @hi-ui/tree-select@4.2.1
|
29
|
+
|
30
|
+
## 4.6.4
|
31
|
+
|
32
|
+
### Patch Changes
|
33
|
+
|
34
|
+
- [#2972](https://github.com/XiaoMi/hiui/pull/2972) [`83c9dd9`](https://github.com/XiaoMi/hiui/commit/83c9dd9f393e0f9355985eb213347b07b119b1a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 去掉 inject-head-style 依赖
|
35
|
+
|
3
36
|
## 4.6.3
|
4
37
|
|
5
38
|
### 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.5",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -52,10 +52,10 @@
|
|
52
52
|
"@hi-ui/button": "^4.0.10",
|
53
53
|
"@hi-ui/card": "^4.0.9",
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
|
-
"@hi-ui/cascader": "^4.3.
|
56
|
-
"@hi-ui/check-cascader": "^4.3.
|
55
|
+
"@hi-ui/cascader": "^4.3.1",
|
56
|
+
"@hi-ui/check-cascader": "^4.3.1",
|
57
57
|
"@hi-ui/check-select": "^4.5.0",
|
58
|
-
"@hi-ui/check-tree-select": "^4.6.
|
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",
|
@@ -97,7 +97,7 @@
|
|
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.6.
|
100
|
+
"@hi-ui/table": "^4.6.1",
|
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,8 +105,8 @@
|
|
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.
|
109
|
-
"@hi-ui/tree-select": "^4.2.
|
108
|
+
"@hi-ui/tree": "^4.6.1",
|
109
|
+
"@hi-ui/tree-select": "^4.2.1",
|
110
110
|
"@hi-ui/upload": "^4.2.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|
112
112
|
"@hi-ui/zen-mode": "^4.0.8"
|