@hi-ui/tree-select 4.2.1-alpha.0 → 4.2.1
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @hi-ui/tree-select
|
2
2
|
|
3
|
+
## 4.2.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题
|
8
|
+
|
9
|
+
- Updated dependencies [[`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2)]:
|
10
|
+
- @hi-ui/tree@4.6.1
|
11
|
+
|
3
12
|
## 4.2.0
|
4
13
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/tree-select",
|
3
|
-
"version": "4.2.1
|
3
|
+
"version": "4.2.1",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"@hi-ui/input": "^4.1.1",
|
53
53
|
"@hi-ui/picker": "^4.1.6",
|
54
54
|
"@hi-ui/popper": "^4.1.5",
|
55
|
-
"@hi-ui/tree": "^4.
|
55
|
+
"@hi-ui/tree": "^4.6.1",
|
56
56
|
"@hi-ui/tree-utils": "^4.1.4",
|
57
57
|
"@hi-ui/type-assertion": "^4.0.4",
|
58
58
|
"@hi-ui/use-data-source": "^4.0.4",
|