@hi-ui/check-select 4.3.4 → 4.3.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @hi-ui/check-select
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 下拉框盒模型设置为 content-box
8
+
9
+ - Updated dependencies [[`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5)]:
10
+ - @hi-ui/popper@4.1.4
11
+ - @hi-ui/picker@4.1.5
12
+
13
+ ## 4.3.5
14
+
15
+ ### Patch Changes
16
+
17
+ - build: rollup2 构建
18
+ - Updated dependencies
19
+ - @hi-ui/core@4.0.8
20
+ - @hi-ui/use-check@4.0.5
21
+ - @hi-ui/use-children@4.0.4
22
+ - @hi-ui/use-data-source@4.0.4
23
+ - @hi-ui/use-latest@4.0.4
24
+ - @hi-ui/use-search-mode@4.1.4
25
+ - @hi-ui/use-toggle@4.0.4
26
+ - @hi-ui/use-uncontrolled-state@4.0.4
27
+ - @hi-ui/icons@4.0.18
28
+ - @hi-ui/checkbox@4.0.8
29
+ - @hi-ui/highlighter@4.0.8
30
+ - @hi-ui/input@4.0.13
31
+ - @hi-ui/picker@4.1.4
32
+ - @hi-ui/popper@4.1.3
33
+ - @hi-ui/tag-input@4.0.10
34
+ - @hi-ui/virtual-list@4.0.7
35
+ - @hi-ui/array-utils@4.0.4
36
+ - @hi-ui/classname@4.0.4
37
+ - @hi-ui/dom-utils@4.0.7
38
+ - @hi-ui/env@4.0.4
39
+ - @hi-ui/func-utils@4.0.4
40
+ - @hi-ui/times@4.0.4
41
+ - @hi-ui/tree-utils@4.1.4
42
+ - @hi-ui/type-assertion@4.0.4
43
+
3
44
  ## 4.3.4
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-select",
3
- "version": "4.3.4",
3
+ "version": "4.3.6",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -43,38 +43,38 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/array-utils": "^4.0.3",
47
- "@hi-ui/checkbox": "^4.0.7",
48
- "@hi-ui/classname": "^4.0.3",
49
- "@hi-ui/dom-utils": "^4.0.6",
50
- "@hi-ui/env": "^4.0.3",
51
- "@hi-ui/func-utils": "^4.0.3",
52
- "@hi-ui/highlighter": "^4.0.7",
53
- "@hi-ui/icons": "^4.0.17",
54
- "@hi-ui/input": "^4.0.12",
55
- "@hi-ui/picker": "^4.1.3",
56
- "@hi-ui/popper": "^4.1.2",
57
- "@hi-ui/tag-input": "^4.0.9",
58
- "@hi-ui/times": "^4.0.3",
59
- "@hi-ui/tree-utils": "^4.1.3",
60
- "@hi-ui/type-assertion": "^4.0.3",
61
- "@hi-ui/use-check": "^4.0.4",
62
- "@hi-ui/use-children": "^4.0.3",
63
- "@hi-ui/use-data-source": "^4.0.3",
64
- "@hi-ui/use-latest": "^4.0.3",
65
- "@hi-ui/use-search-mode": "^4.1.3",
66
- "@hi-ui/use-toggle": "^4.0.3",
67
- "@hi-ui/use-uncontrolled-state": "^4.0.3",
68
- "@hi-ui/virtual-list": "^4.0.6"
46
+ "@hi-ui/array-utils": "^4.0.4",
47
+ "@hi-ui/checkbox": "^4.0.8",
48
+ "@hi-ui/classname": "^4.0.4",
49
+ "@hi-ui/dom-utils": "^4.0.7",
50
+ "@hi-ui/env": "^4.0.4",
51
+ "@hi-ui/func-utils": "^4.0.4",
52
+ "@hi-ui/highlighter": "^4.0.8",
53
+ "@hi-ui/icons": "^4.0.18",
54
+ "@hi-ui/input": "^4.0.13",
55
+ "@hi-ui/picker": "^4.1.5",
56
+ "@hi-ui/popper": "^4.1.4",
57
+ "@hi-ui/tag-input": "^4.0.10",
58
+ "@hi-ui/times": "^4.0.4",
59
+ "@hi-ui/tree-utils": "^4.1.4",
60
+ "@hi-ui/type-assertion": "^4.0.4",
61
+ "@hi-ui/use-check": "^4.0.5",
62
+ "@hi-ui/use-children": "^4.0.4",
63
+ "@hi-ui/use-data-source": "^4.0.4",
64
+ "@hi-ui/use-latest": "^4.0.4",
65
+ "@hi-ui/use-search-mode": "^4.1.4",
66
+ "@hi-ui/use-toggle": "^4.0.4",
67
+ "@hi-ui/use-uncontrolled-state": "^4.0.4",
68
+ "@hi-ui/virtual-list": "^4.0.7"
69
69
  },
70
70
  "peerDependencies": {
71
- "@hi-ui/core": ">=4.0.7",
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.7",
77
- "@hi-ui/core-css": "^4.1.4",
76
+ "@hi-ui/core": "^4.0.8",
77
+ "@hi-ui/core-css": "^4.1.5",
78
78
  "react": "^17.0.1",
79
79
  "react-dom": "^17.0.1"
80
80
  }