@hi-ui/hiui 4.2.14 → 4.3.1

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 +67 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2614](https://github.com/XiaoMi/hiui/pull/2614) [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add cellRender api
8
+
9
+ - [#2612](https://github.com/XiaoMi/hiui/pull/2612) [`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect Cascader CheckCascader Upload Dropdown fix: 修改下拉菜单高度为 32px
10
+
11
+ - [#2613](https://github.com/XiaoMi/hiui/pull/2613) [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 TreeHelper,支持 scrollTo 方法
12
+
13
+ - Updated dependencies [[`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87), [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14), [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58)]:
14
+ - @hi-ui/cascader@4.1.1
15
+ - @hi-ui/check-cascader@4.2.1
16
+ - @hi-ui/check-select@4.3.1
17
+ - @hi-ui/dropdown@4.1.1
18
+ - @hi-ui/select@4.2.1
19
+ - @hi-ui/upload@4.1.6
20
+ - @hi-ui/tree@4.5.3
21
+ - @hi-ui/date-picker@4.3.0
22
+
23
+ ## 4.3.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#2597](https://github.com/XiaoMi/hiui/pull/2597) [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 将 node-sas 升级为 sass
28
+
29
+ ### Patch Changes
30
+
31
+ - [#2599](https://github.com/XiaoMi/hiui/pull/2599) [`b3b36813a`](https://github.com/XiaoMi/hiui/commit/b3b36813a6968c5c96c39d1100935372e3aa5b4d) Thanks [@zyprepare](https://github.com/zyprepare)! - Select feat: add size api
32
+
33
+ - [#2602](https://github.com/XiaoMi/hiui/pull/2602) [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckCascader feat: add size api
34
+
35
+ - [#2592](https://github.com/XiaoMi/hiui/pull/2592) [`4a903b331`](https://github.com/XiaoMi/hiui/commit/4a903b33146db140a2c8edd6951385ad9a6fcdde) Thanks [@zyprepare](https://github.com/zyprepare)! - Dropdown feat: add size api
36
+
37
+ - [#2605](https://github.com/XiaoMi/hiui/pull/2605) [`90ea1ea81`](https://github.com/XiaoMi/hiui/commit/90ea1ea810573f730ebbc4c48272dd6181099933) Thanks [@zyprepare](https://github.com/zyprepare)! - Cascader feat: 增加 renderExtraFooter 和 dropdownColumnRender api
38
+
39
+ - [#2600](https://github.com/XiaoMi/hiui/pull/2600) [`03ecca72b`](https://github.com/XiaoMi/hiui/commit/03ecca72bac72a1b042e96599b68c3317f0c3236) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckSelect feat: add size api
40
+
41
+ - [#2606](https://github.com/XiaoMi/hiui/pull/2606) [`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 renderExtraFooter 和 dropdownColumnRender api
42
+
43
+ - [#2591](https://github.com/XiaoMi/hiui/pull/2591) [`fcbfd8026`](https://github.com/XiaoMi/hiui/commit/fcbfd80268b81d75cb63d5381ffba506b67e22a6) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions feat: add size api
44
+
45
+ - [#2608](https://github.com/XiaoMi/hiui/pull/2608) [`fb9b1281d`](https://github.com/XiaoMi/hiui/commit/fb9b1281d99ba0d21b5cb32c87b5e671272c1c8e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 修复紧凑模式下多选项间距问题
46
+
47
+ - [#2601](https://github.com/XiaoMi/hiui/pull/2601) [`80cc037a1`](https://github.com/XiaoMi/hiui/commit/80cc037a15381a5f3466a7ea79565e10f05ca129) Thanks [@zyprepare](https://github.com/zyprepare)! - Cascader feat: add size api
48
+
49
+ - [#2607](https://github.com/XiaoMi/hiui/pull/2607) [`534bfd298`](https://github.com/XiaoMi/hiui/commit/534bfd29852003af2209c3a64e5f1b2b1d37c19e) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复 onExpand 回调参数只返回了第一个问题
50
+
51
+ - [#2603](https://github.com/XiaoMi/hiui/pull/2603) [`556049d76`](https://github.com/XiaoMi/hiui/commit/556049d76d54489abececebddec47d93388e5116) Thanks [@zyprepare](https://github.com/zyprepare)! - TreeSelect feat: add size api
52
+
53
+ - [#2604](https://github.com/XiaoMi/hiui/pull/2604) [`2dd977a5c`](https://github.com/XiaoMi/hiui/commit/2dd977a5c0db411e07aa5c4ea50ef04f37ebf8d2) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckTreeSelect feat: add size api
54
+
55
+ - Updated dependencies [[`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d), [`b3b36813a`](https://github.com/XiaoMi/hiui/commit/b3b36813a6968c5c96c39d1100935372e3aa5b4d), [`534bfd298`](https://github.com/XiaoMi/hiui/commit/534bfd29852003af2209c3a64e5f1b2b1d37c19e), [`fcbfd8026`](https://github.com/XiaoMi/hiui/commit/fcbfd80268b81d75cb63d5381ffba506b67e22a6), [`03ecca72b`](https://github.com/XiaoMi/hiui/commit/03ecca72bac72a1b042e96599b68c3317f0c3236), [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a), [`556049d76`](https://github.com/XiaoMi/hiui/commit/556049d76d54489abececebddec47d93388e5116), [`80cc037a1`](https://github.com/XiaoMi/hiui/commit/80cc037a15381a5f3466a7ea79565e10f05ca129), [`2dd977a5c`](https://github.com/XiaoMi/hiui/commit/2dd977a5c0db411e07aa5c4ea50ef04f37ebf8d2), [`fb9b1281d`](https://github.com/XiaoMi/hiui/commit/fb9b1281d99ba0d21b5cb32c87b5e671272c1c8e), [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748), [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748), [`4a903b331`](https://github.com/XiaoMi/hiui/commit/4a903b33146db140a2c8edd6951385ad9a6fcdde), [`90ea1ea81`](https://github.com/XiaoMi/hiui/commit/90ea1ea810573f730ebbc4c48272dd6181099933)]:
56
+ - @hi-ui/check-cascader@4.2.0
57
+ - @hi-ui/select@4.2.0
58
+ - @hi-ui/tree@4.5.2
59
+ - @hi-ui/descriptions@4.2.0
60
+ - @hi-ui/check-select@4.3.0
61
+ - @hi-ui/tree-select@4.1.0
62
+ - @hi-ui/cascader@4.1.0
63
+ - @hi-ui/check-tree-select@4.3.0
64
+ - @hi-ui/table@4.2.0
65
+ - @hi-ui/badge@4.0.5
66
+ - @hi-ui/scrollbar@4.0.2
67
+ - @hi-ui/date-picker@4.2.0
68
+ - @hi-ui/dropdown@4.1.0
69
+
3
70
  ## 4.2.14
4
71
 
5
72
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.14",
3
+ "version": "4.3.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -47,22 +47,22 @@
47
47
  "@hi-ui/anchor": "^4.0.5",
48
48
  "@hi-ui/avatar": "^4.0.4",
49
49
  "@hi-ui/back-top": "^4.0.4",
50
- "@hi-ui/badge": "^4.0.4",
50
+ "@hi-ui/badge": "^4.0.5",
51
51
  "@hi-ui/breadcrumb": "^4.0.4",
52
52
  "@hi-ui/button": "^4.0.5",
53
53
  "@hi-ui/card": "^4.0.5",
54
54
  "@hi-ui/carousel": "^4.0.4",
55
- "@hi-ui/cascader": "^4.0.9",
56
- "@hi-ui/check-cascader": "^4.1.0",
57
- "@hi-ui/check-select": "^4.2.0",
58
- "@hi-ui/check-tree-select": "^4.2.0",
55
+ "@hi-ui/cascader": "^4.1.1",
56
+ "@hi-ui/check-cascader": "^4.2.1",
57
+ "@hi-ui/check-select": "^4.3.1",
58
+ "@hi-ui/check-tree-select": "^4.3.0",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.2",
61
61
  "@hi-ui/counter": "^4.1.4",
62
- "@hi-ui/date-picker": "^4.1.0",
63
- "@hi-ui/descriptions": "^4.1.2",
62
+ "@hi-ui/date-picker": "^4.3.0",
63
+ "@hi-ui/descriptions": "^4.2.0",
64
64
  "@hi-ui/drawer": "^4.0.9",
65
- "@hi-ui/dropdown": "^4.0.6",
65
+ "@hi-ui/dropdown": "^4.1.1",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.2",
67
67
  "@hi-ui/empty-state": "^4.0.4",
68
68
  "@hi-ui/filter": "^4.1.0",
@@ -88,16 +88,16 @@
88
88
  "@hi-ui/radio": "^4.0.4",
89
89
  "@hi-ui/rating": "^4.0.5",
90
90
  "@hi-ui/result": "^4.0.4",
91
- "@hi-ui/scrollbar": "^4.0.1",
91
+ "@hi-ui/scrollbar": "^4.0.2",
92
92
  "@hi-ui/search": "^4.0.8",
93
- "@hi-ui/select": "^4.1.1",
93
+ "@hi-ui/select": "^4.2.1",
94
94
  "@hi-ui/slider": "^4.0.7",
95
95
  "@hi-ui/space": "^4.0.6",
96
96
  "@hi-ui/spinner": "^4.0.5",
97
97
  "@hi-ui/stepper": "^4.0.4",
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.1.2",
100
+ "@hi-ui/table": "^4.2.0",
101
101
  "@hi-ui/tabs": "^4.1.0",
102
102
  "@hi-ui/tag": "^4.0.7",
103
103
  "@hi-ui/textarea": "^4.1.1",
@@ -105,9 +105,9 @@
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
107
107
  "@hi-ui/transfer": "^4.0.9",
108
- "@hi-ui/tree": "^4.5.1",
109
- "@hi-ui/tree-select": "^4.0.10",
110
- "@hi-ui/upload": "^4.1.5",
108
+ "@hi-ui/tree": "^4.5.3",
109
+ "@hi-ui/tree-select": "^4.1.0",
110
+ "@hi-ui/upload": "^4.1.6",
111
111
  "@hi-ui/watermark": "^4.0.4",
112
112
  "@hi-ui/zen-mode": "^4.0.4"
113
113
  },
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "devDependencies": {
120
120
  "@hi-ui/core": "^4.0.5",
121
- "@hi-ui/core-css": "^4.1.0",
121
+ "@hi-ui/core-css": "^4.1.1",
122
122
  "react": "^17.0.1",
123
123
  "react-dom": "^17.0.1"
124
124
  }