@hi-ui/hiui 4.2.8 → 4.2.10

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 +37 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2557](https://github.com/XiaoMi/hiui/pull/2557) [`ef7aae038`](https://github.com/XiaoMi/hiui/commit/ef7aae038362d3a7700611737c474c29d1ba07b4) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: maxHeight 支持表达式
8
+
9
+ - [#2558](https://github.com/XiaoMi/hiui/pull/2558) [`bdd913d71`](https://github.com/XiaoMi/hiui/commit/bdd913d7173de64952437014ab9ffd1947ed506c) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加树形结构排序
10
+
11
+ - [#2553](https://github.com/XiaoMi/hiui/pull/2553) [`6d48d2f0b`](https://github.com/XiaoMi/hiui/commit/6d48d2f0b2c1258a1fe978cee8ef20a3443e4b66) Thanks [@zyprepare](https://github.com/zyprepare)! - Preview feat: 支持键盘左右切换图片
12
+
13
+ - [#2552](https://github.com/XiaoMi/hiui/pull/2552) [`5c376ecee`](https://github.com/XiaoMi/hiui/commit/5c376eceefb006643aab2a918c7535c23f5e9449) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload fix: accept 支持设置 .文件类型 这种格式
14
+
15
+ - Updated dependencies [[`5c376ecee`](https://github.com/XiaoMi/hiui/commit/5c376eceefb006643aab2a918c7535c23f5e9449), [`ef7aae038`](https://github.com/XiaoMi/hiui/commit/ef7aae038362d3a7700611737c474c29d1ba07b4), [`bdd913d71`](https://github.com/XiaoMi/hiui/commit/bdd913d7173de64952437014ab9ffd1947ed506c), [`6d48d2f0b`](https://github.com/XiaoMi/hiui/commit/6d48d2f0b2c1258a1fe978cee8ef20a3443e4b66)]:
16
+ - @hi-ui/upload@4.1.5
17
+ - @hi-ui/table@4.1.1
18
+ - @hi-ui/preview@4.0.5
19
+
20
+ ## 4.2.9
21
+
22
+ ### Patch Changes
23
+
24
+ - [#2547](https://github.com/XiaoMi/hiui/pull/2547) [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse fix: 修复嵌套折叠面板样式问题
25
+
26
+ - [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - Select feat: 增加 keyword API
27
+ useSearchMode: 增加 keyword API
28
+
29
+ - [#2550](https://github.com/XiaoMi/hiui/pull/2550) [`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions fix: 修复只有一条数据时显示问题
30
+
31
+ - [#2545](https://github.com/XiaoMi/hiui/pull/2545) [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 体验优化
32
+
33
+ - Updated dependencies [[`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b), [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f), [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5), [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c)]:
34
+ - @hi-ui/descriptions@4.1.2
35
+ - @hi-ui/picker@4.1.0
36
+ - @hi-ui/select@4.1.0
37
+ - @hi-ui/collapse@4.1.1
38
+ - @hi-ui/menu@4.0.9
39
+
3
40
  ## 4.2.8
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.8",
3
+ "version": "4.2.10",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -57,10 +57,10 @@
57
57
  "@hi-ui/check-select": "^4.1.3",
58
58
  "@hi-ui/check-tree-select": "^4.1.0",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
- "@hi-ui/collapse": "^4.1.0",
60
+ "@hi-ui/collapse": "^4.1.1",
61
61
  "@hi-ui/counter": "^4.1.4",
62
62
  "@hi-ui/date-picker": "^4.0.18",
63
- "@hi-ui/descriptions": "^4.1.1",
63
+ "@hi-ui/descriptions": "^4.1.2",
64
64
  "@hi-ui/drawer": "^4.0.9",
65
65
  "@hi-ui/dropdown": "^4.0.6",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.2",
@@ -73,16 +73,16 @@
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.8",
76
+ "@hi-ui/menu": "^4.0.9",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.10",
79
79
  "@hi-ui/notification": "^4.0.6",
80
80
  "@hi-ui/number-input": "^4.1.3",
81
81
  "@hi-ui/pagination": "^4.0.10",
82
- "@hi-ui/picker": "^4.0.6",
82
+ "@hi-ui/picker": "^4.1.0",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",
84
84
  "@hi-ui/popover": "^4.0.5",
85
- "@hi-ui/preview": "^4.0.4",
85
+ "@hi-ui/preview": "^4.0.5",
86
86
  "@hi-ui/progress": "^4.0.6",
87
87
  "@hi-ui/provider": "^4.0.5",
88
88
  "@hi-ui/radio": "^4.0.4",
@@ -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.0.11",
93
+ "@hi-ui/select": "^4.1.0",
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.0",
100
+ "@hi-ui/table": "^4.1.1",
101
101
  "@hi-ui/tabs": "^4.1.0",
102
102
  "@hi-ui/tag": "^4.0.7",
103
103
  "@hi-ui/textarea": "^4.1.1",
@@ -107,7 +107,7 @@
107
107
  "@hi-ui/transfer": "^4.0.9",
108
108
  "@hi-ui/tree": "^4.4.0",
109
109
  "@hi-ui/tree-select": "^4.0.10",
110
- "@hi-ui/upload": "^4.1.4",
110
+ "@hi-ui/upload": "^4.1.5",
111
111
  "@hi-ui/watermark": "^4.0.4",
112
112
  "@hi-ui/zen-mode": "^4.0.4"
113
113
  },