@hi-ui/hiui 4.2.10 → 4.2.12

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 +40 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - [#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
12
+
13
+ - [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 表格性能优化
14
+
15
+ - 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)]:
16
+ - @hi-ui/notification@4.1.0
17
+ - @hi-ui/table@4.1.2
18
+ - @hi-ui/menu@4.1.0
19
+
20
+ ## 4.2.11
21
+
22
+ ### Patch Changes
23
+
24
+ - [#2568](https://github.com/XiaoMi/hiui/pull/2568) [`07188e0d3`](https://github.com/XiaoMi/hiui/commit/07188e0d3106d5ed7b1da4e4fe60e0868481b33f) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: 增加 onClose API
25
+
26
+ - [#2567](https://github.com/XiaoMi/hiui/pull/2567) [`bd5940eba`](https://github.com/XiaoMi/hiui/commit/bd5940eba7d7a80aa676f37bb804ea27544864d2) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect feat: 支持回车选中值
27
+
28
+ - [#2531](https://github.com/XiaoMi/hiui/pull/2531) [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912) Thanks [@zyprepare](https://github.com/zyprepare)! - - CheckSelect CheckCascader CheckTreeSelect feat: 增加 tagInputProps API,支持显示内容高度自适应
29
+
30
+ - Popper TagInput fix: 优化 wrap 模式下代码
31
+
32
+ - [#2564](https://github.com/XiaoMi/hiui/pull/2564) [`eda80aaf9`](https://github.com/XiaoMi/hiui/commit/eda80aaf97bb536ff91321e36deccb3c195eb310) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal fix: 修复键盘操作中按钮失焦问题
33
+
34
+ - Updated dependencies [[`bd5940eba`](https://github.com/XiaoMi/hiui/commit/bd5940eba7d7a80aa676f37bb804ea27544864d2), [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912), [`07188e0d3`](https://github.com/XiaoMi/hiui/commit/07188e0d3106d5ed7b1da4e4fe60e0868481b33f), [`eda80aaf9`](https://github.com/XiaoMi/hiui/commit/eda80aaf97bb536ff91321e36deccb3c195eb310)]:
35
+ - @hi-ui/check-select@4.2.0
36
+ - @hi-ui/picker@4.1.1
37
+ - @hi-ui/select@4.1.1
38
+ - @hi-ui/check-cascader@4.1.0
39
+ - @hi-ui/check-tree-select@4.2.0
40
+ - @hi-ui/date-picker@4.1.0
41
+ - @hi-ui/modal@4.0.11
42
+
3
43
  ## 4.2.10
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.10",
3
+ "version": "4.2.12",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -53,13 +53,13 @@
53
53
  "@hi-ui/card": "^4.0.5",
54
54
  "@hi-ui/carousel": "^4.0.4",
55
55
  "@hi-ui/cascader": "^4.0.9",
56
- "@hi-ui/check-cascader": "^4.0.9",
57
- "@hi-ui/check-select": "^4.1.3",
58
- "@hi-ui/check-tree-select": "^4.1.0",
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",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.1",
61
61
  "@hi-ui/counter": "^4.1.4",
62
- "@hi-ui/date-picker": "^4.0.18",
62
+ "@hi-ui/date-picker": "^4.1.0",
63
63
  "@hi-ui/descriptions": "^4.1.2",
64
64
  "@hi-ui/drawer": "^4.0.9",
65
65
  "@hi-ui/dropdown": "^4.0.6",
@@ -73,13 +73,13 @@
73
73
  "@hi-ui/input-group": "^4.0.3",
74
74
  "@hi-ui/list": "^4.0.8",
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
- "@hi-ui/modal": "^4.0.10",
79
- "@hi-ui/notification": "^4.0.6",
78
+ "@hi-ui/modal": "^4.0.11",
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
- "@hi-ui/picker": "^4.1.0",
82
+ "@hi-ui/picker": "^4.1.1",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",
84
84
  "@hi-ui/popover": "^4.0.5",
85
85
  "@hi-ui/preview": "^4.0.5",
@@ -90,14 +90,14 @@
90
90
  "@hi-ui/result": "^4.0.4",
91
91
  "@hi-ui/scrollbar": "^4.0.1",
92
92
  "@hi-ui/search": "^4.0.8",
93
- "@hi-ui/select": "^4.1.0",
93
+ "@hi-ui/select": "^4.1.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.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",