@hi-ui/check-cascader 4.2.7-alpha.0 → 4.2.7
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 +14 -16
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
# @hi-ui/check-cascader
|
|
2
2
|
|
|
3
|
-
## 4.2.7
|
|
3
|
+
## 4.2.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- 1a00f9fc4
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- @hi-ui/
|
|
11
|
-
- @hi-ui/
|
|
12
|
-
- @hi-ui/
|
|
13
|
-
- @hi-ui/
|
|
14
|
-
- @hi-ui/
|
|
15
|
-
- @hi-ui/
|
|
16
|
-
- @hi-ui/
|
|
17
|
-
- @hi-ui/
|
|
18
|
-
- @hi-ui/
|
|
19
|
-
- @hi-ui/
|
|
20
|
-
- @hi-ui/core@4.0.9-alpha.0
|
|
21
|
-
- @hi-ui/func-utils@4.0.5-alpha.0
|
|
7
|
+
- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
|
|
10
|
+
- @hi-ui/env@4.0.5
|
|
11
|
+
- @hi-ui/icons@4.0.19
|
|
12
|
+
- @hi-ui/checkbox@4.0.10
|
|
13
|
+
- @hi-ui/input@4.1.1
|
|
14
|
+
- @hi-ui/picker@4.1.6
|
|
15
|
+
- @hi-ui/popper@4.1.5
|
|
16
|
+
- @hi-ui/spinner@4.0.9
|
|
17
|
+
- @hi-ui/tag-input@4.1.1
|
|
18
|
+
- @hi-ui/array-utils@4.0.5
|
|
19
|
+
- @hi-ui/classname@4.0.5
|
|
22
20
|
|
|
23
21
|
## 4.2.6
|
|
24
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/check-cascader",
|
|
3
|
-
"version": "4.2.7
|
|
3
|
+
"version": "4.2.7",
|
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@hi-ui/array-utils": "^4.0.5
|
|
48
|
-
"@hi-ui/checkbox": "^4.0.10
|
|
49
|
-
"@hi-ui/classname": "^4.0.5
|
|
50
|
-
"@hi-ui/env": "^4.0.5
|
|
51
|
-
"@hi-ui/func-utils": "^4.0.
|
|
52
|
-
"@hi-ui/icons": "^4.0.19
|
|
53
|
-
"@hi-ui/input": "^4.1.1
|
|
54
|
-
"@hi-ui/picker": "^4.1.6
|
|
55
|
-
"@hi-ui/popper": "^4.1.5
|
|
56
|
-
"@hi-ui/spinner": "^4.0.9
|
|
57
|
-
"@hi-ui/tag-input": "^4.1.1
|
|
47
|
+
"@hi-ui/array-utils": "^4.0.5",
|
|
48
|
+
"@hi-ui/checkbox": "^4.0.10",
|
|
49
|
+
"@hi-ui/classname": "^4.0.5",
|
|
50
|
+
"@hi-ui/env": "^4.0.5",
|
|
51
|
+
"@hi-ui/func-utils": "^4.0.4",
|
|
52
|
+
"@hi-ui/icons": "^4.0.19",
|
|
53
|
+
"@hi-ui/input": "^4.1.1",
|
|
54
|
+
"@hi-ui/picker": "^4.1.6",
|
|
55
|
+
"@hi-ui/popper": "^4.1.5",
|
|
56
|
+
"@hi-ui/spinner": "^4.0.9",
|
|
57
|
+
"@hi-ui/tag-input": "^4.1.1",
|
|
58
58
|
"@hi-ui/times": "^4.0.4",
|
|
59
59
|
"@hi-ui/tree-utils": "^4.1.6",
|
|
60
60
|
"@hi-ui/type-assertion": "^4.0.4",
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
"@hi-ui/use-latest": "^4.0.4",
|
|
64
64
|
"@hi-ui/use-merge-refs": "^4.0.4",
|
|
65
65
|
"@hi-ui/use-outside-click": "^4.0.4",
|
|
66
|
-
"@hi-ui/use-search-mode": "^4.1.
|
|
66
|
+
"@hi-ui/use-search-mode": "^4.1.4",
|
|
67
67
|
"@hi-ui/use-toggle": "^4.0.4",
|
|
68
68
|
"@hi-ui/use-uncontrolled-state": "^4.0.4"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@hi-ui/core": ">=4.0.
|
|
71
|
+
"@hi-ui/core": ">=4.0.8",
|
|
72
72
|
"react": ">=16.8.6",
|
|
73
73
|
"react-dom": ">=16.8.6"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@hi-ui/core": "^4.0.
|
|
76
|
+
"@hi-ui/core": "^4.0.8",
|
|
77
77
|
"@hi-ui/core-css": "^4.1.5",
|
|
78
78
|
"react": "^17.0.1",
|
|
79
79
|
"react-dom": "^17.0.1"
|