@hi-ui/check-select 4.6.3-alpha.0 → 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 +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.6.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3126](https://github.com/XiaoMi/hiui/pull/3126) [`6173495f3`](https://github.com/XiaoMi/hiui/commit/6173495f3a09ed8fce6ebdf1a99a50ffdc394952) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 增强 mergedCheckedItems 逻辑以支持自定义渲染函数,并修复 getAllCheckedStatus 函数对非数组值的处理 (#3124)
|
8
|
+
|
9
|
+
- Updated dependencies [[`b97a8f8`](https://github.com/XiaoMi/hiui/commit/b97a8f81664b023237791769e0fd62b90956fc90)]:
|
10
|
+
- @hi-ui/popper@4.1.6
|
11
|
+
|
3
12
|
## 4.6.2
|
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.6.3
|
3
|
+
"version": "4.6.3",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@hi-ui/icons": "^4.0.19",
|
54
54
|
"@hi-ui/input": "^4.3.0",
|
55
55
|
"@hi-ui/picker": "^4.1.6",
|
56
|
-
"@hi-ui/popper": "^4.1.
|
56
|
+
"@hi-ui/popper": "^4.1.6",
|
57
57
|
"@hi-ui/tag-input": "^4.1.3",
|
58
58
|
"@hi-ui/times": "^4.0.4",
|
59
59
|
"@hi-ui/tree-utils": "^4.1.6",
|