@hi-ui/check-select 4.3.1 → 4.3.2
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/check-select
|
2
2
|
|
3
|
+
## 4.3.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f) Thanks [@aqiusen](https://github.com/aqiusen)! - CheckSelect dataSource 下搜索框增加防抖操作
|
8
|
+
|
9
|
+
- Updated dependencies [[`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c)]:
|
10
|
+
- @hi-ui/use-search-mode@4.1.1
|
11
|
+
|
3
12
|
## 4.3.1
|
4
13
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/check-select",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.2",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@hi-ui/use-children": "^4.0.1",
|
63
63
|
"@hi-ui/use-data-source": "^4.0.1",
|
64
64
|
"@hi-ui/use-latest": "^4.0.1",
|
65
|
-
"@hi-ui/use-search-mode": "^4.
|
65
|
+
"@hi-ui/use-search-mode": "^4.1.1",
|
66
66
|
"@hi-ui/use-toggle": "^4.0.1",
|
67
67
|
"@hi-ui/use-uncontrolled-state": "^4.0.1",
|
68
68
|
"@hi-ui/virtual-list": "^4.0.4"
|