@hi-ui/hiui 5.0.0-experimental.6 → 5.0.0

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 +539 -706
  2. package/package.json +79 -80
package/CHANGELOG.md CHANGED
@@ -1,785 +1,618 @@
1
1
  # @hi-ui/hiui
2
2
 
3
- ## 5.0.0-experimental.6
3
+ ## 5.0.0
4
4
 
5
- ### Patch Changes
5
+ ### Major Changes
6
6
 
7
- - ebd1a6e7a: fix(table): 修复 stretchHeight 模式下冻结列阴影样式问题 (5.0)
8
- - Updated dependencies [ebd1a6e7a]
9
- - Updated dependencies [d91a8bb0f]
10
- - @hi-ui/table@5.0.0-experimental.4
11
- - @hi-ui/core@5.0.0-experimental.3
7
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e8fd3543d`](https://github.com/XiaoMi/hiui/commit/e8fd3543d0626a78e1d7bdb46271741eb882ce66) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(layout): 添加 AppListPopover 组件并更新布局样式和示例 (5.0)
12
8
 
13
- ## 5.0.0-experimental.5
9
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
14
10
 
15
- ### Minor Changes
11
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5828ae8ab`](https://github.com/XiaoMi/hiui/commit/5828ae8ab46e955e09644e6c702476f143258f92) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(layout): 增加 FloatMenuContainer 组件 (5.0)
16
12
 
17
- - 2fd15e136: feat(date-picker): 支持设置选择面板默认展示时间 (5.0)
18
- - 07a57b9c1: feat(check-tree-select): 支持设置 checkable (5.0)
13
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`277c5033a`](https://github.com/XiaoMi/hiui/commit/277c5033aacd43ef3d6b8e0b9e818a09ebe21875) Thanks [@zyprepare](https://github.com/zyprepare)! - style(dropdown): 下拉框带边框&圆角改为 6px&size 改为只有 md 尺寸 (5.0)
19
14
 
20
- ### Patch Changes
15
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`df8232a61`](https://github.com/XiaoMi/hiui/commit/df8232a6139778011c65f66c4bdfb95c965256ed) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(layout): 增加 Profile 组件 (5.0)
21
16
 
22
- - 1afb72ae0: fix(popover): 修复设置 visible 后,关闭时没有触发 onClose 问题 (5.0)
23
- - Updated dependencies [2fd15e136]
24
- - Updated dependencies [1afb72ae0]
25
- - Updated dependencies [07a57b9c1]
26
- - Updated dependencies [95d930354]
27
- - @hi-ui/date-picker@5.0.0-experimental.3
28
- - @hi-ui/popover@5.0.0-experimental.2
29
- - @hi-ui/check-tree-select@5.0.0-experimental.3
30
- - @hi-ui/tree@5.0.0-experimental.4
31
- - @hi-ui/core@5.0.0-experimental.2
17
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`22ef60263`](https://github.com/XiaoMi/hiui/commit/22ef6026322909175e21cb0a2ebe48c2cffe4f91) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(layout): 新增 Layout 组件 (5.0)
32
18
 
33
- ## 5.0.0-experimental.4
19
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3c3e077b9`](https://github.com/XiaoMi/hiui/commit/3c3e077b976ee22e5da623f25d5de64132b207cc) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(layout): 增加 Header 和 Footer 组件 & 完善示例 (5.0)
20
+
21
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`95e868bed`](https://github.com/XiaoMi/hiui/commit/95e868bedf5d3fa89231bbf8af77da58249023c6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(query-filter): 新增 QueryFilter 组件 (5.0)
34
22
 
35
23
  ### Minor Changes
36
24
 
37
- - dc780205a: feat(check-select): 添加辅助方法 (5.0)
38
- - e25399be4: feat(tree): add actionMenuPopper api (5.0)
39
- - 97c34c951: feat(tag): add dot appearance (5.0)
40
- - ebabba8fd: feat(check-select): renderExtraFooter 回调返回 CheckAllNode 参数 (5.0)
41
- - bf1174ed8: feat(cascader): 每次打开选择面板时自动定位到已选节点位置 (5.0)
25
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`bd8454f85`](https://github.com/XiaoMi/hiui/commit/bd8454f8577b250cd8d528b25cc4b7c6f4e4a969) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): Upload 组件 type 为 avatar 时展示图片裁剪工具栏 (5.0)
42
26
 
43
- ### Patch Changes
27
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2f5e5ce4d`](https://github.com/XiaoMi/hiui/commit/2f5e5ce4de23eb119afc6338d7ed1398c8fe8590) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(time-picker): appearance 增加 contained 类型,以及最新风格的样式修改 (5.0)
44
28
 
45
- - 96aeb5a9a: fix(table): fix sorter ui bug (5.0)
46
- - ebee14cb8: fix(textarea): 修复设置 minRows 无效问题 (5.0)
47
- - Updated dependencies [dc780205a]
48
- - Updated dependencies [e25399be4]
49
- - Updated dependencies [97c34c951]
50
- - Updated dependencies [ebabba8fd]
51
- - Updated dependencies [96aeb5a9a]
52
- - Updated dependencies [ebee14cb8]
53
- - Updated dependencies [bf1174ed8]
54
- - @hi-ui/check-select@5.0.0-experimental.5
55
- - @hi-ui/tree@5.0.0-experimental.3
56
- - @hi-ui/tag@5.0.0-experimental.2
57
- - @hi-ui/table@5.0.0-experimental.3
58
- - @hi-ui/textarea@5.0.0-experimental.3
59
- - @hi-ui/cascader@5.0.0-experimental.3
29
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`723c21c92`](https://github.com/XiaoMi/hiui/commit/723c21c9237a90a236448acf6469ec1bcd76248e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: hiui 整包中暴露 Spinner 组件 (5.0)
60
30
 
61
- ## 5.0.0-experimental.3
31
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8c47b7ae0`](https://github.com/XiaoMi/hiui/commit/8c47b7ae05b66db483dc2ee93655fd32f58d028e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(message): 支持自定义图标 (5.0)
62
32
 
63
- ### Minor Changes
33
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`da2e63a14`](https://github.com/XiaoMi/hiui/commit/da2e63a1478db819ec87d720fbfbf537319620c2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input&number-input): add styles and classNames api (5.0)
64
34
 
65
- - d49302358: feat(menu): title 支持显示 2 (5.0)
35
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`7929cd254`](https://github.com/XiaoMi/hiui/commit/7929cd254311b59933e3938751e21fa88ec0390f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(notification): 支持自定义弹出位置 (5.0)
66
36
 
67
- ### Patch Changes
37
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`eea29eade`](https://github.com/XiaoMi/hiui/commit/eea29eade364317198270daa62d7454279f9068a) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
68
38
 
69
- - 5561e8e2b: style(layout): Sider menu-item 加上间距 & Profile 加渐变背景 (5.0)
70
- - Updated dependencies [3a7186e4b]
71
- - Updated dependencies [d49302358]
72
- - Updated dependencies [5561e8e2b]
73
- - @hi-ui/use-merge-semantic@5.0.0-experimental.1
74
- - @hi-ui/menu@5.0.0-experimental.3
75
- - @hi-ui/layout@5.0.0-experimental.3
39
+ - feat(button): 样式更新到 5.0 (5.0)
40
+ - feat(button): 增加 text 类型 (5.0)
41
+ - feat(button): 参数 icon 支持数组类型 (5.0)
76
42
 
77
- ## 5.0.0-experimental.2
43
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b9989e482`](https://github.com/XiaoMi/hiui/commit/b9989e48214dbbf8a938a788d3a415d9bb94b1b2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): 增加 clearSearchOnClosed api 默认是 false (5.0)
78
44
 
79
- ### Minor Changes
45
+ - [#3528](https://github.com/XiaoMi/hiui/pull/3528) [`2fd15e136`](https://github.com/XiaoMi/hiui/commit/2fd15e136595c0b4a0b043a94dce2a979b3353d2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 支持设置选择面板默认展示时间 (5.0)
80
46
 
81
- - 569d26655: feat(global-context): add utcOffset api (5.0)
82
- - 59cef699f: feat: 组件语义化样式改造,增加 styles 和 classNames 属性 (5.0)
83
-
84
- ### Patch Changes
85
-
86
- - 53bfdf88b: 处理不同尺寸卡片嵌套时的样式异常
87
- - 66bc9c3e2: perf(ellipsis-tooltip): 修改为鼠标 hover 时再计算是否展示 Tooltip 以提升性能 (5.0)
88
- - 62b72c03a: fix(carousel): 修复设置 defaultActive 后图片显示异常问题 (5.0)
89
- - eb17c4697: style: 修复 UI/样式问题 (5.0)
90
- - 25f3cb496: Modal 新增 useModal 函数,用以解决静态 api 调用时,内容元素无法获取上下文的问题
91
- - 45f59fb86: fix(popover): 给 onOpen 方法包裹 useLatestCallback,防止频繁触发 (5.0)
92
- - ec647a5ee: Drawer 新增静态 Api 唤起支持
93
- - Updated dependencies [569d26655]
94
- - Updated dependencies [53bfdf88b]
95
- - Updated dependencies [66bc9c3e2]
96
- - Updated dependencies [eb17c4697]
97
- - Updated dependencies [c6197357f]
98
- - Updated dependencies [62b72c03a]
99
- - Updated dependencies [ec647a5ee]
100
- - Updated dependencies [eb17c4697]
101
- - Updated dependencies [25f3cb496]
102
- - Updated dependencies [45f59fb86]
103
- - Updated dependencies [c407744fe]
104
- - Updated dependencies [ec647a5ee]
105
- - Updated dependencies [59cef699f]
106
- - @hi-ui/date-picker@5.0.0-experimental.2
107
- - @hi-ui/card@5.0.0-experimental.1
108
- - @hi-ui/ellipsis-tooltip@5.0.0-experimental.1
109
- - @hi-ui/provider@5.0.0-experimental.1
110
- - @hi-ui/core@5.0.0-experimental.1
111
- - @hi-ui/grid@5.0.0-experimental.1
112
- - @hi-ui/carousel@5.0.0-experimental.1
113
- - @hi-ui/modal@5.0.0-experimental.1
114
- - @hi-ui/alert@5.0.0-experimental.1
115
- - @hi-ui/anchor@5.0.0-experimental.1
116
- - @hi-ui/avatar@5.0.0-experimental.1
117
- - @hi-ui/back-top@5.0.0-experimental.1
118
- - @hi-ui/badge@5.0.0-experimental.1
119
- - @hi-ui/breadcrumb@5.0.0-experimental.1
120
- - @hi-ui/button@5.0.0-experimental.1
121
- - @hi-ui/cascader@5.0.0-experimental.2
122
- - @hi-ui/check-cascader@5.0.0-experimental.2
123
- - @hi-ui/check-select@5.0.0-experimental.2
124
- - @hi-ui/check-tree-select@5.0.0-experimental.2
125
- - @hi-ui/checkbox@5.0.0-experimental.1
126
- - @hi-ui/collapse@5.0.0-experimental.1
127
- - @hi-ui/counter@5.0.0-experimental.2
128
- - @hi-ui/descriptions@5.0.0-experimental.1
129
- - @hi-ui/drawer@5.0.0-experimental.1
130
- - @hi-ui/dropdown@5.0.0-experimental.1
131
- - @hi-ui/empty-state@5.0.0-experimental.1
132
- - @hi-ui/filter@5.0.0-experimental.1
133
- - @hi-ui/form@5.0.0-experimental.1
134
- - @hi-ui/highlighter@5.0.0-experimental.1
135
- - @hi-ui/icon-button@5.0.0-experimental.1
136
- - @hi-ui/input@5.0.0-experimental.2
137
- - @hi-ui/layout@5.0.0-experimental.2
138
- - @hi-ui/list@5.0.0-experimental.1
139
- - @hi-ui/loading@5.0.0-experimental.1
140
- - @hi-ui/menu@5.0.0-experimental.2
141
- - @hi-ui/message@5.0.0-experimental.1
142
- - @hi-ui/notification@5.0.0-experimental.1
143
- - @hi-ui/number-input@5.0.0-experimental.2
144
- - @hi-ui/page-header@5.0.0-experimental.1
145
- - @hi-ui/pagination@5.0.0-experimental.1
146
- - @hi-ui/picker@5.0.0-experimental.2
147
- - @hi-ui/pop-confirm@5.0.0-experimental.1
148
- - @hi-ui/popover@5.0.0-experimental.1
149
- - @hi-ui/popper@5.0.0-experimental.1
150
- - @hi-ui/preview@5.0.0-experimental.1
151
- - @hi-ui/progress@5.0.0-experimental.1
152
- - @hi-ui/query-filter@5.0.0-experimental.2
153
- - @hi-ui/radio@5.0.0-experimental.1
154
- - @hi-ui/rating@5.0.0-experimental.1
155
- - @hi-ui/result@5.0.0-experimental.1
156
- - @hi-ui/scrollbar@5.0.0-experimental.1
157
- - @hi-ui/search@5.0.0-experimental.1
158
- - @hi-ui/select@5.0.0-experimental.2
159
- - @hi-ui/slider@5.0.0-experimental.1
160
- - @hi-ui/stepper@5.0.0-experimental.1
161
- - @hi-ui/switch@5.0.0-experimental.1
162
- - @hi-ui/table@5.0.0-experimental.2
163
- - @hi-ui/tabs@5.0.0-experimental.1
164
- - @hi-ui/tag@5.0.0-experimental.1
165
- - @hi-ui/tag-input@5.0.0-experimental.2
166
- - @hi-ui/textarea@5.0.0-experimental.2
167
- - @hi-ui/time-picker@5.0.0-experimental.2
168
- - @hi-ui/timeline@5.0.0-experimental.1
169
- - @hi-ui/tooltip@5.0.0-experimental.1
170
- - @hi-ui/transfer@5.0.0-experimental.1
171
- - @hi-ui/tree@5.0.0-experimental.2
172
- - @hi-ui/tree-select@5.0.0-experimental.2
173
- - @hi-ui/upload@5.0.0-experimental.1
174
- - @hi-ui/zen-mode@5.0.0-experimental.1
175
- - @hi-ui/use-merge-semantic@5.0.0-experimental.0
176
- - @hi-ui/input-group@5.0.0-experimental.1
177
- - @hi-ui/portal@5.0.0-experimental.1
178
- - @hi-ui/skeleton@5.0.0-experimental.1
179
- - @hi-ui/space@5.0.0-experimental.1
180
- - @hi-ui/spinner@5.0.0-experimental.1
181
- - @hi-ui/svg-icon@5.0.0-experimental.1
182
- - @hi-ui/watermark@5.0.0-experimental.1
183
-
184
- ## 5.0.0-experimental.1
47
+ - [#3518](https://github.com/XiaoMi/hiui/pull/3518) [`dc780205a`](https://github.com/XiaoMi/hiui/commit/dc780205abc5ac4c245ffbc52fa3a53b404f0143) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(check-select): 添加辅助方法 (5.0)
185
48
 
186
- ### Minor Changes
49
+ - [#3503](https://github.com/XiaoMi/hiui/pull/3503) [`569d26655`](https://github.com/XiaoMi/hiui/commit/569d26655dd8ab4674a8e9b5cf063e5db8b868db) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(global-context): add utcOffset api (5.0)
187
50
 
188
- - b27483796: feat(picker, select, check-select): add creatableInSearchVisible prop to control visibility of creation entry based on search results (5.0)
189
-
190
- ### Patch Changes
191
-
192
- - 8dc3817cf: fix(date-picker): footerRender 中的 onPick 参数支持 Date 类型 (5.0)
193
- - dad50a380: style(table): 修改斑马纹颜色为 bgColor token (5.0)
194
- - 18a876ca6: style(table): 扩大排序按钮点击区域 (5.0)
195
- - 8f23e9322: style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
196
- - 900c6c2f0: style: 统一修改表单类组件 filled 背景色为 g100 (5.0)
197
- - ec6005193: style(layout,menu): 样式和示例调整 (5.0)
198
- - 发布 hiui experimental 版本
199
- - f8321b72f: fix(time-picker): 修复清空后无法选中 00:00:00 问题 & 设置默认宽度 100% (5.0)
200
- - 3d84a04aa: fix(table): 修复 stretchHeight+bordered 模式下数据为空时左右边框未显示问题 (5.0)
201
- - fe579e212: style(tree): update class names for tree node elements in SCSS (5.0)
202
- - 8561492d5: fix(cascader): 在平铺搜索模式下,当设置了 changeOnSelect 则搜索结果中展示父节点 (5.0)
203
- - cfdc94dbc: fix(table): 计算每列 top 值优化,只有在需要 sticky 的场景下才设置该值 (5.0)
204
- - Updated dependencies [8dc3817cf]
205
- - Updated dependencies [dad50a380]
206
- - Updated dependencies [18a876ca6]
207
- - Updated dependencies [8f23e9322]
208
- - Updated dependencies [b27483796]
209
- - Updated dependencies [900c6c2f0]
210
- - Updated dependencies [ec6005193]
211
- - Updated dependencies
212
- - Updated dependencies [f8321b72f]
213
- - Updated dependencies [3d84a04aa]
214
- - Updated dependencies [fe579e212]
215
- - Updated dependencies [8561492d5]
216
- - Updated dependencies [cfdc94dbc]
217
- - @hi-ui/date-picker@5.0.0-experimental.1
218
- - @hi-ui/table@5.0.0-experimental.1
219
- - @hi-ui/cascader@5.0.0-experimental.1
220
- - @hi-ui/check-cascader@5.0.0-experimental.1
221
- - @hi-ui/check-select@5.0.0-experimental.1
222
- - @hi-ui/check-tree-select@5.0.0-experimental.1
223
- - @hi-ui/input@5.0.0-experimental.1
224
- - @hi-ui/number-input@5.0.0-experimental.1
225
- - @hi-ui/picker@5.0.0-experimental.1
226
- - @hi-ui/query-filter@5.0.0-experimental.1
227
- - @hi-ui/select@5.0.0-experimental.1
228
- - @hi-ui/tag-input@5.0.0-experimental.1
229
- - @hi-ui/textarea@5.0.0-experimental.1
230
- - @hi-ui/time-picker@5.0.0-experimental.1
231
- - @hi-ui/tree-select@5.0.0-experimental.1
232
- - @hi-ui/counter@5.0.0-experimental.1
233
- - @hi-ui/layout@5.0.0-experimental.1
234
- - @hi-ui/menu@5.0.0-experimental.1
235
- - @hi-ui/tree@5.0.0-experimental.1
236
-
237
- ## 5.0.0-experimental.0
51
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ae8dcbce8`](https://github.com/XiaoMi/hiui/commit/ae8dcbce851c1dad75f6875d6ecc38707c4e8b94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add showWeek api (5.0)
238
52
 
239
- ### Major Changes
53
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`14d353747`](https://github.com/XiaoMi/hiui/commit/14d35374760f1fb1a1bdd4802419e091f7f3a079) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(progress): 新版样式调整 & 增加 MiniProgress 组件(5.0)
240
54
 
241
- - e8fd3543d: feat(layout): 添加 AppListPopover 组件并更新布局样式和示例 (5.0)
242
- - 8f3aa85e4: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
243
- - 277c5033a: style(dropdown): 下拉框带边框&圆角改为 6px&size 改为只有 md 尺寸 (5.0)
244
- - 95e868bed: feat(query-filter): 新增 QueryFilter 组件 (5.0)
245
- - dd60555d3: feat(pagination): 优化 pagination 组件,加入 padding 和自定义 total 总数展示样式(5.0)
55
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
246
56
 
247
- ### Minor Changes
248
-
249
- - bd8454f85: feat(upload): Upload 组件 type 为 avatar 时展示图片裁剪工具栏 (5.0)
250
- - 2f5e5ce4d: feat(time-picker): appearance 增加 contained 类型,以及最新风格的样式修改 (5.0)
251
- - 723c21c92: feat: hiui 整包中暴露 Spinner 组件 (5.0)
252
- - 8c47b7ae0: feat(message): 支持自定义图标 (5.0)
253
- - da2e63a14: feat(input&number-input): add styles and classNames api (5.0)
254
- - 7929cd254: feat(notification): 支持自定义弹出位置 (5.0)
255
- - eea29eade: <br>
256
- - feat(button): 样式更新到 5.0 (5.0)
257
- - feat(button): 增加 text 类型 (5.0)
258
- - feat(button): 参数 icon 支持数组类型 (5.0)
259
- - b9989e482: feat(picker): 增加 clearSearchOnClosed api 默认是 false (5.0)
260
- - ae8dcbce8: feat(date-picker): add showWeek api (5.0)
261
- - 14d353747: feat(progress): 新版样式调整 & 增加 MiniProgress 组件(5.0)
262
- - f1ab51725: <br>
263
57
  - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
264
58
  - feat(input): 输入框组件增加 xs 尺寸 (5.0)
265
- - 0b34e1c15: feat(tabs): 支持拖拽 (5.0)
266
- - c91b57c00: feat(search-trigger): 继承 MenuSearch 组件参数 (5.0)
267
- - 5828ae8ab: feat(layout): 增加 FloatMenuContainer 组件 (5.0)
268
- - 95dd766b9: feat(scrollbar): 增加 bordered 参数,和改造新版样式 (5.0)
269
- - dd5033f60: feat(form): 增加 autoRegister 参数,支持动态添加和删除表单时,数据同步更新 (5.0)
270
- - 423aab762: <br>
59
+
60
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): 支持拖拽 (5.0)
61
+
62
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`c91b57c00`](https://github.com/XiaoMi/hiui/commit/c91b57c0034b2fb142b48d029726e0ba65396f19) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(search-trigger): 继承 MenuSearch 组件参数 (5.0)
63
+
64
+ - [#3521](https://github.com/XiaoMi/hiui/pull/3521) [`e25399be4`](https://github.com/XiaoMi/hiui/commit/e25399be4c6b4e26b6d91b18d859ec702fab14fc) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tree): add actionMenuPopper api (5.0)
65
+
66
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`95dd766b9`](https://github.com/XiaoMi/hiui/commit/95dd766b919af5c02d0d29d8b99a61261183da2f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(scrollbar): 增加 bordered 参数,和改造新版样式 (5.0)
67
+
68
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`dd5033f60`](https://github.com/XiaoMi/hiui/commit/dd5033f60207a638d119a8585805ee69cf435abf) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(form): 增加 autoRegister 参数,支持动态添加和删除表单时,数据同步更新 (5.0)
69
+
70
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`423aab762`](https://github.com/XiaoMi/hiui/commit/423aab762c116fa6a08392b1de808fc64d3e058e) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
71
+
271
72
  - feat(pagination): 改为线性样式 (5.0)
272
73
  - feat(pagination): 增加 xs 尺寸,默认使用 sm 尺寸 (5.0)
273
- - a0fdb0ad1: <br>
74
+
75
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`a0fdb0ad1`](https://github.com/XiaoMi/hiui/commit/a0fdb0ad14dc31172da5802efd85468ed3025a3d) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
76
+
274
77
  - feat(tabs): 增加 size 参数 (5.0)
275
78
  - feat(tabs): 修改标签选中下标样式 (5.0)
276
- - 08b9d0ecf: feat(drawer): add styles api (5.0)
277
- - 6bb4d999c: feat(tabs): 支持编辑功能和设置最大标题宽度 (5.0)
278
- - 120f6b15a: feat(tabs): add editRender api (5.0)
279
- - f8acad4e1: feat(check-cascader): 增加 checkbox 级联禁用功能和相关样式调整 (5.0)
280
- - ffea3d7af: feat(hiui): 增加组件导出 IconButton Picker Popper Portal TagInput (5.0)
281
- - 3e1d3608f: feat(cascader): add onItemClick api (5.0)
282
- - 795b2346e: feat(date-picker): add onClear api (5.0)
283
- - df301c0dc: feat(table): 普通表格支持 scrollTo 方法 (5.0)
284
- - 8a92ec660: feat(button): appearance 参数增加 solid 类型 (5.0)
285
- - 9b34d99bc: feat(tag): 增加 type (5.0)
286
- - 24216019a: feat(upload): add timeout option to upload components and types (#3469)
287
- - aff25dbeb: - fix(date-picker): 显示框圆角改为 6px (5.0)
79
+
80
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`08b9d0ecf`](https://github.com/XiaoMi/hiui/commit/08b9d0ecf6088aee4b62164dfb1b8b7b96528d41) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(drawer): add styles api (5.0)
81
+
82
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6bb4d999c`](https://github.com/XiaoMi/hiui/commit/6bb4d999c00081b3e078a8c326a96d4b81802963) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): 支持编辑功能和设置最大标题宽度 (5.0)
83
+
84
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`120f6b15a`](https://github.com/XiaoMi/hiui/commit/120f6b15a8c2da9c4123447981e431f02428e57e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): add editRender api (5.0)
85
+
86
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f8acad4e1`](https://github.com/XiaoMi/hiui/commit/f8acad4e1299acbcad9ccf5991dbf1cfa918a1ac) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-cascader): 增加 checkbox 级联禁用功能和相关样式调整 (5.0)
87
+
88
+ - [#3524](https://github.com/XiaoMi/hiui/pull/3524) [`97c34c951`](https://github.com/XiaoMi/hiui/commit/97c34c9518bd7050ff995b48b3092e79bec4af0d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): add dot appearance (5.0)
89
+
90
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ffea3d7af`](https://github.com/XiaoMi/hiui/commit/ffea3d7afce522ef9ab7790e9a6231667da24fef) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(hiui): 增加组件导出 IconButton Picker Popper Portal TagInput (5.0)
91
+
92
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3e1d3608f`](https://github.com/XiaoMi/hiui/commit/3e1d3608f9bf107a23e28792409e734dde06c189) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): add onItemClick api (5.0)
93
+
94
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`795b2346e`](https://github.com/XiaoMi/hiui/commit/795b2346ef58cb3155c90be3d38f4cae02445781) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add onClear api (5.0)
95
+
96
+ - [#3481](https://github.com/XiaoMi/hiui/pull/3481) [`df301c0dc`](https://github.com/XiaoMi/hiui/commit/df301c0dc4c11f6f87eac0b78d82dc923a68b789) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 普通表格支持 scrollTo 方法 (5.0)
97
+
98
+ - [#3523](https://github.com/XiaoMi/hiui/pull/3523) [`ebabba8fd`](https://github.com/XiaoMi/hiui/commit/ebabba8fde3ba08b95919ecb66dba70d6a5a16b0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-select): renderExtraFooter 回调返回 CheckAllNode 参数 (5.0)
99
+
100
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8a92ec660`](https://github.com/XiaoMi/hiui/commit/8a92ec660d7622768574dfe2e799b24d14e052a7) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(button): appearance 参数增加 solid 类型 (5.0)
101
+
102
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): 增加 type 值 (5.0)
103
+
104
+ - [#3490](https://github.com/XiaoMi/hiui/pull/3490) [`b27483796`](https://github.com/XiaoMi/hiui/commit/b2748379661e2e7a4c18e94c478dc2554405c7dd) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker, select, check-select): add creatableInSearchVisible prop to control visibility of creation entry based on search results (5.0)
105
+
106
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`aff25dbeb`](https://github.com/XiaoMi/hiui/commit/aff25dbeb0a4d7a8220785ea6d9214b13b5705c9) Thanks [@zyprepare](https://github.com/zyprepare)! - - fix(date-picker): 显示框圆角改为 6px (5.0)
107
+
288
108
  - feat(date-picker): 增加 xs 尺寸 (5.0)
289
- - 95e65eecd: feat(table): 支持远程排序 (5.0)
290
- - a4c48b19e: feat(check-cascader): add showOnlyShowChecked api (5.0)
291
- - 9caea419e: feat(number-input): add suffix api (5.0)
292
- - f03f60ebd: <br>
109
+
110
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`95e65eecd`](https://github.com/XiaoMi/hiui/commit/95e65eecdcb5d8841ae1dc22bc760c75a8c8fd76) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持远程排序 (5.0)
111
+
112
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`a4c48b19e`](https://github.com/XiaoMi/hiui/commit/a4c48b19e65d8d3bbd41dc14e1097ac6d7c94d69) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-cascader): add showOnlyShowChecked api (5.0)
113
+
114
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9caea419e`](https://github.com/XiaoMi/hiui/commit/9caea419e7868c9d811208decbe2f07a15214cd4) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(number-input): add suffix api (5.0)
115
+
116
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f03f60ebd`](https://github.com/XiaoMi/hiui/commit/f03f60ebd33296d06fc220cc7e60c514b4abe5c8) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
117
+
293
118
  - feat(preview): title 参数支持传入函数返回自定义内容 (5.0)
294
119
  - fix(preview): 修复禁止下载时下载按钮没有隐藏问题 (5.0)
295
- - a769a14e7: feat(timeline): dataItem 增加 dotColor 和 dotType 参数 (5.0)
296
- - df8232a61: feat(layout): 增加 Profile 组件 (5.0)
297
- - 2e56529f7: feat(grid): add align api (5.0)
298
- - 13836d63e: feat(avatar): 增加 AvatarGroup 组件 & 新版样式调整 (5.0)
299
- - 22ef60263: feat(layout): 新增 Layout 组件 (5.0)
300
- - aebefd73e: feat(table): add onScroll api (5.0)
301
- - 63fe6aae6: feat(date-picker): needConfirm 支持日期范围选择场景 (5.0)
302
- - 4223c3dc0: feat(slider): 增加范围选择功能 (5.0)
303
- - 6dca7795c: feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
304
- - 4006b2c8c: feat(loading): 默认效果改为 spin 类型 & 增加 contentPosition、size color 参数 (5.0)
305
- - 6fcda9bf2: feat(date-picker): appearance 参数增加 contained 类型 (5.0)
306
- - 5828ae8ab: feat(menu): 增加 GroupMenu SideMenu 组件 (5.0)
307
- - 0b34e1c15: feat(modal): 支持根据滚动位置来控制头尾部边框的显示 (5.0)
308
- - 9b34d99bc: feat(tabs): 增加 showDivider 参数 (5.0)
309
- - 3c3e077b9: feat(layout): 增加 Header 和 Footer 组件 & 完善示例 (5.0)
310
- - 77d969c2e: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
311
- - 25cea5f36: feat(layout): Sider 组件增加 maxWidth 参数 & FloatMenuContainer 组件增加 zIndex 参数 (5.0)
312
- - fd4c20bbd: <br />
120
+
121
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`a769a14e7`](https://github.com/XiaoMi/hiui/commit/a769a14e79c81e3f47e0da127670f13ba0d6d159) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(timeline): dataItem 增加 dotColor dotType 参数 (5.0)
122
+
123
+ - [#3516](https://github.com/XiaoMi/hiui/pull/3516) [`d49302358`](https://github.com/XiaoMi/hiui/commit/d49302358d61de6307ae5cc74035616caeda48c1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(menu): title 支持显示 2 (5.0)
124
+
125
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(grid): add align api (5.0)
126
+
127
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`13836d63e`](https://github.com/XiaoMi/hiui/commit/13836d63e182dc0d8b6c356cbcb9ad7eec898fc7) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(avatar): 增加 AvatarGroup 组件 & 新版样式调整 (5.0)
128
+
129
+ - [#3480](https://github.com/XiaoMi/hiui/pull/3480) [`aebefd73e`](https://github.com/XiaoMi/hiui/commit/aebefd73eee5764722babe0fd68cf1f21bf97f85) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add onScroll api (5.0)
130
+
131
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`63fe6aae6`](https://github.com/XiaoMi/hiui/commit/63fe6aae6d944658cb82b448098a03a8b7046899) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): needConfirm 支持日期范围选择场景 (5.0)
132
+
133
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4223c3dc0`](https://github.com/XiaoMi/hiui/commit/4223c3dc033b6844186ab7898e2b8960cc688d7d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(slider): 增加范围选择功能 (5.0)
134
+
135
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6dca7795c`](https://github.com/XiaoMi/hiui/commit/6dca7795c71123f941d91b991ecd17ce26b6a2da) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
136
+
137
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4006b2c8c`](https://github.com/XiaoMi/hiui/commit/4006b2c8cabba5ec553b69a17e4bf3fb53fe9180) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(loading): 默认效果改为 spin 类型 & 增加 contentPosition、size 和 color 参数 (5.0)
138
+
139
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6fcda9bf2`](https://github.com/XiaoMi/hiui/commit/6fcda9bf23e6e16c593fd4d9e3db8d08bcb6b9b5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): appearance 参数增加 contained 类型 (5.0)
140
+
141
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5828ae8ab`](https://github.com/XiaoMi/hiui/commit/5828ae8ab46e955e09644e6c702476f143258f92) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(menu): 增加 GroupMenu 和 SideMenu 组件 (5.0)
142
+
143
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): 支持根据滚动位置来控制头尾部边框的显示 (5.0)
144
+
145
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): 增加 showDivider 参数 (5.0)
146
+
147
+ - [#3526](https://github.com/XiaoMi/hiui/pull/3526) [`07a57b9c1`](https://github.com/XiaoMi/hiui/commit/07a57b9c18d43a8f16832ae26faa2a8103e4b5e8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(check-tree-select): 支持设置 checkable (5.0)
148
+
149
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`77d969c2e`](https://github.com/XiaoMi/hiui/commit/77d969c2e4f6db55f6cc154c1803971ac3e3f085) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
150
+
151
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`25cea5f36`](https://github.com/XiaoMi/hiui/commit/25cea5f366550067c595f9d3e47ebfdecf1e97ca) Thanks [@zyprepare](https://github.com/zyprepare)! - - feat(layout): Sider 组件支持宽度能力增强,新增 `maxWidth` 和 `resizable` 参数 (5.0)
152
+
153
+ - style(layout): Sider 组件默认宽度改为 180px,并优化菜单项间距与 Profile 渐变背景 (5.0)
154
+ - style(layout): 折叠状态下为 FloatMenuContainer 增加 `z-index`,并支持 `zIndex` 参数配置 (5.0)
155
+
156
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb) Thanks [@zyprepare](https://github.com/zyprepare)! - <br />
157
+
313
158
  - style(transfer): 新版样式 (5.0)
314
159
  - feat(transfer): 增加 FastTransfer 组件 (5.0)
315
- - feab0390b: feat(modal): add styles and classNames api (5.0)
316
- - 9a98a3330: feat(upload): 新增上传成功后显示成功 icon (5.0)
317
- - 9d855a6c5: feat(Skeleton): New Component Skeleton 新增组件骨架屏 (5.0)
318
- - 542076e55: feat(popover): 暴露 update 方法,支持调用刷新校准弹窗位置 (5.0)
319
- - d7b42d456: feat(dropdown): update onClick callback to include item data (5.0)
320
- - 9f4268ee3: feat(table): TableColumnItem 支持泛型 (5.0)
321
- - c38e6e4bf: feat(menu): GroupMenu 组件增加 titleRender 参数 (5.0)
322
- - d51de8acc: feat(table): add stretchHeight api (5.0)
323
- - a5937df94: feat(menu): add showTitleOnMini api (5.0)
324
- - 58ad82e94: feat: 输入框和选择器组件增加 borderless 形态 (5.0)
325
- - e46b1ec03: feat(date-picker): 增加 defaultPickerValue 参数,支持配置默认的面板显示日期 (#3473)
326
- - f2be367e9: feat(popper): 增加 PopperOverlayProps 的新事件处理属性 onEnter, onEntered, onExit (5.0)
327
- - 1fae66f2d: feat(tree): add shouldShowSwitcher prop for custom switcher display logic (#3471)
328
- - 1972fd16a: feat(picker&popper): 增加 styles classNames 属性以支持自定义样式 & Picker 增加 gutterGap api (5.0)
329
- - cb7b794d0: feat(select): 增加 creatableInSearch、createTitle 参数,支持在搜索无结果时可创建选项 (5.0)
330
- - bfc1cb7c8: chore(menu): 增加变更记录文件 (5.0)
331
-
332
- ### Patch Changes
333
-
334
- - 0b34e1c15: styles: 修改样式问题 (5.0)
335
- - 20aac2a2f: style(radio): 新版样式调整 (5.0)
336
- - 6fb223e3a: style: fix ui bug (5.0)
337
- - 4a31cea53: style: 统一调整组件 shadow (5.0)
338
- - 4390a8518: fix(tag): 修复添加保存时抖动问题 (5.0)
339
- - 03f04676b: fix(textarea): 修复更新 maxRows 无效的问题 (5.0)
340
- - 0f7aac2f3: fix(loading): rename wrapper class to content-wrapper and adjust styles for better layout (5.0)
341
- - 54e254b54: fix(breadcrumb): 修复 separator 设置无效问题 (5.0)
342
- - 1e226cd66: chore: 修改 react-compat 依赖管理方式 & 更新 react-transition-group 依赖 (5.0)
343
- - cce71cdfa: style(tag-input): 调整 total 的内边距和最小宽度 (5.0)
344
- - 231ac15f1: style(slider): 新版样式调整 (5.0)
345
- - 6167ad50b: refactor(empty-state): deprecate COLOURFUL components (5.0)
346
- - 9b34d99bc: chore: 将代码中 v4 改为 v5 (5.0)
347
- - 1662753e0: style: fix ui bug (5.0)
348
- - b8d3e7a73: style(number-input): NumberInput 组件新版样式 (5.0)
349
- - 9f5d129f6: fix(date-picker): 加强 valueAdapter 逻辑处理,当值是数组并且是范围类型时,再做转换 (5.0)
350
- - 693bf9b46: perf(date-picker): 优化 contained 模式下的点击事件交互&范围选择的交互优化 (5.0)
351
- - e5964c571: style(table): 修复虚拟表格中多选列没有居中问题 (5.0)
352
- - d2cdb2537: fix(table): 修复在 stretchHeight 模式下,冻结列表头和单元格层级问题 (5.0)
353
- - e785237b1: <br />
160
+
161
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`feab0390b`](https://github.com/XiaoMi/hiui/commit/feab0390b5758c855b8036013e976ecd510e7e46) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): add styles and classNames api (5.0)
162
+
163
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9a98a3330`](https://github.com/XiaoMi/hiui/commit/9a98a33305bba238fe944d29efbd1816199f4e98) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): 新增上传成功后显示成功 icon (5.0)
164
+
165
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9d855a6c5`](https://github.com/XiaoMi/hiui/commit/9d855a6c5c361dc860c85a5125f1608c2681bb5c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(Skeleton): New Component Skeleton 新增组件骨架屏 (5.0)
166
+
167
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`542076e55`](https://github.com/XiaoMi/hiui/commit/542076e5505965fbe73c48da1ccd0e6961c29e1c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popover): 暴露 update 方法,支持调用刷新校准弹窗位置 (5.0)
168
+
169
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d7b42d456`](https://github.com/XiaoMi/hiui/commit/d7b42d4562fd5d8c5a4a4fd5cddfd3725bdafcf2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(dropdown): update onClick callback to include item data (5.0)
170
+
171
+ - [#3520](https://github.com/XiaoMi/hiui/pull/3520) [`bf1174ed8`](https://github.com/XiaoMi/hiui/commit/bf1174ed8216582d18698be819417f86f826eefb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): 每次打开选择面板时自动定位到已选节点位置 (5.0)
172
+
173
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9f4268ee3`](https://github.com/XiaoMi/hiui/commit/9f4268ee39924f8d8c6c4ebe0b64f019cf224064) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): TableColumnItem 支持泛型 (5.0)
174
+
175
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`c38e6e4bf`](https://github.com/XiaoMi/hiui/commit/c38e6e4bf7ba0c626a2cb9ada4a0d34ac7c3714e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(menu): GroupMenu 组件增加 titleRender 参数 (5.0)
176
+
177
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d51de8acc`](https://github.com/XiaoMi/hiui/commit/d51de8acc30360cdd2d23bf5d61c55f3e9239d0f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add stretchHeight api (5.0)
178
+
179
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`a5937df94`](https://github.com/XiaoMi/hiui/commit/a5937df9464d0243b23f52fc09e9724489543018) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(menu): add showTitleOnMini api (5.0)
180
+
181
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 输入框和选择器组件增加 borderless 形态 (5.0)
182
+
183
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f2be367e9`](https://github.com/XiaoMi/hiui/commit/f2be367e959d42506953fe9d57cf677ccb79305e) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popper): 增加 PopperOverlayProps 的新事件处理属性 onEnter, onEntered, onExit (5.0)
184
+
185
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1972fd16a`](https://github.com/XiaoMi/hiui/commit/1972fd16ae1971690412192bce03d6860af8efdd) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker&popper): 增加 styles classNames 属性以支持自定义样式 & Picker 增加 gutterGap api (5.0)
186
+
187
+ - [#3502](https://github.com/XiaoMi/hiui/pull/3502) [`59cef699f`](https://github.com/XiaoMi/hiui/commit/59cef699f96f56d4f68fae7f9dadb960c487b5de) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件语义化样式改造,增加 styles classNames 属性 (5.0)
188
+
189
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cb7b794d0`](https://github.com/XiaoMi/hiui/commit/cb7b794d07d56c74f7972f05440632335631b9e0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): 增加 creatableInSearch、createTitle 参数,支持在搜索无结果时可创建选项 (5.0)
190
+
191
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`dd60555d3`](https://github.com/XiaoMi/hiui/commit/dd60555d3b3fcb1fe6e07530ef428f6fdde150bf) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(pagination): 优化 pagination 组件,加入 padding 和自定义 total 总数展示样式(5.0
192
+
193
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`bfc1cb7c8`](https://github.com/XiaoMi/hiui/commit/bfc1cb7c807ebc2be0c80f8f2e9d1ec08d357f12) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(menu): 增加变更记录文件 (5.0)
194
+
195
+ ### Patch Changes
196
+
197
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218) Thanks [@zyprepare](https://github.com/zyprepare)! - styles: 修改样式问题 (5.0)
198
+
199
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`20aac2a2f`](https://github.com/XiaoMi/hiui/commit/20aac2a2f8274a77313e3f5f864ac93c294078af) Thanks [@zyprepare](https://github.com/zyprepare)! - style(radio): 新版样式调整 (5.0)
200
+
201
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 统一调整组件 shadow (5.0)
202
+
203
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4390a8518`](https://github.com/XiaoMi/hiui/commit/4390a8518cc2687ed767655fadeb474c8c5c4e11) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag): 修复添加保存时抖动问题 (5.0)
204
+
205
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`03f04676b`](https://github.com/XiaoMi/hiui/commit/03f04676b40fc4a947985c9dc890b1fca4ac32aa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(textarea): 修复更新 maxRows 无效的问题 (5.0)
206
+
207
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0f7aac2f3`](https://github.com/XiaoMi/hiui/commit/0f7aac2f3385fc562814a9068338ecf527299842) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(loading): rename wrapper class to content-wrapper and adjust styles for better layout (5.0)
208
+
209
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`54e254b54`](https://github.com/XiaoMi/hiui/commit/54e254b5447171957055a0539ae52bf5534c712e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(breadcrumb): 修复 separator 设置无效问题 (5.0)
210
+
211
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1e226cd66`](https://github.com/XiaoMi/hiui/commit/1e226cd66413cea8eb1e63b1cb83c1bfbf5f0a41) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 修改 react-compat 依赖管理方式 & 更新 react-transition-group 依赖 (5.0)
212
+
213
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cce71cdfa`](https://github.com/XiaoMi/hiui/commit/cce71cdfaded860c0420be6d3de2a3534cfdb9bd) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tag-input): 调整 total 的内边距和最小宽度 (5.0)
214
+
215
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`231ac15f1`](https://github.com/XiaoMi/hiui/commit/231ac15f11641e3277e6e100128cc11b3e4c0c1f) Thanks [@zyprepare](https://github.com/zyprepare)! - style(slider): 新版样式调整 (5.0)
216
+
217
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6167ad50b`](https://github.com/XiaoMi/hiui/commit/6167ad50bf20f68ca424eb585083c827ad118013) Thanks [@zyprepare](https://github.com/zyprepare)! - refactor(empty-state): deprecate COLOURFUL components (5.0)
218
+
219
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 将代码中 v4 改为 v5 (5.0)
220
+
221
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b8d3e7a73`](https://github.com/XiaoMi/hiui/commit/b8d3e7a7382490b2345854db11a22ef3474546da) Thanks [@zyprepare](https://github.com/zyprepare)! - style(number-input): NumberInput 组件新版样式 (5.0)
222
+
223
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9f5d129f6`](https://github.com/XiaoMi/hiui/commit/9f5d129f672ceac8b6fb25ad9b8cda03021a1967) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 加强 valueAdapter 逻辑处理,当值是数组并且是范围类型时,再做转换 (5.0)
224
+
225
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`693bf9b46`](https://github.com/XiaoMi/hiui/commit/693bf9b4686a32925f4ea146b1c776d3c7c9da23) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 优化 contained 模式下的点击事件交互&范围选择的交互优化 (5.0)
226
+
227
+ - [#3493](https://github.com/XiaoMi/hiui/pull/3493) [`8dc3817cf`](https://github.com/XiaoMi/hiui/commit/8dc3817cf0f833cfacedf2de0f33369395f56fb4) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): footerRender 中的 onPick 参数支持 Date 类型 (5.0)
228
+
229
+ - [#3478](https://github.com/XiaoMi/hiui/pull/3478) [`e5964c571`](https://github.com/XiaoMi/hiui/commit/e5964c571ee25c02ca0630fce0af6c0a5efb71bb) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 修复虚拟表格中多选列没有居中问题 (5.0)
230
+
231
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d2cdb2537`](https://github.com/XiaoMi/hiui/commit/d2cdb25371397d644041a3624643678e9588a312) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复在 stretchHeight 模式下,冻结列表头和单元格层级问题 (5.0)
232
+
233
+ - [#3501](https://github.com/XiaoMi/hiui/pull/3501) [`53bfdf88b`](https://github.com/XiaoMi/hiui/commit/53bfdf88b61a14c4b22bf1d20f4d59b321ff8a0f) Thanks [@lanzhi-lee](https://github.com/lanzhi-lee)! - 处理不同尺寸卡片嵌套时的样式异常
234
+
235
+ - [#3495](https://github.com/XiaoMi/hiui/pull/3495) [`dad50a380`](https://github.com/XiaoMi/hiui/commit/dad50a38017b0cc860f7e9bf1f4841c5bb1b6ecd) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 修改斑马纹颜色为 bgColor token (5.0)
236
+
237
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e785237b1`](https://github.com/XiaoMi/hiui/commit/e785237b13e6bc9e3780274960a128085c1af07d) Thanks [@zyprepare](https://github.com/zyprepare)! - <br />
238
+
354
239
  - perf(layout): 优化导航菜单交互体验 (5.0)
355
240
  - perf(menu): 优化搜索菜单组件的样式和交互逻辑 & 修改分组菜单样式问题 (5.0)
356
- - 619e031ab: style(table): update hover and striped row background colors for improved visibility (5.0)
357
- - 76cfe571b: style(table): 修复虚拟表格下 align 设置无效问题 (5.0)
358
- - cf89262c7: style(picker): 移除 picker 组件中的 \_\_text 样式定义 (5.0)
359
- - dd83a83bc: fix(form): 修复 FormList 字段变化时没有触发 onValuesChange 回调的问题 (5.0)
360
- - d64eaca73: fix(date-picker): 修复 onSelect 回调没有处理 utcOffset 的问题 (5.0)
361
- - 8c0ee78f0: perf: 优化全局 size 配置,对于组件中没有的 size 值,取最接近的尺寸展示 (5.0)
362
- - 3a20f5556: style(descriptions): 更新描述组件样式,调整标签颜色为灰色 600,并增加行高设置 (5.0)
363
- - 68dccedb1: fix(check-cascader): 修复非平铺展示搜索结果时显示出层级问题 (5.0)
364
- - 9b34d99bc: fix: 修复 5.0 UI 问题 (5.0)
365
- - 1dbc23ca5: feat(check-cascader): 增加全选功能
366
- - c73e96874: fix(tag): editable 为 true 时才能触发双击事件 (5.0)
367
- - 9a98a3330: <br>
241
+
242
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`619e031ab`](https://github.com/XiaoMi/hiui/commit/619e031abd3b99b0ffdb06c5c6c20c18d4d2797f) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): update hover and striped row background colors for improved visibility (5.0)
243
+
244
+ - [#3512](https://github.com/XiaoMi/hiui/pull/3512) [`66bc9c3e2`](https://github.com/XiaoMi/hiui/commit/66bc9c3e24b2c8d20875a07c5305fb37f10ac5ac) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(ellipsis-tooltip): 修改为鼠标 hover 时再计算是否展示 Tooltip 以提升性能 (5.0)
245
+
246
+ - [#3479](https://github.com/XiaoMi/hiui/pull/3479) [`76cfe571b`](https://github.com/XiaoMi/hiui/commit/76cfe571bc90cacd5102d5aac8be1da52162e21b) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 修复虚拟表格下 align 设置无效问题 (5.0)
247
+
248
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9218c3b18`](https://github.com/XiaoMi/hiui/commit/9218c3b185893cfc7ec1390f3eea895f2fb834d2) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(modal): confirm 方法中的 onConfirm reject 时不关闭弹窗 (5.0)
249
+
250
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cf89262c7`](https://github.com/XiaoMi/hiui/commit/cf89262c72b03fa0a00c154164b68482c3a8ac98) Thanks [@zyprepare](https://github.com/zyprepare)! - style(picker): 移除 picker 组件中的 \_\_text 样式定义 (5.0)
251
+
252
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`dd83a83bc`](https://github.com/XiaoMi/hiui/commit/dd83a83bc60904342412a88af56ec904c972a965) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复 FormList 字段变化时没有触发 onValuesChange 回调的问题 (5.0)
253
+
254
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d64eaca73`](https://github.com/XiaoMi/hiui/commit/d64eaca73b0a51c3f0d839a79da4958c7aad8731) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复 onSelect 回调没有处理 utcOffset 的问题 (5.0)
255
+
256
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8c0ee78f0`](https://github.com/XiaoMi/hiui/commit/8c0ee78f013dcd9ced94cef13a69933e039621aa) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化全局 size 配置,对于组件中没有的 size 值,取最接近的尺寸展示 (5.0)
257
+
258
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3a20f5556`](https://github.com/XiaoMi/hiui/commit/3a20f55566d85b85270ffb3b7e63231a80d70b4f) Thanks [@zyprepare](https://github.com/zyprepare)! - style(descriptions): 更新描述组件样式,调整标签颜色为灰色 600,并增加行高设置 (5.0)
259
+
260
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`68dccedb1`](https://github.com/XiaoMi/hiui/commit/68dccedb1715570504338abc8a1554b1517a7ba9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复非平铺展示搜索结果时显示出层级问题 (5.0)
261
+
262
+ - [#3527](https://github.com/XiaoMi/hiui/pull/3527) [`1afb72ae0`](https://github.com/XiaoMi/hiui/commit/1afb72ae01eb615d42e85da1775644cb60060452) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(popover): 修复设置 visible 后,关闭时没有触发 onClose 问题 (5.0)
263
+
264
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 5.0 UI 问题 (5.0)
265
+
266
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1dbc23ca5`](https://github.com/XiaoMi/hiui/commit/1dbc23ca5eaa29f1a695f5c560d49befd5672d0f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-cascader): 增加全选功能
267
+
268
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`c73e96874`](https://github.com/XiaoMi/hiui/commit/c73e96874564d3a3b07bceb7fba8ede94533c617) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag): editable 为 true 时才能触发双击事件 (5.0)
269
+
270
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9a98a3330`](https://github.com/XiaoMi/hiui/commit/9a98a33305bba238fe944d29efbd1816199f4e98) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
271
+
368
272
  - feat(upload): 新版样式 (5.0)
369
273
  - feat(upload): 增加 size 参数 (5.0)
370
274
  - feat(upload): 上传按钮改为线性 (5.0)
371
275
  - feat(upload): 照片墙上传按钮支持配置文案 (5.0)
372
- - f4fc0ef30: style: 修改样式问题 (5.0)
373
- - c021539a3: style: fix ui bug (5.0)
374
- - cb9d8f6db: fix(tag-input): 修复 contained 模式下 displayRender 设置无效问题 (5.0)
375
- - b28c4f745: fix(date-picker): 修复在 showTime 模式下,选择时间后没有触发 onSelect 回调的问题 (5.0)
376
- - 44deb7265: style(preview): 新版样式调整 (5.0)
377
- - ea9d00628: fix(table): 修复表头分组数据为空时表头显示异常问题,当 data 为空时,使用双表格 (5.0)
378
- - ec4c7faa2: fix(input): 使用 cx 函数优化样式类名的拼接 (5.0)
379
- - 29cae09ea: style: 修改 appearance unset borderless 模式的样式 (5.0)
380
- - 4c767623f: fix(layout&page-header): add types export to package.json for layout and page-header
381
- - be5a59325: style: 修改样式问题 (5.0)
382
- - fc7f381ff: perf(table): add cell class prefix to TbodyContent and adjust useColWidth debounce timing (5.0)
383
- - 71fc15e5c: style: 修改样式问题 (5.0)
384
- - b6a389ac1: perf(table): 优化表格列宽更新逻辑,当内容宽度没有超出时再更新列宽 (5.0)
385
- - 79ea480f3: feat(global-context): 增加 size api 全局配置 (5.0)
386
- - e2b5c3628: chore(modal): ModalApiProps 暴露更多 Modal 组件参数 (5.0)
387
- - 1f20567ca: fix(date-picker): 修复周选择模式下 2026 年第一周显示为 2025-W53 问题 (5.0)
388
- - e2f69cb62: refactor(table): stretchHeight 模式不再使用双表格结构,使用 sticky 实现 (5.0)
389
- - fa5a60b56: <br>
276
+
277
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cb9d8f6db`](https://github.com/XiaoMi/hiui/commit/cb9d8f6db18ef3322502ae2da93c8266aa3114d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): 修复 contained 模式下 displayRender 设置无效问题 (5.0)
278
+
279
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ebd1a6e7a`](https://github.com/XiaoMi/hiui/commit/ebd1a6e7a7bf8483f42e34d08c271bb9111dc97a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 stretchHeight 模式下冻结列阴影样式问题 (5.0)
280
+
281
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b28c4f745`](https://github.com/XiaoMi/hiui/commit/b28c4f745958d49f53d81f23273f3d5ce1aa60e7) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复在 showTime 模式下,选择时间后没有触发 onSelect 回调的问题 (5.0)
282
+
283
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`44deb7265`](https://github.com/XiaoMi/hiui/commit/44deb726584f4d5b6cd62ae39da4c7fc9e9d613f) Thanks [@zyprepare](https://github.com/zyprepare)! - style(preview): 新版样式调整 (5.0)
284
+
285
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ea9d00628`](https://github.com/XiaoMi/hiui/commit/ea9d006282b866a32d3342de6b214cf5df2aa90c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组数据为空时表头显示异常问题,当 data 为空时,使用双表格 (5.0)
286
+
287
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ec4c7faa2`](https://github.com/XiaoMi/hiui/commit/ec4c7faa29cb7812664d866260c7a59dc76cb983) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 使用 cx 函数优化样式类名的拼接 (5.0)
288
+
289
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`29cae09ea`](https://github.com/XiaoMi/hiui/commit/29cae09ea3d7a61781c3c4a9f51355a83229bd97) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修改 appearance unset 和 borderless 模式的样式 (5.0)
290
+
291
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4c767623f`](https://github.com/XiaoMi/hiui/commit/4c767623f8498c539d0cdaf9057dfade2d93352a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(layout&page-header): add types export to package.json for layout and page-header
292
+
293
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`fc7f381ff`](https://github.com/XiaoMi/hiui/commit/fc7f381ff2b45ff1e361979019278b4f97fad1a7) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(table): add cell class prefix to TbodyContent and adjust useColWidth debounce timing (5.0)
294
+
295
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b6a389ac1`](https://github.com/XiaoMi/hiui/commit/b6a389ac1321d03f28bdd19ffd0ce8b1a0970856) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(table): 优化表格列宽更新逻辑,当内容宽度没有超出时再更新列宽 (5.0)
296
+
297
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(global-context): 增加 size api 全局配置 (5.0)
298
+
299
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e2b5c3628`](https://github.com/XiaoMi/hiui/commit/e2b5c362825e41b76488d6d697ccc4fa0e54d043) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(modal): ModalApiProps 暴露更多 Modal 组件参数 (5.0)
300
+
301
+ - [#3483](https://github.com/XiaoMi/hiui/pull/3483) [`1f20567ca`](https://github.com/XiaoMi/hiui/commit/1f20567ca56d6fa2ccefa38a9a7d40337dcf0bcd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复周选择模式下 2026 年第一周显示为 2025-W53 问题 (5.0)
302
+
303
+ - [#3492](https://github.com/XiaoMi/hiui/pull/3492) [`18a876ca6`](https://github.com/XiaoMi/hiui/commit/18a876ca61f3a10eb444c5dd6a3af38a8b30300b) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 扩大排序按钮点击区域 (5.0)
304
+
305
+ - [#3510](https://github.com/XiaoMi/hiui/pull/3510) [`62b72c03a`](https://github.com/XiaoMi/hiui/commit/62b72c03ad18347e445cd46f5eb2d41a6467aafd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(carousel): 修复设置 defaultActive 后图片显示异常问题 (5.0)
306
+
307
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e2f69cb62`](https://github.com/XiaoMi/hiui/commit/e2f69cb629cef9bbcfbd738df530059226a522fb) Thanks [@zyprepare](https://github.com/zyprepare)! - refactor(table): stretchHeight 模式不再使用双表格结构,使用 sticky 实现 (5.0)
308
+
309
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`fa5a60b56`](https://github.com/XiaoMi/hiui/commit/fa5a60b5627c18128f949387b3a21dec0734c424) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
310
+
390
311
  - fix(ellipsis-tooltip): 修复设置 numberOfLines 无效问题 & 兼容 children 为空情况 (5.0)
391
312
  - feat(ellipsis-tooltip): 增强 children 处理逻辑,支持 ReactNode 类型并优化 tooltip 显示 (5.0)
392
- - 2b6cfd655: style: fix ui bug (5.0)
393
- - 7eb0d3aaf: style(switch): Switch 组件新版样式 (5.0)
394
- - 2e56529f7: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
395
- - eb718e940: fix: 修改组件问题 (5.0)
396
- - 4e0ed3a31: <br>
313
+
314
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`7eb0d3aaf`](https://github.com/XiaoMi/hiui/commit/7eb0d3aaf62cf8594fd8202000be25fdeee491c6) Thanks [@zyprepare](https://github.com/zyprepare)! - style(switch): Switch 组件新版样式 (5.0)
315
+
316
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac) Thanks [@zyprepare](https://github.com/zyprepare)! - styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
317
+
318
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`eb718e940`](https://github.com/XiaoMi/hiui/commit/eb718e940a0cabc6914d1242e6ca4a21431a628a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改组件问题 (5.0)
319
+
320
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4e0ed3a31`](https://github.com/XiaoMi/hiui/commit/4e0ed3a310b29cfc0bde1a3103189129cc4e59d7) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
321
+
397
322
  - fix(checkbox): 修改边框大小为 6px (5.0)
398
323
  - fix(checkbox): 去掉 focus 时的阴影样式 (5.0)
399
- - e28c72493: style(date-picker): 增加日期选择器输入框的溢出处理和文本省略样式 (5.0)
400
- - 3b989bb78: fix(time-picker): update notifyOutside callback to handle single value case (5.0)
401
- - 150e813bf: fix(table): 优化 useColSorter 钩子,移除不必要的 columnsLatestRef 引用,直接使用 columns 进行排序计算 (5.0)
402
- - 95abba983: fix: 修改 UI 问题 (5.0)
403
- - 4a31cea53: style: 下拉框间距改为 4px (5.0)
404
- - 67c80bdd5: style(alert): 新版样式调整 (5.0)
405
- - 961aaf5ab: style(badge): 调整新版样式 (5.0)
406
- - 8a14ae85f: style(rating): 更新星星和表情图标的 SVG 设计 (5.0)
407
- - 539749951: <br>
324
+
325
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e28c72493`](https://github.com/XiaoMi/hiui/commit/e28c724933ebf10b92395df84a1dc6b6308f1b78) Thanks [@zyprepare](https://github.com/zyprepare)! - style(date-picker): 增加日期选择器输入框的溢出处理和文本省略样式 (5.0)
326
+
327
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3b989bb78`](https://github.com/XiaoMi/hiui/commit/3b989bb7850885f57f9ea45f2e022c4d53f623dd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): update notifyOutside callback to handle single value case (5.0)
328
+
329
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`150e813bf`](https://github.com/XiaoMi/hiui/commit/150e813bfe57ca64cc2efcbbdd6122a9d69f654c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 优化 useColSorter 钩子,移除不必要的 columnsLatestRef 引用,直接使用 columns 进行排序计算 (5.0)
330
+
331
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`95abba983`](https://github.com/XiaoMi/hiui/commit/95abba98391a31c3cd79704fa0a63f64f437601f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改 UI 问题 (5.0)
332
+
333
+ - [#3489](https://github.com/XiaoMi/hiui/pull/3489) [`8f23e9322`](https://github.com/XiaoMi/hiui/commit/8f23e9322e8aa117608d42898cce1f9d74414629) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
334
+
335
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 下拉框间距改为 4px (5.0)
336
+
337
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`67c80bdd5`](https://github.com/XiaoMi/hiui/commit/67c80bdd5116923c148c8d9bc01784f79ae60d42) Thanks [@zyprepare](https://github.com/zyprepare)! - style(alert): 新版样式调整 (5.0)
338
+
339
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`961aaf5ab`](https://github.com/XiaoMi/hiui/commit/961aaf5ab2fdd552553a6b8cfb6b649f5e0c527f) Thanks [@zyprepare](https://github.com/zyprepare)! - style(badge): 调整新版样式 (5.0)
340
+
341
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8a14ae85f`](https://github.com/XiaoMi/hiui/commit/8a14ae85fe9af973737ef585dd84da582b35a167) Thanks [@zyprepare](https://github.com/zyprepare)! - style(rating): 更新星星和表情图标的 SVG 设计 (5.0)
342
+
343
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`539749951`](https://github.com/XiaoMi/hiui/commit/53974995177f7cf813a4208b05fb6e1b43201f48) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
344
+
408
345
  - fix(form): 错误提示字号改为 12px (5.0)
409
346
  - fix(form): 必填星号调整为显示在右侧 (5.0)
410
347
  - fix(form): 标题和控件间距改为 6px (5.0)
411
348
  - fix(form): 包裹控件容器设置最小高度 32px (5.0)
412
349
  - fix(form): 默认不显示标题冒号 (5.0)
413
- - 1429eced2: style(button): 为按钮组件的图标添加行高设置 (5.0)
414
- - 9b34d99bc: style(tooltip): 去掉背景色透明度 (5.0)
415
- - f3bf08f27: fix(cascader): 平铺搜索结果时不再展示不可点击的父节点 (5.0)
416
- - c2e765ada: style(layout): 修改 Sider 收起时宽度为 60px & 增加 width 参数 (5.0)
417
- - ecca3edc4: style(pop-confirm): 新版样式修改 (5.0)
418
- - 98df634ac: fix(tree): 修复在可勾选模式下搜索结果中父节点勾选状态不正确的问题,更新相关数据处理逻辑 (5.0)
419
- - ac15c6141: <br />
350
+
351
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1429eced2`](https://github.com/XiaoMi/hiui/commit/1429eced2c79d22b6973229af3860b5dc48ad4a9) Thanks [@zyprepare](https://github.com/zyprepare)! - style(button): 为按钮组件的图标添加行高设置 (5.0)
352
+
353
+ - [#3504](https://github.com/XiaoMi/hiui/pull/3504) [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修复 UI/样式问题 (5.0)
354
+
355
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tooltip): 去掉背景色透明度 (5.0)
356
+
357
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f3bf08f27`](https://github.com/XiaoMi/hiui/commit/f3bf08f27017409b53782a9cbd5d4bc6d460aa5e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(cascader): 平铺搜索结果时不再展示不可点击的父节点 (5.0)
358
+
359
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`c2e765ada`](https://github.com/XiaoMi/hiui/commit/c2e765ada8cd0b283f213a2324c5a81725ea08bf) Thanks [@zyprepare](https://github.com/zyprepare)! - style(layout): 修改 Sider 收起时宽度为 60px & 增加 width 参数 (5.0)
360
+
361
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ecca3edc4`](https://github.com/XiaoMi/hiui/commit/ecca3edc449ce0adaed1df68ab65cb09242b5755) Thanks [@zyprepare](https://github.com/zyprepare)! - style(pop-confirm): 新版样式修改 (5.0)
362
+
363
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`98df634ac`](https://github.com/XiaoMi/hiui/commit/98df634acab1aff9c782ac940c38562eadbe9b0d) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复在可勾选模式下搜索结果中父节点勾选状态不正确的问题,更新相关数据处理逻辑 (5.0)
364
+
365
+ - [#3522](https://github.com/XiaoMi/hiui/pull/3522) [`96aeb5a9a`](https://github.com/XiaoMi/hiui/commit/96aeb5a9adbf86badc9284d486a02c1ac40fc065) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): fix sorter ui bug (5.0)
366
+
367
+ - [#3505](https://github.com/XiaoMi/hiui/pull/3505) [`25f3cb496`](https://github.com/XiaoMi/hiui/commit/25f3cb49643e53aab440993974aa9e9de96ccaa3) Thanks [@lanzhi-lee](https://github.com/lanzhi-lee)! - Modal 新增 useModal 函数,用以解决静态 api 调用时,内容元素无法获取上下文的问题
368
+
369
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ac15c6141`](https://github.com/XiaoMi/hiui/commit/ac15c6141f9ddb9dbe9de1e16b48f61d5ca77768) Thanks [@zyprepare](https://github.com/zyprepare)! - <br />
370
+
420
371
  - fix(table): 修改表格在外层是 scale 时导致列宽计算有误的问题 (5.0)
421
372
  - fix(loading): 修改 loading size 类型,移除 xs 尺寸 (5.0)
422
- - 43881b626: style(breadcrumb): 新版样式调整 (5.0)
423
- - 52d25f630: perf(layout&menu): 优化 FloatMenuContainer 组件的折叠逻辑 & 修改 SideMenu 组件 hover 样式 (5.0)
424
- - 223bd1397: fix(tree): onSelect 第二个参数固定返回当前操作的节点对象 (5.0)
425
- - d021b4fa6: feat: add onOpen callback trigger on visibility change (5.0)
426
- - 6f4b13151: perf(popover): 优化通过方法调用组件时的渲染和打开方式 (5.0)
427
- - 99155ed2b: perf(date-picker): 优化跨月范围选择交互体验,选择跨月日期时,自动切换面板月份 (5.0)
428
- - de8d058dc: perf: 对下拉选择类组件的 customRender 的内容增加 memoization 以优化性能 (5.0)
429
- - 5210770d9: feat(picker): add header api (5.0)
430
- - a5327c316: style(date-picker, time-picker): 修改禁用时的样式 (5.0)
431
- - e2d184e74: style: 修改 UI 问题 (5.0)
432
- - 1b824c9ad: style(menu): 优化 GroupMenu 组件的样式和交互逻辑 (5.0)
433
- - c74ed73f3: fix(time-picker): 修改 notifyOutside 回调逻辑,修复清空要点击 2 次才生效问题 (5.0)
434
- - 4aef40b75: style(stepper): Stepper 组件新版样式 (5.0)
435
- - 9b34d99bc: style(message): 增加边框 (5.0)
436
- - 3ff6c519b: style(color-css): 更新颜色 Token (5.0)
437
- - 55e0301a1: style(card): 新版样式调整 (5.0)
438
- - 424700fc5: style(cascader&check-cascader): 调整下拉框样式,增加搜索框宽度设置 (5.0)
439
- - 934e1aecf: style: 修改样式问题 (5.0)
440
- - 6ac7e8eb2: chore(table): export SettingDrawer types (5.0)
441
- - ded9bb6d6: <br>
373
+
374
+ - [#3525](https://github.com/XiaoMi/hiui/pull/3525) [`ebee14cb8`](https://github.com/XiaoMi/hiui/commit/ebee14cb83f3e1a805471f662f6b5cd996c6eb08) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(textarea): 修复设置 minRows 无效问题 (5.0)
375
+
376
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`43881b626`](https://github.com/XiaoMi/hiui/commit/43881b626240160d2b428b1d1dea6bcec6b737ff) Thanks [@zyprepare](https://github.com/zyprepare)! - style(breadcrumb): 新版样式调整 (5.0)
377
+
378
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`52d25f630`](https://github.com/XiaoMi/hiui/commit/52d25f630b88f89270f94161e79d5c274b97338c) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(layout&menu): 优化 FloatMenuContainer 组件的折叠逻辑 & 修改 SideMenu 组件 hover 样式 (5.0)
379
+
380
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`223bd1397`](https://github.com/XiaoMi/hiui/commit/223bd13973a6090354c7b6e4901ebe53ddf09403) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): onSelect 第二个参数固定返回当前操作的节点对象 (5.0)
381
+
382
+ - [#3511](https://github.com/XiaoMi/hiui/pull/3511) [`45f59fb86`](https://github.com/XiaoMi/hiui/commit/45f59fb867019ad22b86e4056ba2cd71922fe0d7) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(popover): onOpen 方法包裹 useLatestCallback,防止频繁触发 (5.0)
383
+
384
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d021b4fa6`](https://github.com/XiaoMi/hiui/commit/d021b4fa6440faa7a09140c2c35dda10d51a35b3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add onOpen callback trigger on visibility change (5.0)
385
+
386
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6f4b13151`](https://github.com/XiaoMi/hiui/commit/6f4b13151e5fb7155fca101ba9c8065afcbfeef7) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(popover): 优化通过方法调用组件时的渲染和打开方式 (5.0)
387
+
388
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`99155ed2b`](https://github.com/XiaoMi/hiui/commit/99155ed2be8cea24afe1f0eeee53d657143cf898) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 优化跨月范围选择交互体验,选择跨月日期时,自动切换面板月份 (5.0)
389
+
390
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`de8d058dc`](https://github.com/XiaoMi/hiui/commit/de8d058dc8b8fcd3acd6792ba71eac47475496ed) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 对下拉选择类组件的 customRender 的内容增加 memoization 以优化性能 (5.0)
391
+
392
+ - [#3497](https://github.com/XiaoMi/hiui/pull/3497) [`900c6c2f0`](https://github.com/XiaoMi/hiui/commit/900c6c2f0b397bb2a6c2a5b2cc0c0f83442813ec) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 统一修改表单类组件 filled 背景色为 g100 (5.0)
393
+
394
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5210770d9`](https://github.com/XiaoMi/hiui/commit/5210770d9d6bf9c83e84a28229f2007202d2d3b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): add header api (5.0)
395
+
396
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`a5327c316`](https://github.com/XiaoMi/hiui/commit/a5327c316d2e39dd4121b55dff30394a98b888ee) Thanks [@zyprepare](https://github.com/zyprepare)! - style(date-picker, time-picker): 修改禁用时的样式 (5.0)
397
+
398
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1b824c9ad`](https://github.com/XiaoMi/hiui/commit/1b824c9ad35890df3727a4b3ed91d18e7a9a8b62) Thanks [@zyprepare](https://github.com/zyprepare)! - style(menu): 优化 GroupMenu 组件的样式和交互逻辑 (5.0)
399
+
400
+ - [#3488](https://github.com/XiaoMi/hiui/pull/3488) [`ec6005193`](https://github.com/XiaoMi/hiui/commit/ec6005193681b77d6ffc3c7ece4a2a1f8a8aa05e) Thanks [@zyprepare](https://github.com/zyprepare)! - style(layout,menu): 样式和示例调整 (5.0)
401
+
402
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`c74ed73f3`](https://github.com/XiaoMi/hiui/commit/c74ed73f374ce39180a8cb4626630a54919ae6e2) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 修改 notifyOutside 回调逻辑,修复清空要点击 2 次才生效问题 (5.0)
403
+
404
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4aef40b75`](https://github.com/XiaoMi/hiui/commit/4aef40b750cde3df5050b493aa6636c8b70d2a96) Thanks [@zyprepare](https://github.com/zyprepare)! - style(stepper): Stepper 组件新版样式 (5.0)
405
+
406
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - style(message): 增加边框 (5.0)
407
+
408
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3ff6c519b`](https://github.com/XiaoMi/hiui/commit/3ff6c519b4d0ceca5ad6f36f0b4434b57f4a8ef9) Thanks [@zyprepare](https://github.com/zyprepare)! - style(color-css): 更新颜色 Token (5.0)
409
+
410
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`55e0301a1`](https://github.com/XiaoMi/hiui/commit/55e0301a16f3f20abb2a86428b6b2bd314fe83cc) Thanks [@zyprepare](https://github.com/zyprepare)! - style(card): 新版样式调整 (5.0)
411
+
412
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`424700fc5`](https://github.com/XiaoMi/hiui/commit/424700fc51f0b23332faebeb7ebdb4979c1db0b7) Thanks [@zyprepare](https://github.com/zyprepare)! - style(cascader&check-cascader): 调整下拉框样式,增加搜索框宽度设置 (5.0)
413
+
414
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6ac7e8eb2`](https://github.com/XiaoMi/hiui/commit/6ac7e8eb2b37a768fb47148a63b72733e99199b7) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(table): export SettingDrawer types (5.0)
415
+
416
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ded9bb6d6`](https://github.com/XiaoMi/hiui/commit/ded9bb6d6a8dd9640bf5d93f75d2bef71bab205e) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
417
+
442
418
  - perf(table): 优化列宽更新逻辑,当 columns 长度和 dataKey、width 发生变化时,重新计算列宽 (5.0)
443
419
  - fix(table): 用于计算真实列宽的行节点,考虑单元格合并的场景 (5.0)
444
420
  - fix(table): 修复 stretchHeight 模式下高度变化时虚拟表格高度没有更新问题 (5.0)
445
- - 2f850ad84: fix(drawer): 样式修改 (5.0)
446
- - 3457a6f7d: style(drawer): 修改投影 (5.0)
447
- - 468837564: style(result): 新版样式 (5.0)
448
- - 0bcd0b514: style(collapse): 新版样式 (5.0)
449
- - 5d50840af: perf(textarea): 优化高度自适应交互体验,解决换行时抖动问题 (5.0)
450
- - 700b46802: <br />
421
+
422
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2f850ad84`](https://github.com/XiaoMi/hiui/commit/2f850ad8460685b7177f35a018490123ed16e501) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 样式修改 (5.0)
423
+
424
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3457a6f7d`](https://github.com/XiaoMi/hiui/commit/3457a6f7dae4830d74ced9c36cff82d51f06ac19) Thanks [@zyprepare](https://github.com/zyprepare)! - style(drawer): 修改投影 (5.0)
425
+
426
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`468837564`](https://github.com/XiaoMi/hiui/commit/468837564e789585c7d68d261e30d206a679b0f5) Thanks [@zyprepare](https://github.com/zyprepare)! - style(result): 新版样式 (5.0)
427
+
428
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0bcd0b514`](https://github.com/XiaoMi/hiui/commit/0bcd0b51451e18648bdcc7af64ebf28b00310f0a) Thanks [@zyprepare](https://github.com/zyprepare)! - style(collapse): 新版样式 (5.0)
429
+
430
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5d50840af`](https://github.com/XiaoMi/hiui/commit/5d50840aff899d0523de49a4adccb5955e35179a) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(textarea): 优化高度自适应交互体验,解决换行时抖动问题 (5.0)
431
+
432
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`700b46802`](https://github.com/XiaoMi/hiui/commit/700b4680280d6d4b9321b771deff43d3cf9437da) Thanks [@zyprepare](https://github.com/zyprepare)! - <br />
433
+
451
434
  - style(list): 新版样式 (5.0)
452
435
  - feat(list): 新增列表头部支持 (5.0)
453
436
  - style(list): 默认不显示边框 (5.0)
454
- - d2ccdc691: fix(preview): 兼容 src 内容为空的情况 & 优化预览图片的展示 (5.0)
455
- - 4006b2c8c: style(button): loading 改为使用 Spinner 组件 (5.0)
456
- - 0b9ea115d: style(dropdown): 增加下拉菜单的最大高度和垂直溢出处理 (5.0)
457
- - 4b2596538: <br>
437
+
438
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d2ccdc691`](https://github.com/XiaoMi/hiui/commit/d2ccdc691837ace4cf06cb30e8e75ade3d3c17fa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(preview): 兼容 src 内容为空的情况 & 优化预览图片的展示 (5.0)
439
+
440
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4006b2c8c`](https://github.com/XiaoMi/hiui/commit/4006b2c8cabba5ec553b69a17e4bf3fb53fe9180) Thanks [@zyprepare](https://github.com/zyprepare)! - style(button): loading 改为使用 Spinner 组件 (5.0)
441
+
442
+ - [#3494](https://github.com/XiaoMi/hiui/pull/3494) [`f8321b72f`](https://github.com/XiaoMi/hiui/commit/f8321b72fc4ee92be56976714fbeb177d13ce9ec) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 修复清空后无法选中 00:00:00 问题 & 设置默认宽度 100% (5.0)
443
+
444
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0b9ea115d`](https://github.com/XiaoMi/hiui/commit/0b9ea115d2812734d003fa6b05aaba1f2ed162aa) Thanks [@zyprepare](https://github.com/zyprepare)! - style(dropdown): 增加下拉菜单的最大高度和垂直溢出处理 (5.0)
445
+
446
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4b2596538`](https://github.com/XiaoMi/hiui/commit/4b25965386693fc1dc3768e77eb802f25990b2ad) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
447
+
458
448
  - style(cascader&check-cascader): 增加 white-space: nowrap; 样式以防止文本换行 (5.0)
459
449
  - style(cascader&check-cascader): 调整搜索框默认宽度为 100px (5.0)
460
450
  - feat(check-cascader): 增加 flattedSearchResult 属性,用于控制搜索结果的展现形式 (5.0)
461
451
  - fix(cascader): 修复当搜索结果为空时,下拉框没有显示空状态问题 (5.0)
462
- - 11b7699f6: <br>
452
+
453
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`11b7699f6`](https://github.com/XiaoMi/hiui/commit/11b7699f64be4a75b297615bc1e40bddb2ff9e05) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
454
+
463
455
  - fix(table): 标题去掉背景,头部加上边框 (5.0)
464
456
  - fix(table): 单元格间距调整 & 设置最小高度 (5.0)
465
457
  - fix(table): 不同尺寸修改 (5.0)
466
- - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
467
- - 0a8cc07a7: style: 修改样式 (5.0)
468
- - e7b64347e: style(tag-input): 增加 flex-wrap 属性以优化标签换行展示 (5.0)
469
- - 7f3abee55: style: fix ui bug (5.0)
470
- - 401c7e55e: style(upload): 处理文本超出的情况 (5.0)
471
- - 478b51050: fix(table): 修复标题过长时,列头宽度拉宽后无法缩小的问题 (5.0)
472
- - 0a4e90dbd: <br>
458
+
459
+ - [#3484](https://github.com/XiaoMi/hiui/pull/3484) [`3d84a04aa`](https://github.com/XiaoMi/hiui/commit/3d84a04aa8ad20dc9eef3cb69fe04b142b7e2272) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 stretchHeight+bordered 模式下数据为空时左右边框未显示问题 (5.0)
460
+
461
+ - [#3508](https://github.com/XiaoMi/hiui/pull/3508) [`ec647a5ee`](https://github.com/XiaoMi/hiui/commit/ec647a5eed37085e3214da263bf63f3dfd3bb8f2) Thanks [@lanzhi-lee](https://github.com/lanzhi-lee)! - Drawer 新增静态 Api 唤起支持
462
+
463
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193) Thanks [@zyprepare](https://github.com/zyprepare)! - build: package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
464
+
465
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e7b64347e`](https://github.com/XiaoMi/hiui/commit/e7b64347e578c3a674c63f30341d87d358a4cd7b) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tag-input): 增加 flex-wrap 属性以优化标签换行展示 (5.0)
466
+
467
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`401c7e55e`](https://github.com/XiaoMi/hiui/commit/401c7e55ef0b24e8db93484e3191a9bd4e9f1189) Thanks [@zyprepare](https://github.com/zyprepare)! - style(upload): 处理文本超出的情况 (5.0)
468
+
469
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`478b51050`](https://github.com/XiaoMi/hiui/commit/478b5105070ff3acc82d851c77ed9c315f31bfd3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复标题过长时,列头宽度拉宽后无法缩小的问题 (5.0)
470
+
471
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0a4e90dbd`](https://github.com/XiaoMi/hiui/commit/0a4e90dbd7398e69511e7505b1fd6093eca48cee) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
472
+
473
473
  - style(tag-input): 间距调整 (5.0)
474
474
  - style(select): 选择类组件选项圆角改为 4px (5.0)
475
475
  - style(picker): 搜索框样式调整 (5.0)
476
- - b01ae679c: fix(date-picker): 修复 weekOffset 设置不为 0 的值时会选中 2 周的问题 (5.0)
477
- - 872761f65: style(layout): 在折叠状态下为 FloatMenuContainer 组件添加 z-index 属性 (5.0)
478
- - 5cf3f8930: fix(preview): 修复滚轮缩放缺乏边界&外部滚动锁定问题 (5.0)
479
- - a0f0c9d6b: style: 修改 UI 问题 (5.0)
480
- - 79739ed82: <br>
476
+
477
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b01ae679c`](https://github.com/XiaoMi/hiui/commit/b01ae679c5e696006ab4bc2d6063551ed3d2e072) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复 weekOffset 设置不为 0 的值时会选中 2 周的问题 (5.0)
478
+
479
+ - [#3486](https://github.com/XiaoMi/hiui/pull/3486) [`fe579e212`](https://github.com/XiaoMi/hiui/commit/fe579e2125005f534283e48a2deec004006321b1) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tree): update class names for tree node elements in SCSS (5.0)
480
+
481
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5cf3f8930`](https://github.com/XiaoMi/hiui/commit/5cf3f893023fa13c8a1a46cfc2df7cbaf8149755) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(preview): 修复滚轮缩放缺乏边界&外部滚动锁定问题 (5.0)
482
+
483
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`79739ed82`](https://github.com/XiaoMi/hiui/commit/79739ed82a9e28a39bf5af7c8e7e47f03afa7e82) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
484
+
481
485
  - fix(cascader): 处理当 value 为空时清空选项的选中态(5.0)
482
486
  - style(cascader&check-cascader): 调整选项容器最小宽度为 160px (5.0)
483
487
  - style(cascader&check-cascader): 优化下拉框宽度,让内容和搜索框默认宽度对齐 (5.0)
484
488
  - perf(cascader&check-cascader): 优化 customRender 函数,支持传递选中项和当前值 (5.0)
485
- - 3f24a97c3: chore(dropdown): 点击选项时阻止 click 事件冒泡 (5.0)
486
- - 4a31cea53: style: 统一调整选择类组件 hover 时的背景色 (5.0)
487
- - e3a854122: refactor(table): 调整列宽计算逻辑,兼容表头分组和单元格合并场景 (5.0)
488
- - 3e31bb724: fix(modal): 样式修改 (5.0)
489
- - 0f4794deb: fix(ellipsis-tooltip): 兼容 number 类型展示 (5.0)
490
- - b12cd78a3: fix(form): 修复当 initialValues {} 时无法正常重置表单问题 (#3475)
491
- - 72f5dada0: style(layout): Sider 组件默认宽度改为 180px (5.0)
492
- - b7a2d0d11: fix(date-picker): 修复 weekOffset 设置为 3、4、5、6 时显示 2 周选中的问题 (5.0)
493
- - 99801c2d1: fix: 修复 UI 问题 (5.0)
494
- - 86910f5e2: style: 修改 UI (5.0)
495
- - 9b34d99bc: chore(textarea): 设置最小高度 32px (5.0)
496
- - f9c4afd14: style(empty-state): 新版图标替换 & 修改彩色图标命名 (5.0)
497
- - d7b42d456: style(anchor): add overflow hidden and adjust ink positioning for improved layout (5.0)
498
- - 1c2b3c1a7: fix: 修改 Space Result 组件 size 类型 (5.0)
499
- - Updated dependencies [bd8454f85]
500
- - Updated dependencies [2f5e5ce4d]
501
- - Updated dependencies [0b34e1c15]
502
- - Updated dependencies [20aac2a2f]
503
- - Updated dependencies [6fb223e3a]
504
- - Updated dependencies [4a31cea53]
505
- - Updated dependencies [2c1694f56]
506
- - Updated dependencies [4390a8518]
507
- - Updated dependencies [03f04676b]
508
- - Updated dependencies [8c47b7ae0]
509
- - Updated dependencies [da2e63a14]
510
- - Updated dependencies [7929cd254]
511
- - Updated dependencies [0f7aac2f3]
512
- - Updated dependencies [54e254b54]
513
- - Updated dependencies [1e226cd66]
514
- - Updated dependencies [cce71cdfa]
515
- - Updated dependencies [231ac15f1]
516
- - Updated dependencies [eea29eade]
517
- - Updated dependencies [b9989e482]
518
- - Updated dependencies [6167ad50b]
519
- - Updated dependencies [9b34d99bc]
520
- - Updated dependencies [1662753e0]
521
- - Updated dependencies [b8d3e7a73]
522
- - Updated dependencies [9f5d129f6]
523
- - Updated dependencies [693bf9b46]
524
- - Updated dependencies [ae8dcbce8]
525
- - Updated dependencies [e5964c571]
526
- - Updated dependencies [e8fd3543d]
527
- - Updated dependencies [d2cdb2537]
528
- - Updated dependencies [e785237b1]
529
- - Updated dependencies [619e031ab]
530
- - Updated dependencies [76cfe571b]
531
- - Updated dependencies [14d353747]
532
- - Updated dependencies [f1ab51725]
533
- - Updated dependencies [41552be0b]
534
- - Updated dependencies [cf89262c7]
535
- - Updated dependencies [0b34e1c15]
536
- - Updated dependencies [dd83a83bc]
537
- - Updated dependencies [d64eaca73]
538
- - Updated dependencies [8c0ee78f0]
539
- - Updated dependencies [3a20f5556]
540
- - Updated dependencies [68dccedb1]
541
- - Updated dependencies [9b34d99bc]
542
- - Updated dependencies [1dbc23ca5]
543
- - Updated dependencies [8f3aa85e4]
544
- - Updated dependencies [c91b57c00]
545
- - Updated dependencies [5828ae8ab]
546
- - Updated dependencies [c73e96874]
547
- - Updated dependencies [9a98a3330]
548
- - Updated dependencies [f4fc0ef30]
549
- - Updated dependencies [c021539a3]
550
- - Updated dependencies [cb9d8f6db]
551
- - Updated dependencies [b28c4f745]
552
- - Updated dependencies [44deb7265]
553
- - Updated dependencies [ea9d00628]
554
- - Updated dependencies [ec4c7faa2]
555
- - Updated dependencies [29cae09ea]
556
- - Updated dependencies [95dd766b9]
557
- - Updated dependencies [dd5033f60]
558
- - Updated dependencies [423aab762]
559
- - Updated dependencies [fd4c20bbd]
560
- - Updated dependencies [a0fdb0ad1]
561
- - Updated dependencies [08b9d0ecf]
562
- - Updated dependencies [4c767623f]
563
- - Updated dependencies [6bb4d999c]
564
- - Updated dependencies [be5a59325]
565
- - Updated dependencies [120f6b15a]
566
- - Updated dependencies [fc7f381ff]
567
- - Updated dependencies [71fc15e5c]
568
- - Updated dependencies [b6a389ac1]
569
- - Updated dependencies [f8acad4e1]
570
- - Updated dependencies [79ea480f3]
571
- - Updated dependencies [e2b5c3628]
572
- - Updated dependencies [1f20567ca]
573
- - Updated dependencies [e2f69cb62]
574
- - Updated dependencies [fa5a60b56]
575
- - Updated dependencies [2b6cfd655]
576
- - Updated dependencies [7eb0d3aaf]
577
- - Updated dependencies [2e56529f7]
578
- - Updated dependencies [3e1d3608f]
579
- - Updated dependencies [eb718e940]
580
- - Updated dependencies [277c5033a]
581
- - Updated dependencies [795b2346e]
582
- - Updated dependencies [df301c0dc]
583
- - Updated dependencies [4e0ed3a31]
584
- - Updated dependencies [e28c72493]
585
- - Updated dependencies [3b989bb78]
586
- - Updated dependencies [150e813bf]
587
- - Updated dependencies [95abba983]
588
- - Updated dependencies [8a92ec660]
589
- - Updated dependencies [4a31cea53]
590
- - Updated dependencies [9b34d99bc]
591
- - Updated dependencies [67c80bdd5]
592
- - Updated dependencies [961aaf5ab]
593
- - Updated dependencies [8a14ae85f]
594
- - Updated dependencies [539749951]
595
- - Updated dependencies [1429eced2]
596
- - Updated dependencies [9b34d99bc]
597
- - Updated dependencies [24216019a]
598
- - Updated dependencies [f3bf08f27]
599
- - Updated dependencies [c2e765ada]
600
- - Updated dependencies [aff25dbeb]
601
- - Updated dependencies [ecca3edc4]
602
- - Updated dependencies [98df634ac]
603
- - Updated dependencies [95e65eecd]
604
- - Updated dependencies [a4c48b19e]
605
- - Updated dependencies [9caea419e]
606
- - Updated dependencies [f03f60ebd]
607
- - Updated dependencies [a769a14e7]
608
- - Updated dependencies [ac15c6141]
609
- - Updated dependencies [df8232a61]
610
- - Updated dependencies [2e56529f7]
611
- - Updated dependencies [43881b626]
612
- - Updated dependencies [13836d63e]
613
- - Updated dependencies [22ef60263]
614
- - Updated dependencies [aebefd73e]
615
- - Updated dependencies [52d25f630]
616
- - Updated dependencies [63fe6aae6]
617
- - Updated dependencies [223bd1397]
618
- - Updated dependencies [d021b4fa6]
619
- - Updated dependencies [f1ab51725]
620
- - Updated dependencies [6f4b13151]
621
- - Updated dependencies [4223c3dc0]
622
- - Updated dependencies [99155ed2b]
623
- - Updated dependencies [6dca7795c]
624
- - Updated dependencies [de8d058dc]
625
- - Updated dependencies [5210770d9]
626
- - Updated dependencies [a5327c316]
627
- - Updated dependencies [e2d184e74]
628
- - Updated dependencies [4006b2c8c]
629
- - Updated dependencies [1b824c9ad]
630
- - Updated dependencies [6fcda9bf2]
631
- - Updated dependencies [5828ae8ab]
632
- - Updated dependencies [0b34e1c15]
633
- - Updated dependencies [9b34d99bc]
634
- - Updated dependencies [c74ed73f3]
635
- - Updated dependencies [4aef40b75]
636
- - Updated dependencies [3c3e077b9]
637
- - Updated dependencies [9b34d99bc]
638
- - Updated dependencies [3ff6c519b]
639
- - Updated dependencies [55e0301a1]
640
- - Updated dependencies [424700fc5]
641
- - Updated dependencies [77d969c2e]
642
- - Updated dependencies [934e1aecf]
643
- - Updated dependencies [25cea5f36]
644
- - Updated dependencies [fd4c20bbd]
645
- - Updated dependencies [6ac7e8eb2]
646
- - Updated dependencies [9ecf354ba]
647
- - Updated dependencies [feab0390b]
648
- - Updated dependencies [ded9bb6d6]
649
- - Updated dependencies [2f850ad84]
650
- - Updated dependencies [95abba983]
651
- - Updated dependencies [95e868bed]
652
- - Updated dependencies [3457a6f7d]
653
- - Updated dependencies [9a98a3330]
654
- - Updated dependencies [468837564]
655
- - Updated dependencies [0bcd0b514]
656
- - Updated dependencies [5d50840af]
657
- - Updated dependencies [700b46802]
658
- - Updated dependencies [d2ccdc691]
659
- - Updated dependencies [4006b2c8c]
660
- - Updated dependencies [0b9ea115d]
661
- - Updated dependencies [4b2596538]
662
- - Updated dependencies [9d855a6c5]
663
- - Updated dependencies [11b7699f6]
664
- - Updated dependencies [542076e55]
665
- - Updated dependencies [33da3144e]
666
- - Updated dependencies [0a8cc07a7]
667
- - Updated dependencies [d7b42d456]
668
- - Updated dependencies [54e254b54]
669
- - Updated dependencies [e7b64347e]
670
- - Updated dependencies [7f3abee55]
671
- - Updated dependencies [401c7e55e]
672
- - Updated dependencies [478b51050]
673
- - Updated dependencies [6fcda9bf2]
674
- - Updated dependencies [9f4268ee3]
675
- - Updated dependencies [c38e6e4bf]
676
- - Updated dependencies [0a4e90dbd]
677
- - Updated dependencies [b01ae679c]
678
- - Updated dependencies [d51de8acc]
679
- - Updated dependencies [a5937df94]
680
- - Updated dependencies [58ad82e94]
681
- - Updated dependencies [872761f65]
682
- - Updated dependencies [7f08a4e4f]
683
- - Updated dependencies [5cf3f8930]
684
- - Updated dependencies [a0f0c9d6b]
685
- - Updated dependencies [79739ed82]
686
- - Updated dependencies [3f24a97c3]
687
- - Updated dependencies [4a31cea53]
688
- - Updated dependencies [e3a854122]
689
- - Updated dependencies [3e31bb724]
690
- - Updated dependencies [0f4794deb]
691
- - Updated dependencies [e46b1ec03]
692
- - Updated dependencies [f2be367e9]
693
- - Updated dependencies [1fae66f2d]
694
- - Updated dependencies [b12cd78a3]
695
- - Updated dependencies [1972fd16a]
696
- - Updated dependencies [72f5dada0]
697
- - Updated dependencies [b7a2d0d11]
698
- - Updated dependencies [99801c2d1]
699
- - Updated dependencies [86910f5e2]
700
- - Updated dependencies [cb7b794d0]
701
- - Updated dependencies [dd60555d3]
702
- - Updated dependencies [9b34d99bc]
703
- - Updated dependencies [f9c4afd14]
704
- - Updated dependencies [bfc1cb7c8]
705
- - Updated dependencies [d7b42d456]
706
- - Updated dependencies [1c2b3c1a7]
707
- - @hi-ui/upload@5.0.0-experimental.0
708
- - @hi-ui/time-picker@5.0.0-experimental.0
709
- - @hi-ui/message@5.0.0-experimental.0
710
- - @hi-ui/number-input@5.0.0-experimental.0
711
- - @hi-ui/picker@5.0.0-experimental.0
712
- - @hi-ui/stepper@5.0.0-experimental.0
713
- - @hi-ui/switch@5.0.0-experimental.0
714
- - @hi-ui/radio@5.0.0-experimental.0
715
- - @hi-ui/carousel@5.0.0-experimental.0
716
- - @hi-ui/cascader@5.0.0-experimental.0
717
- - @hi-ui/check-cascader@5.0.0-experimental.0
718
- - @hi-ui/list@5.0.0-experimental.0
719
- - @hi-ui/menu@5.0.0-experimental.0
720
- - @hi-ui/pagination@5.0.0-experimental.0
721
- - @hi-ui/tag@5.0.0-experimental.0
722
- - @hi-ui/tooltip@5.0.0-experimental.0
723
- - @hi-ui/transfer@5.0.0-experimental.0
724
- - @hi-ui/card@5.0.0-experimental.0
725
- - @hi-ui/drawer@5.0.0-experimental.0
726
- - @hi-ui/notification@5.0.0-experimental.0
727
- - @hi-ui/table@5.0.0-experimental.0
728
- - @hi-ui/tree@5.0.0-experimental.0
729
- - @hi-ui/pop-confirm@5.0.0-experimental.0
730
- - @hi-ui/textarea@5.0.0-experimental.0
731
- - @hi-ui/input@5.0.0-experimental.0
732
- - @hi-ui/loading@5.0.0-experimental.0
733
- - @hi-ui/breadcrumb@5.0.0-experimental.0
734
- - @hi-ui/modal@5.0.0-experimental.0
735
- - @hi-ui/popover@5.0.0-experimental.0
736
- - @hi-ui/popper@5.0.0-experimental.0
737
- - @hi-ui/preview@5.0.0-experimental.0
738
- - @hi-ui/tag-input@5.0.0-experimental.0
739
- - @hi-ui/slider@5.0.0-experimental.0
740
- - @hi-ui/button@5.0.0-experimental.0
741
- - @hi-ui/check-select@5.0.0-experimental.0
742
- - @hi-ui/check-tree-select@5.0.0-experimental.0
743
- - @hi-ui/select@5.0.0-experimental.0
744
- - @hi-ui/tree-select@5.0.0-experimental.0
745
- - @hi-ui/empty-state@5.0.0-experimental.0
746
- - @hi-ui/back-top@5.0.0-experimental.0
747
- - @hi-ui/descriptions@5.0.0-experimental.0
748
- - @hi-ui/grid@5.0.0-experimental.0
749
- - @hi-ui/progress@5.0.0-experimental.0
750
- - @hi-ui/provider@5.0.0-experimental.0
751
- - @hi-ui/collapse@5.0.0-experimental.0
752
- - @hi-ui/counter@5.0.0-experimental.0
753
- - @hi-ui/form@5.0.0-experimental.0
754
- - @hi-ui/icon-button@5.0.0-experimental.0
755
- - @hi-ui/layout@5.0.0-experimental.0
756
- - @hi-ui/page-header@5.0.0-experimental.0
757
- - @hi-ui/rating@5.0.0-experimental.0
758
- - @hi-ui/search@5.0.0-experimental.0
759
- - @hi-ui/tabs@5.0.0-experimental.0
760
- - @hi-ui/date-picker@5.0.0-experimental.0
761
- - @hi-ui/alert@5.0.0-experimental.0
762
- - @hi-ui/core@5.0.0-experimental.0
763
- - @hi-ui/dropdown@5.0.0-experimental.0
764
- - @hi-ui/result@5.0.0-experimental.0
765
- - @hi-ui/anchor@5.0.0-experimental.0
766
- - @hi-ui/avatar@5.0.0-experimental.0
767
- - @hi-ui/badge@5.0.0-experimental.0
768
- - @hi-ui/checkbox@5.0.0-experimental.0
769
- - @hi-ui/ellipsis-tooltip@5.0.0-experimental.0
770
- - @hi-ui/filter@5.0.0-experimental.0
771
- - @hi-ui/highlighter@5.0.0-experimental.0
772
- - @hi-ui/input-group@5.0.0-experimental.0
773
- - @hi-ui/portal@5.0.0-experimental.0
774
- - @hi-ui/scrollbar@5.0.0-experimental.0
775
- - @hi-ui/space@5.0.0-experimental.0
776
- - @hi-ui/spinner@5.0.0-experimental.0
777
- - @hi-ui/svg-icon@5.0.0-experimental.0
778
- - @hi-ui/timeline@5.0.0-experimental.0
779
- - @hi-ui/watermark@5.0.0-experimental.0
780
- - @hi-ui/zen-mode@5.0.0-experimental.0
781
- - @hi-ui/query-filter@5.0.0-experimental.0
782
- - @hi-ui/skeleton@5.0.0-experimental.0
489
+
490
+ - [#3491](https://github.com/XiaoMi/hiui/pull/3491) [`8561492d5`](https://github.com/XiaoMi/hiui/commit/8561492d5691c1b2284379c9dac6d500e47e732e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(cascader): 在平铺搜索模式下,当设置了 changeOnSelect 则搜索结果中展示父节点 (5.0)
491
+
492
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3f24a97c3`](https://github.com/XiaoMi/hiui/commit/3f24a97c309ccccfd19087378776fc41ead75168) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(dropdown): 点击选项时阻止 click 事件冒泡 (5.0)
493
+
494
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 统一调整选择类组件 hover 时的背景色 (5.0)
495
+
496
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e3a854122`](https://github.com/XiaoMi/hiui/commit/e3a854122b61bbe8623d1826e43a614eea09b155) Thanks [@zyprepare](https://github.com/zyprepare)! - refactor(table): 调整列宽计算逻辑,兼容表头分组和单元格合并场景 (5.0)
497
+
498
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3e31bb724`](https://github.com/XiaoMi/hiui/commit/3e31bb724f0cd000ef5395deec99753c17aa31fd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(modal): 样式修改 (5.0)
499
+
500
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0f4794deb`](https://github.com/XiaoMi/hiui/commit/0f4794debde4e42468c1cf46d1130c21372bff05) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 兼容 number 类型展示 (5.0)
501
+
502
+ - [#3487](https://github.com/XiaoMi/hiui/pull/3487) [`cfdc94dbc`](https://github.com/XiaoMi/hiui/commit/cfdc94dbc36f48314a25e8797c45349337f76dd8) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 计算每列 top 值优化,只有在需要 sticky 的场景下才设置该值 (5.0)
503
+
504
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6ae564d44`](https://github.com/XiaoMi/hiui/commit/6ae564d44a94da6b245af86700d107c0954e6f28) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 SettingDrawer 打开时会触发 onReset 问题 (5.0)
505
+
506
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b7a2d0d11`](https://github.com/XiaoMi/hiui/commit/b7a2d0d1129737a7b4e73fed634fab51289de87d) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复 weekOffset 设置为 3、4、5、6 时显示 2 周选中的问题 (5.0)
507
+
508
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 UI 问题 (5.0)
509
+
510
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(textarea): 设置最小高度 32px (5.0)
511
+
512
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f9c4afd14`](https://github.com/XiaoMi/hiui/commit/f9c4afd148b6d82400a923b3353df7c115292cc1) Thanks [@zyprepare](https://github.com/zyprepare)! - style(empty-state): 新版图标替换 & 修改彩色图标命名 (5.0)
513
+
514
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`d7b42d456`](https://github.com/XiaoMi/hiui/commit/d7b42d4562fd5d8c5a4a4fd5cddfd3725bdafcf2) Thanks [@zyprepare](https://github.com/zyprepare)! - style(anchor): add overflow hidden and adjust ink positioning for improved layout (5.0)
515
+
516
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`1c2b3c1a7`](https://github.com/XiaoMi/hiui/commit/1c2b3c1a7ac1f05cff0c081da1a8304296e07a44) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改 Space 和 Result 组件 size 类型 (5.0)
517
+
518
+ - Updated dependencies [[`bd8454f85`](https://github.com/XiaoMi/hiui/commit/bd8454f8577b250cd8d528b25cc4b7c6f4e4a969), [`2f5e5ce4d`](https://github.com/XiaoMi/hiui/commit/2f5e5ce4de23eb119afc6338d7ed1398c8fe8590), [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218), [`20aac2a2f`](https://github.com/XiaoMi/hiui/commit/20aac2a2f8274a77313e3f5f864ac93c294078af), [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f), [`2c1694f56`](https://github.com/XiaoMi/hiui/commit/2c1694f56af43f013e3e038d534d8d458b8f8dc6), [`4390a8518`](https://github.com/XiaoMi/hiui/commit/4390a8518cc2687ed767655fadeb474c8c5c4e11), [`03f04676b`](https://github.com/XiaoMi/hiui/commit/03f04676b40fc4a947985c9dc890b1fca4ac32aa), [`8c47b7ae0`](https://github.com/XiaoMi/hiui/commit/8c47b7ae05b66db483dc2ee93655fd32f58d028e), [`da2e63a14`](https://github.com/XiaoMi/hiui/commit/da2e63a1478db819ec87d720fbfbf537319620c2), [`7929cd254`](https://github.com/XiaoMi/hiui/commit/7929cd254311b59933e3938751e21fa88ec0390f), [`0f7aac2f3`](https://github.com/XiaoMi/hiui/commit/0f7aac2f3385fc562814a9068338ecf527299842), [`54e254b54`](https://github.com/XiaoMi/hiui/commit/54e254b5447171957055a0539ae52bf5534c712e), [`1e226cd66`](https://github.com/XiaoMi/hiui/commit/1e226cd66413cea8eb1e63b1cb83c1bfbf5f0a41), [`cce71cdfa`](https://github.com/XiaoMi/hiui/commit/cce71cdfaded860c0420be6d3de2a3534cfdb9bd), [`231ac15f1`](https://github.com/XiaoMi/hiui/commit/231ac15f11641e3277e6e100128cc11b3e4c0c1f), [`eea29eade`](https://github.com/XiaoMi/hiui/commit/eea29eade364317198270daa62d7454279f9068a), [`b9989e482`](https://github.com/XiaoMi/hiui/commit/b9989e48214dbbf8a938a788d3a415d9bb94b1b2), [`2fd15e136`](https://github.com/XiaoMi/hiui/commit/2fd15e136595c0b4a0b043a94dce2a979b3353d2), [`6167ad50b`](https://github.com/XiaoMi/hiui/commit/6167ad50bf20f68ca424eb585083c827ad118013), [`dc780205a`](https://github.com/XiaoMi/hiui/commit/dc780205abc5ac4c245ffbc52fa3a53b404f0143), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`b8d3e7a73`](https://github.com/XiaoMi/hiui/commit/b8d3e7a7382490b2345854db11a22ef3474546da), [`9f5d129f6`](https://github.com/XiaoMi/hiui/commit/9f5d129f672ceac8b6fb25ad9b8cda03021a1967), [`693bf9b46`](https://github.com/XiaoMi/hiui/commit/693bf9b4686a32925f4ea146b1c776d3c7c9da23), [`569d26655`](https://github.com/XiaoMi/hiui/commit/569d26655dd8ab4674a8e9b5cf063e5db8b868db), [`ae8dcbce8`](https://github.com/XiaoMi/hiui/commit/ae8dcbce851c1dad75f6875d6ecc38707c4e8b94), [`8dc3817cf`](https://github.com/XiaoMi/hiui/commit/8dc3817cf0f833cfacedf2de0f33369395f56fb4), [`e5964c571`](https://github.com/XiaoMi/hiui/commit/e5964c571ee25c02ca0630fce0af6c0a5efb71bb), [`e8fd3543d`](https://github.com/XiaoMi/hiui/commit/e8fd3543d0626a78e1d7bdb46271741eb882ce66), [`d2cdb2537`](https://github.com/XiaoMi/hiui/commit/d2cdb25371397d644041a3624643678e9588a312), [`53bfdf88b`](https://github.com/XiaoMi/hiui/commit/53bfdf88b61a14c4b22bf1d20f4d59b321ff8a0f), [`dad50a380`](https://github.com/XiaoMi/hiui/commit/dad50a38017b0cc860f7e9bf1f4841c5bb1b6ecd), [`e785237b1`](https://github.com/XiaoMi/hiui/commit/e785237b13e6bc9e3780274960a128085c1af07d), [`619e031ab`](https://github.com/XiaoMi/hiui/commit/619e031abd3b99b0ffdb06c5c6c20c18d4d2797f), [`66bc9c3e2`](https://github.com/XiaoMi/hiui/commit/66bc9c3e24b2c8d20875a07c5305fb37f10ac5ac), [`76cfe571b`](https://github.com/XiaoMi/hiui/commit/76cfe571bc90cacd5102d5aac8be1da52162e21b), [`14d353747`](https://github.com/XiaoMi/hiui/commit/14d35374760f1fb1a1bdd4802419e091f7f3a079), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`41552be0b`](https://github.com/XiaoMi/hiui/commit/41552be0b42df7c47b481cf8aacc8be76fc3f277), [`9218c3b18`](https://github.com/XiaoMi/hiui/commit/9218c3b185893cfc7ec1390f3eea895f2fb834d2), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`cf89262c7`](https://github.com/XiaoMi/hiui/commit/cf89262c72b03fa0a00c154164b68482c3a8ac98), [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218), [`dd83a83bc`](https://github.com/XiaoMi/hiui/commit/dd83a83bc60904342412a88af56ec904c972a965), [`d64eaca73`](https://github.com/XiaoMi/hiui/commit/d64eaca73b0a51c3f0d839a79da4958c7aad8731), [`8c0ee78f0`](https://github.com/XiaoMi/hiui/commit/8c0ee78f013dcd9ced94cef13a69933e039621aa), [`3a20f5556`](https://github.com/XiaoMi/hiui/commit/3a20f55566d85b85270ffb3b7e63231a80d70b4f), [`68dccedb1`](https://github.com/XiaoMi/hiui/commit/68dccedb1715570504338abc8a1554b1517a7ba9), [`1afb72ae0`](https://github.com/XiaoMi/hiui/commit/1afb72ae01eb615d42e85da1775644cb60060452), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`1dbc23ca5`](https://github.com/XiaoMi/hiui/commit/1dbc23ca5eaa29f1a695f5c560d49befd5672d0f), [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39), [`c91b57c00`](https://github.com/XiaoMi/hiui/commit/c91b57c0034b2fb142b48d029726e0ba65396f19), [`5828ae8ab`](https://github.com/XiaoMi/hiui/commit/5828ae8ab46e955e09644e6c702476f143258f92), [`c73e96874`](https://github.com/XiaoMi/hiui/commit/c73e96874564d3a3b07bceb7fba8ede94533c617), [`9a98a3330`](https://github.com/XiaoMi/hiui/commit/9a98a33305bba238fe944d29efbd1816199f4e98), [`cb9d8f6db`](https://github.com/XiaoMi/hiui/commit/cb9d8f6db18ef3322502ae2da93c8266aa3114d5), [`ebd1a6e7a`](https://github.com/XiaoMi/hiui/commit/ebd1a6e7a7bf8483f42e34d08c271bb9111dc97a), [`b28c4f745`](https://github.com/XiaoMi/hiui/commit/b28c4f745958d49f53d81f23273f3d5ce1aa60e7), [`44deb7265`](https://github.com/XiaoMi/hiui/commit/44deb726584f4d5b6cd62ae39da4c7fc9e9d613f), [`ea9d00628`](https://github.com/XiaoMi/hiui/commit/ea9d006282b866a32d3342de6b214cf5df2aa90c), [`ec4c7faa2`](https://github.com/XiaoMi/hiui/commit/ec4c7faa29cb7812664d866260c7a59dc76cb983), [`e25399be4`](https://github.com/XiaoMi/hiui/commit/e25399be4c6b4e26b6d91b18d859ec702fab14fc), [`29cae09ea`](https://github.com/XiaoMi/hiui/commit/29cae09ea3d7a61781c3c4a9f51355a83229bd97), [`95dd766b9`](https://github.com/XiaoMi/hiui/commit/95dd766b919af5c02d0d29d8b99a61261183da2f), [`dd5033f60`](https://github.com/XiaoMi/hiui/commit/dd5033f60207a638d119a8585805ee69cf435abf), [`423aab762`](https://github.com/XiaoMi/hiui/commit/423aab762c116fa6a08392b1de808fc64d3e058e), [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb), [`a0fdb0ad1`](https://github.com/XiaoMi/hiui/commit/a0fdb0ad14dc31172da5802efd85468ed3025a3d), [`08b9d0ecf`](https://github.com/XiaoMi/hiui/commit/08b9d0ecf6088aee4b62164dfb1b8b7b96528d41), [`4c767623f`](https://github.com/XiaoMi/hiui/commit/4c767623f8498c539d0cdaf9057dfade2d93352a), [`6bb4d999c`](https://github.com/XiaoMi/hiui/commit/6bb4d999c00081b3e078a8c326a96d4b81802963), [`120f6b15a`](https://github.com/XiaoMi/hiui/commit/120f6b15a8c2da9c4123447981e431f02428e57e), [`fc7f381ff`](https://github.com/XiaoMi/hiui/commit/fc7f381ff2b45ff1e361979019278b4f97fad1a7), [`b6a389ac1`](https://github.com/XiaoMi/hiui/commit/b6a389ac1321d03f28bdd19ffd0ce8b1a0970856), [`f8acad4e1`](https://github.com/XiaoMi/hiui/commit/f8acad4e1299acbcad9ccf5991dbf1cfa918a1ac), [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d), [`97c34c951`](https://github.com/XiaoMi/hiui/commit/97c34c9518bd7050ff995b48b3092e79bec4af0d), [`e2b5c3628`](https://github.com/XiaoMi/hiui/commit/e2b5c362825e41b76488d6d697ccc4fa0e54d043), [`1f20567ca`](https://github.com/XiaoMi/hiui/commit/1f20567ca56d6fa2ccefa38a9a7d40337dcf0bcd), [`18a876ca6`](https://github.com/XiaoMi/hiui/commit/18a876ca61f3a10eb444c5dd6a3af38a8b30300b), [`c6197357f`](https://github.com/XiaoMi/hiui/commit/c6197357f53481ef89360175d02c1342b5c8b453), [`62b72c03a`](https://github.com/XiaoMi/hiui/commit/62b72c03ad18347e445cd46f5eb2d41a6467aafd), [`e2f69cb62`](https://github.com/XiaoMi/hiui/commit/e2f69cb629cef9bbcfbd738df530059226a522fb), [`ec647a5ee`](https://github.com/XiaoMi/hiui/commit/ec647a5eed37085e3214da263bf63f3dfd3bb8f2), [`fa5a60b56`](https://github.com/XiaoMi/hiui/commit/fa5a60b5627c18128f949387b3a21dec0734c424), [`7eb0d3aaf`](https://github.com/XiaoMi/hiui/commit/7eb0d3aaf62cf8594fd8202000be25fdeee491c6), [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac), [`3e1d3608f`](https://github.com/XiaoMi/hiui/commit/3e1d3608f9bf107a23e28792409e734dde06c189), [`eb718e940`](https://github.com/XiaoMi/hiui/commit/eb718e940a0cabc6914d1242e6ca4a21431a628a), [`277c5033a`](https://github.com/XiaoMi/hiui/commit/277c5033aacd43ef3d6b8e0b9e818a09ebe21875), [`795b2346e`](https://github.com/XiaoMi/hiui/commit/795b2346ef58cb3155c90be3d38f4cae02445781), [`df301c0dc`](https://github.com/XiaoMi/hiui/commit/df301c0dc4c11f6f87eac0b78d82dc923a68b789), [`4e0ed3a31`](https://github.com/XiaoMi/hiui/commit/4e0ed3a310b29cfc0bde1a3103189129cc4e59d7), [`e28c72493`](https://github.com/XiaoMi/hiui/commit/e28c724933ebf10b92395df84a1dc6b6308f1b78), [`3b989bb78`](https://github.com/XiaoMi/hiui/commit/3b989bb7850885f57f9ea45f2e022c4d53f623dd), [`ebabba8fd`](https://github.com/XiaoMi/hiui/commit/ebabba8fde3ba08b95919ecb66dba70d6a5a16b0), [`150e813bf`](https://github.com/XiaoMi/hiui/commit/150e813bfe57ca64cc2efcbbdd6122a9d69f654c), [`95abba983`](https://github.com/XiaoMi/hiui/commit/95abba98391a31c3cd79704fa0a63f64f437601f), [`8f23e9322`](https://github.com/XiaoMi/hiui/commit/8f23e9322e8aa117608d42898cce1f9d74414629), [`8a92ec660`](https://github.com/XiaoMi/hiui/commit/8a92ec660d7622768574dfe2e799b24d14e052a7), [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`b27483796`](https://github.com/XiaoMi/hiui/commit/b2748379661e2e7a4c18e94c478dc2554405c7dd), [`67c80bdd5`](https://github.com/XiaoMi/hiui/commit/67c80bdd5116923c148c8d9bc01784f79ae60d42), [`961aaf5ab`](https://github.com/XiaoMi/hiui/commit/961aaf5ab2fdd552553a6b8cfb6b649f5e0c527f), [`8a14ae85f`](https://github.com/XiaoMi/hiui/commit/8a14ae85fe9af973737ef585dd84da582b35a167), [`539749951`](https://github.com/XiaoMi/hiui/commit/53974995177f7cf813a4208b05fb6e1b43201f48), [`1429eced2`](https://github.com/XiaoMi/hiui/commit/1429eced2c79d22b6973229af3860b5dc48ad4a9), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`f3bf08f27`](https://github.com/XiaoMi/hiui/commit/f3bf08f27017409b53782a9cbd5d4bc6d460aa5e), [`c2e765ada`](https://github.com/XiaoMi/hiui/commit/c2e765ada8cd0b283f213a2324c5a81725ea08bf), [`aff25dbeb`](https://github.com/XiaoMi/hiui/commit/aff25dbeb0a4d7a8220785ea6d9214b13b5705c9), [`ecca3edc4`](https://github.com/XiaoMi/hiui/commit/ecca3edc449ce0adaed1df68ab65cb09242b5755), [`98df634ac`](https://github.com/XiaoMi/hiui/commit/98df634acab1aff9c782ac940c38562eadbe9b0d), [`95e65eecd`](https://github.com/XiaoMi/hiui/commit/95e65eecdcb5d8841ae1dc22bc760c75a8c8fd76), [`96aeb5a9a`](https://github.com/XiaoMi/hiui/commit/96aeb5a9adbf86badc9284d486a02c1ac40fc065), [`a4c48b19e`](https://github.com/XiaoMi/hiui/commit/a4c48b19e65d8d3bbd41dc14e1097ac6d7c94d69), [`9caea419e`](https://github.com/XiaoMi/hiui/commit/9caea419e7868c9d811208decbe2f07a15214cd4), [`f03f60ebd`](https://github.com/XiaoMi/hiui/commit/f03f60ebd33296d06fc220cc7e60c514b4abe5c8), [`a769a14e7`](https://github.com/XiaoMi/hiui/commit/a769a14e79c81e3f47e0da127670f13ba0d6d159), [`d49302358`](https://github.com/XiaoMi/hiui/commit/d49302358d61de6307ae5cc74035616caeda48c1), [`25f3cb496`](https://github.com/XiaoMi/hiui/commit/25f3cb49643e53aab440993974aa9e9de96ccaa3), [`ac15c6141`](https://github.com/XiaoMi/hiui/commit/ac15c6141f9ddb9dbe9de1e16b48f61d5ca77768), [`ebee14cb8`](https://github.com/XiaoMi/hiui/commit/ebee14cb83f3e1a805471f662f6b5cd996c6eb08), [`df8232a61`](https://github.com/XiaoMi/hiui/commit/df8232a6139778011c65f66c4bdfb95c965256ed), [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac), [`43881b626`](https://github.com/XiaoMi/hiui/commit/43881b626240160d2b428b1d1dea6bcec6b737ff), [`13836d63e`](https://github.com/XiaoMi/hiui/commit/13836d63e182dc0d8b6c356cbcb9ad7eec898fc7), [`22ef60263`](https://github.com/XiaoMi/hiui/commit/22ef6026322909175e21cb0a2ebe48c2cffe4f91), [`aebefd73e`](https://github.com/XiaoMi/hiui/commit/aebefd73eee5764722babe0fd68cf1f21bf97f85), [`52d25f630`](https://github.com/XiaoMi/hiui/commit/52d25f630b88f89270f94161e79d5c274b97338c), [`63fe6aae6`](https://github.com/XiaoMi/hiui/commit/63fe6aae6d944658cb82b448098a03a8b7046899), [`223bd1397`](https://github.com/XiaoMi/hiui/commit/223bd13973a6090354c7b6e4901ebe53ddf09403), [`45f59fb86`](https://github.com/XiaoMi/hiui/commit/45f59fb867019ad22b86e4056ba2cd71922fe0d7), [`d021b4fa6`](https://github.com/XiaoMi/hiui/commit/d021b4fa6440faa7a09140c2c35dda10d51a35b3), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`6f4b13151`](https://github.com/XiaoMi/hiui/commit/6f4b13151e5fb7155fca101ba9c8065afcbfeef7), [`4223c3dc0`](https://github.com/XiaoMi/hiui/commit/4223c3dc033b6844186ab7898e2b8960cc688d7d), [`99155ed2b`](https://github.com/XiaoMi/hiui/commit/99155ed2be8cea24afe1f0eeee53d657143cf898), [`6dca7795c`](https://github.com/XiaoMi/hiui/commit/6dca7795c71123f941d91b991ecd17ce26b6a2da), [`de8d058dc`](https://github.com/XiaoMi/hiui/commit/de8d058dc8b8fcd3acd6792ba71eac47475496ed), [`900c6c2f0`](https://github.com/XiaoMi/hiui/commit/900c6c2f0b397bb2a6c2a5b2cc0c0f83442813ec), [`5210770d9`](https://github.com/XiaoMi/hiui/commit/5210770d9d6bf9c83e84a28229f2007202d2d3b8), [`a5327c316`](https://github.com/XiaoMi/hiui/commit/a5327c316d2e39dd4121b55dff30394a98b888ee), [`4006b2c8c`](https://github.com/XiaoMi/hiui/commit/4006b2c8cabba5ec553b69a17e4bf3fb53fe9180), [`1b824c9ad`](https://github.com/XiaoMi/hiui/commit/1b824c9ad35890df3727a4b3ed91d18e7a9a8b62), [`6fcda9bf2`](https://github.com/XiaoMi/hiui/commit/6fcda9bf23e6e16c593fd4d9e3db8d08bcb6b9b5), [`5828ae8ab`](https://github.com/XiaoMi/hiui/commit/5828ae8ab46e955e09644e6c702476f143258f92), [`ec6005193`](https://github.com/XiaoMi/hiui/commit/ec6005193681b77d6ffc3c7ece4a2a1f8a8aa05e), [`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`c74ed73f3`](https://github.com/XiaoMi/hiui/commit/c74ed73f374ce39180a8cb4626630a54919ae6e2), [`4aef40b75`](https://github.com/XiaoMi/hiui/commit/4aef40b750cde3df5050b493aa6636c8b70d2a96), [`d91a8bb0f`](https://github.com/XiaoMi/hiui/commit/d91a8bb0f887fa886215aa596852eef3c2ce8519), [`07a57b9c1`](https://github.com/XiaoMi/hiui/commit/07a57b9c18d43a8f16832ae26faa2a8103e4b5e8), [`3c3e077b9`](https://github.com/XiaoMi/hiui/commit/3c3e077b976ee22e5da623f25d5de64132b207cc), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`3ff6c519b`](https://github.com/XiaoMi/hiui/commit/3ff6c519b4d0ceca5ad6f36f0b4434b57f4a8ef9), [`55e0301a1`](https://github.com/XiaoMi/hiui/commit/55e0301a16f3f20abb2a86428b6b2bd314fe83cc), [`424700fc5`](https://github.com/XiaoMi/hiui/commit/424700fc51f0b23332faebeb7ebdb4979c1db0b7), [`77d969c2e`](https://github.com/XiaoMi/hiui/commit/77d969c2e4f6db55f6cc154c1803971ac3e3f085), [`25cea5f36`](https://github.com/XiaoMi/hiui/commit/25cea5f366550067c595f9d3e47ebfdecf1e97ca), [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb), [`6ac7e8eb2`](https://github.com/XiaoMi/hiui/commit/6ac7e8eb2b37a768fb47148a63b72733e99199b7), [`9ecf354ba`](https://github.com/XiaoMi/hiui/commit/9ecf354bae5030438967f4723c601b01fa718572), [`feab0390b`](https://github.com/XiaoMi/hiui/commit/feab0390b5758c855b8036013e976ecd510e7e46), [`ded9bb6d6`](https://github.com/XiaoMi/hiui/commit/ded9bb6d6a8dd9640bf5d93f75d2bef71bab205e), [`2f850ad84`](https://github.com/XiaoMi/hiui/commit/2f850ad8460685b7177f35a018490123ed16e501), [`95e868bed`](https://github.com/XiaoMi/hiui/commit/95e868bedf5d3fa89231bbf8af77da58249023c6), [`3457a6f7d`](https://github.com/XiaoMi/hiui/commit/3457a6f7dae4830d74ced9c36cff82d51f06ac19), [`9a98a3330`](https://github.com/XiaoMi/hiui/commit/9a98a33305bba238fe944d29efbd1816199f4e98), [`468837564`](https://github.com/XiaoMi/hiui/commit/468837564e789585c7d68d261e30d206a679b0f5), [`0bcd0b514`](https://github.com/XiaoMi/hiui/commit/0bcd0b51451e18648bdcc7af64ebf28b00310f0a), [`5d50840af`](https://github.com/XiaoMi/hiui/commit/5d50840aff899d0523de49a4adccb5955e35179a), [`700b46802`](https://github.com/XiaoMi/hiui/commit/700b4680280d6d4b9321b771deff43d3cf9437da), [`d2ccdc691`](https://github.com/XiaoMi/hiui/commit/d2ccdc691837ace4cf06cb30e8e75ade3d3c17fa), [`4006b2c8c`](https://github.com/XiaoMi/hiui/commit/4006b2c8cabba5ec553b69a17e4bf3fb53fe9180), [`f8321b72f`](https://github.com/XiaoMi/hiui/commit/f8321b72fc4ee92be56976714fbeb177d13ce9ec), [`0b9ea115d`](https://github.com/XiaoMi/hiui/commit/0b9ea115d2812734d003fa6b05aaba1f2ed162aa), [`4b2596538`](https://github.com/XiaoMi/hiui/commit/4b25965386693fc1dc3768e77eb802f25990b2ad), [`9d855a6c5`](https://github.com/XiaoMi/hiui/commit/9d855a6c5c361dc860c85a5125f1608c2681bb5c), [`11b7699f6`](https://github.com/XiaoMi/hiui/commit/11b7699f64be4a75b297615bc1e40bddb2ff9e05), [`542076e55`](https://github.com/XiaoMi/hiui/commit/542076e5505965fbe73c48da1ccd0e6961c29e1c), [`3d84a04aa`](https://github.com/XiaoMi/hiui/commit/3d84a04aa8ad20dc9eef3cb69fe04b142b7e2272), [`ec647a5ee`](https://github.com/XiaoMi/hiui/commit/ec647a5eed37085e3214da263bf63f3dfd3bb8f2), [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193), [`d7b42d456`](https://github.com/XiaoMi/hiui/commit/d7b42d4562fd5d8c5a4a4fd5cddfd3725bdafcf2), [`bf1174ed8`](https://github.com/XiaoMi/hiui/commit/bf1174ed8216582d18698be819417f86f826eefb), [`54e254b54`](https://github.com/XiaoMi/hiui/commit/54e254b5447171957055a0539ae52bf5534c712e), [`e7b64347e`](https://github.com/XiaoMi/hiui/commit/e7b64347e578c3a674c63f30341d87d358a4cd7b), [`401c7e55e`](https://github.com/XiaoMi/hiui/commit/401c7e55ef0b24e8db93484e3191a9bd4e9f1189), [`478b51050`](https://github.com/XiaoMi/hiui/commit/478b5105070ff3acc82d851c77ed9c315f31bfd3), [`6fcda9bf2`](https://github.com/XiaoMi/hiui/commit/6fcda9bf23e6e16c593fd4d9e3db8d08bcb6b9b5), [`9f4268ee3`](https://github.com/XiaoMi/hiui/commit/9f4268ee39924f8d8c6c4ebe0b64f019cf224064), [`c38e6e4bf`](https://github.com/XiaoMi/hiui/commit/c38e6e4bf7ba0c626a2cb9ada4a0d34ac7c3714e), [`0a4e90dbd`](https://github.com/XiaoMi/hiui/commit/0a4e90dbd7398e69511e7505b1fd6093eca48cee), [`b01ae679c`](https://github.com/XiaoMi/hiui/commit/b01ae679c5e696006ab4bc2d6063551ed3d2e072), [`d51de8acc`](https://github.com/XiaoMi/hiui/commit/d51de8acc30360cdd2d23bf5d61c55f3e9239d0f), [`a5937df94`](https://github.com/XiaoMi/hiui/commit/a5937df9464d0243b23f52fc09e9724489543018), [`fe579e212`](https://github.com/XiaoMi/hiui/commit/fe579e2125005f534283e48a2deec004006321b1), [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0), [`7f08a4e4f`](https://github.com/XiaoMi/hiui/commit/7f08a4e4fa47e44c242fb441d2747a5ab22f3954), [`5cf3f8930`](https://github.com/XiaoMi/hiui/commit/5cf3f893023fa13c8a1a46cfc2df7cbaf8149755), [`79739ed82`](https://github.com/XiaoMi/hiui/commit/79739ed82a9e28a39bf5af7c8e7e47f03afa7e82), [`8561492d5`](https://github.com/XiaoMi/hiui/commit/8561492d5691c1b2284379c9dac6d500e47e732e), [`3f24a97c3`](https://github.com/XiaoMi/hiui/commit/3f24a97c309ccccfd19087378776fc41ead75168), [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f), [`e3a854122`](https://github.com/XiaoMi/hiui/commit/e3a854122b61bbe8623d1826e43a614eea09b155), [`3e31bb724`](https://github.com/XiaoMi/hiui/commit/3e31bb724f0cd000ef5395deec99753c17aa31fd), [`0f4794deb`](https://github.com/XiaoMi/hiui/commit/0f4794debde4e42468c1cf46d1130c21372bff05), [`cfdc94dbc`](https://github.com/XiaoMi/hiui/commit/cfdc94dbc36f48314a25e8797c45349337f76dd8), [`95d930354`](https://github.com/XiaoMi/hiui/commit/95d930354a1ab4291e98a9abccb9525d6c210795), [`f2be367e9`](https://github.com/XiaoMi/hiui/commit/f2be367e959d42506953fe9d57cf677ccb79305e), [`6ae564d44`](https://github.com/XiaoMi/hiui/commit/6ae564d44a94da6b245af86700d107c0954e6f28), [`1972fd16a`](https://github.com/XiaoMi/hiui/commit/1972fd16ae1971690412192bce03d6860af8efdd), [`b7a2d0d11`](https://github.com/XiaoMi/hiui/commit/b7a2d0d1129737a7b4e73fed634fab51289de87d), [`59cef699f`](https://github.com/XiaoMi/hiui/commit/59cef699f96f56d4f68fae7f9dadb960c487b5de), [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b), [`cb7b794d0`](https://github.com/XiaoMi/hiui/commit/cb7b794d07d56c74f7972f05440632335631b9e0), [`dd60555d3`](https://github.com/XiaoMi/hiui/commit/dd60555d3b3fcb1fe6e07530ef428f6fdde150bf), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`f9c4afd14`](https://github.com/XiaoMi/hiui/commit/f9c4afd148b6d82400a923b3353df7c115292cc1), [`bfc1cb7c8`](https://github.com/XiaoMi/hiui/commit/bfc1cb7c807ebc2be0c80f8f2e9d1ec08d357f12), [`d7b42d456`](https://github.com/XiaoMi/hiui/commit/d7b42d4562fd5d8c5a4a4fd5cddfd3725bdafcf2), [`1c2b3c1a7`](https://github.com/XiaoMi/hiui/commit/1c2b3c1a7ac1f05cff0c081da1a8304296e07a44)]:
519
+ - @hi-ui/upload@5.0.0
520
+ - @hi-ui/time-picker@5.0.0
521
+ - @hi-ui/message@5.0.0
522
+ - @hi-ui/number-input@5.0.0
523
+ - @hi-ui/picker@5.0.0
524
+ - @hi-ui/stepper@5.0.0
525
+ - @hi-ui/switch@5.0.0
526
+ - @hi-ui/radio@5.0.0
527
+ - @hi-ui/card@5.0.0
528
+ - @hi-ui/drawer@5.0.0
529
+ - @hi-ui/notification@5.0.0
530
+ - @hi-ui/table@5.0.0
531
+ - @hi-ui/tree@5.0.0
532
+ - @hi-ui/pop-confirm@5.0.0
533
+ - @hi-ui/tag@5.0.0
534
+ - @hi-ui/textarea@5.0.0
535
+ - @hi-ui/input@5.0.0
536
+ - @hi-ui/loading@5.0.0
537
+ - @hi-ui/breadcrumb@5.0.0
538
+ - @hi-ui/menu@5.0.0
539
+ - @hi-ui/modal@5.0.0
540
+ - @hi-ui/popover@5.0.0
541
+ - @hi-ui/popper@5.0.0
542
+ - @hi-ui/preview@5.0.0
543
+ - @hi-ui/tooltip@5.0.0
544
+ - @hi-ui/tag-input@5.0.0
545
+ - @hi-ui/slider@5.0.0
546
+ - @hi-ui/button@5.0.0
547
+ - @hi-ui/cascader@5.0.0
548
+ - @hi-ui/check-cascader@5.0.0
549
+ - @hi-ui/check-select@5.0.0
550
+ - @hi-ui/check-tree-select@5.0.0
551
+ - @hi-ui/select@5.0.0
552
+ - @hi-ui/tree-select@5.0.0
553
+ - @hi-ui/date-picker@5.0.0
554
+ - @hi-ui/empty-state@5.0.0
555
+ - @hi-ui/back-top@5.0.0
556
+ - @hi-ui/descriptions@5.0.0
557
+ - @hi-ui/grid@5.0.0
558
+ - @hi-ui/progress@5.0.0
559
+ - @hi-ui/provider@5.0.0
560
+ - @hi-ui/layout@5.0.0
561
+ - @hi-ui/ellipsis-tooltip@5.0.0
562
+ - @hi-ui/core@5.0.0
563
+ - @hi-ui/tabs@5.0.0
564
+ - @hi-ui/form@5.0.0
565
+ - @hi-ui/alert@5.0.0
566
+ - @hi-ui/collapse@5.0.0
567
+ - @hi-ui/counter@5.0.0
568
+ - @hi-ui/dropdown@5.0.0
569
+ - @hi-ui/pagination@5.0.0
570
+ - @hi-ui/result@5.0.0
571
+ - @hi-ui/anchor@5.0.0
572
+ - @hi-ui/avatar@5.0.0
573
+ - @hi-ui/badge@5.0.0
574
+ - @hi-ui/carousel@5.0.0
575
+ - @hi-ui/checkbox@5.0.0
576
+ - @hi-ui/filter@5.0.0
577
+ - @hi-ui/highlighter@5.0.0
578
+ - @hi-ui/icon-button@5.0.0
579
+ - @hi-ui/input-group@5.0.0
580
+ - @hi-ui/list@5.0.0
581
+ - @hi-ui/portal@5.0.0
582
+ - @hi-ui/rating@5.0.0
583
+ - @hi-ui/scrollbar@5.0.0
584
+ - @hi-ui/search@5.0.0
585
+ - @hi-ui/space@5.0.0
586
+ - @hi-ui/spinner@5.0.0
587
+ - @hi-ui/svg-icon@5.0.0
588
+ - @hi-ui/timeline@5.0.0
589
+ - @hi-ui/transfer@5.0.0
590
+ - @hi-ui/watermark@5.0.0
591
+ - @hi-ui/zen-mode@5.0.0
592
+ - @hi-ui/page-header@5.0.0
593
+ - @hi-ui/skeleton@5.0.0
594
+ - @hi-ui/query-filter@5.0.0
595
+
596
+ ## 4.18.0
597
+
598
+ ### Minor Changes
599
+
600
+ - [#3470](https://github.com/XiaoMi/hiui/pull/3470) [`24216019a`](https://github.com/XiaoMi/hiui/commit/24216019a409bd9ea029df27e41cc9000856b1f2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): add timeout option to upload components and types (#3469)
601
+
602
+ - [#3474](https://github.com/XiaoMi/hiui/pull/3474) [`e46b1ec03`](https://github.com/XiaoMi/hiui/commit/e46b1ec037fec5758a94d95635581c1b4f2b9b72) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 增加 defaultPickerValue 参数,支持配置默认的面板显示日期 (#3473)
603
+
604
+ - [#3472](https://github.com/XiaoMi/hiui/pull/3472) [`1fae66f2d`](https://github.com/XiaoMi/hiui/commit/1fae66f2d10e4b3eba30e2af74bc793af91061d0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tree): add shouldShowSwitcher prop for custom switcher display logic (#3471)
605
+
606
+ ### Patch Changes
607
+
608
+ - [#3476](https://github.com/XiaoMi/hiui/pull/3476) [`b12cd78`](https://github.com/XiaoMi/hiui/commit/b12cd78a3e701a0efaacc6f14705a0afcb0fae08) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复当 initialValues 为 {} 时无法正常重置表单问题 (#3475)
609
+
610
+ - Updated dependencies [[`24216019a`](https://github.com/XiaoMi/hiui/commit/24216019a409bd9ea029df27e41cc9000856b1f2), [`e46b1ec03`](https://github.com/XiaoMi/hiui/commit/e46b1ec037fec5758a94d95635581c1b4f2b9b72), [`1fae66f2d`](https://github.com/XiaoMi/hiui/commit/1fae66f2d10e4b3eba30e2af74bc793af91061d0), [`b12cd78`](https://github.com/XiaoMi/hiui/commit/b12cd78a3e701a0efaacc6f14705a0afcb0fae08)]:
611
+ - @hi-ui/upload@4.3.0
612
+ - @hi-ui/date-picker@4.13.0
613
+ - @hi-ui/tree@4.7.0
614
+ - @hi-ui/tree-select@4.4.0
615
+ - @hi-ui/form@4.3.4
783
616
 
784
617
  ## 4.17.5
785
618