@hi-ui/hiui 4.2.11 → 4.2.13

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 +35 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2585](https://github.com/XiaoMi/hiui/pull/2585) [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse feat: 完善 size API,增加 sm 尺寸
8
+
9
+ - [#2584](https://github.com/XiaoMi/hiui/pull/2584) [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05) Thanks [@zyprepare](https://github.com/zyprepare)! - Alert feat: add size api
10
+
11
+ - [#2582](https://github.com/XiaoMi/hiui/pull/2582) [`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 actionRender API
12
+
13
+ - [#2583](https://github.com/XiaoMi/hiui/pull/2583) [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d) Thanks [@zyprepare](https://github.com/zyprepare)! - List feat: avatar 支持传入 ReactNode
14
+
15
+ - Updated dependencies [[`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876), [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05), [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d), [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305)]:
16
+ - @hi-ui/tree@4.5.0
17
+ - @hi-ui/alert@4.1.0
18
+ - @hi-ui/list@4.0.9
19
+ - @hi-ui/collapse@4.1.2
20
+
21
+ ## 4.2.12
22
+
23
+ ### Patch Changes
24
+
25
+ - [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 size API
26
+
27
+ - [#2578](https://github.com/XiaoMi/hiui/pull/2578) [`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d) Thanks [@zyprepare](https://github.com/zyprepare)! - Notification feat: 增加 size API
28
+
29
+ - [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 render 和 extraHeader API
30
+
31
+ - [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 表格性能优化
32
+
33
+ - Updated dependencies [[`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d), [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e), [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86), [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115)]:
34
+ - @hi-ui/notification@4.1.0
35
+ - @hi-ui/table@4.1.2
36
+ - @hi-ui/menu@4.1.0
37
+
3
38
  ## 4.2.11
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.11",
3
+ "version": "4.2.13",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -43,7 +43,7 @@
43
43
  "url": "https://github.com/XiaoMi/hiui/issues"
44
44
  },
45
45
  "dependencies": {
46
- "@hi-ui/alert": "^4.0.4",
46
+ "@hi-ui/alert": "^4.1.0",
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",
@@ -57,7 +57,7 @@
57
57
  "@hi-ui/check-select": "^4.2.0",
58
58
  "@hi-ui/check-tree-select": "^4.2.0",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
- "@hi-ui/collapse": "^4.1.1",
60
+ "@hi-ui/collapse": "^4.1.2",
61
61
  "@hi-ui/counter": "^4.1.4",
62
62
  "@hi-ui/date-picker": "^4.1.0",
63
63
  "@hi-ui/descriptions": "^4.1.2",
@@ -71,12 +71,12 @@
71
71
  "@hi-ui/highlighter": "^4.0.5",
72
72
  "@hi-ui/input": "^4.0.9",
73
73
  "@hi-ui/input-group": "^4.0.3",
74
- "@hi-ui/list": "^4.0.8",
74
+ "@hi-ui/list": "^4.0.9",
75
75
  "@hi-ui/loading": "^4.1.0",
76
- "@hi-ui/menu": "^4.0.9",
76
+ "@hi-ui/menu": "^4.1.0",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.11",
79
- "@hi-ui/notification": "^4.0.6",
79
+ "@hi-ui/notification": "^4.1.0",
80
80
  "@hi-ui/number-input": "^4.1.3",
81
81
  "@hi-ui/pagination": "^4.0.10",
82
82
  "@hi-ui/picker": "^4.1.1",
@@ -97,7 +97,7 @@
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.1",
100
+ "@hi-ui/table": "^4.1.2",
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,7 +105,7 @@
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.4.0",
108
+ "@hi-ui/tree": "^4.5.0",
109
109
  "@hi-ui/tree-select": "^4.0.10",
110
110
  "@hi-ui/upload": "^4.1.5",
111
111
  "@hi-ui/watermark": "^4.0.4",