@hi-ui/tree-select 4.1.5-alpha.0 → 4.1.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 +13 -15
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,21 @@
|
|
1
1
|
# @hi-ui/tree-select
|
2
2
|
|
3
|
-
## 4.1.5
|
3
|
+
## 4.1.5
|
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/core@4.0.9-alpha.0
|
20
|
-
- @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/highlighter@4.0.9
|
13
|
+
- @hi-ui/input@4.1.1
|
14
|
+
- @hi-ui/picker@4.1.6
|
15
|
+
- @hi-ui/popper@4.1.5
|
16
|
+
- @hi-ui/tree@4.5.10
|
17
|
+
- @hi-ui/array-utils@4.0.5
|
18
|
+
- @hi-ui/classname@4.0.5
|
21
19
|
|
22
20
|
## 4.1.4
|
23
21
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/tree-select",
|
3
|
-
"version": "4.1.5
|
3
|
+
"version": "4.1.5",
|
4
4
|
"description": "A sub-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -43,30 +43,30 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/array-utils": "^4.0.5
|
47
|
-
"@hi-ui/classname": "^4.0.5
|
48
|
-
"@hi-ui/env": "^4.0.5
|
49
|
-
"@hi-ui/func-utils": "^4.0.
|
50
|
-
"@hi-ui/highlighter": "^4.0.9
|
51
|
-
"@hi-ui/icons": "^4.0.19
|
52
|
-
"@hi-ui/input": "^4.1.1
|
53
|
-
"@hi-ui/picker": "^4.1.6
|
54
|
-
"@hi-ui/popper": "^4.1.5
|
55
|
-
"@hi-ui/tree": "^4.5.10
|
46
|
+
"@hi-ui/array-utils": "^4.0.5",
|
47
|
+
"@hi-ui/classname": "^4.0.5",
|
48
|
+
"@hi-ui/env": "^4.0.5",
|
49
|
+
"@hi-ui/func-utils": "^4.0.4",
|
50
|
+
"@hi-ui/highlighter": "^4.0.9",
|
51
|
+
"@hi-ui/icons": "^4.0.19",
|
52
|
+
"@hi-ui/input": "^4.1.1",
|
53
|
+
"@hi-ui/picker": "^4.1.6",
|
54
|
+
"@hi-ui/popper": "^4.1.5",
|
55
|
+
"@hi-ui/tree": "^4.5.10",
|
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",
|
59
|
-
"@hi-ui/use-search-mode": "^4.1.
|
59
|
+
"@hi-ui/use-search-mode": "^4.1.4",
|
60
60
|
"@hi-ui/use-toggle": "^4.0.4",
|
61
61
|
"@hi-ui/use-uncontrolled-state": "^4.0.4"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
|
-
"@hi-ui/core": ">=4.0.
|
64
|
+
"@hi-ui/core": ">=4.0.8",
|
65
65
|
"react": ">=16.8.6",
|
66
66
|
"react-dom": ">=16.8.6"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
69
|
-
"@hi-ui/core": "^4.0.
|
69
|
+
"@hi-ui/core": "^4.0.8",
|
70
70
|
"@hi-ui/core-css": "^4.1.5",
|
71
71
|
"react": "^17.0.1",
|
72
72
|
"react-dom": "^17.0.1"
|