# @hi-ui/hiui

## 4.18.0

### Minor Changes

- [#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)

- [#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)

- [#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)

### Patch Changes

- [#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)

- 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)]:
  - @hi-ui/upload@4.3.0
  - @hi-ui/date-picker@4.13.0
  - @hi-ui/tree@4.7.0
  - @hi-ui/tree-select@4.4.0
  - @hi-ui/form@4.3.4

## 4.17.5

### Patch Changes

- [#3450](https://github.com/XiaoMi/hiui/pull/3450) [`0cea4d7`](https://github.com/XiaoMi/hiui/commit/0cea4d75c771b5db56f520821b53864051c33594) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): ensure at least one tag is displayed when container width is insufficient (#3449)

- Updated dependencies [[`0cea4d7`](https://github.com/XiaoMi/hiui/commit/0cea4d75c771b5db56f520821b53864051c33594)]:
  - @hi-ui/check-select@4.6.5

## 4.17.4

### Patch Changes

- [#3432](https://github.com/XiaoMi/hiui/pull/3432) [`098dd97`](https://github.com/XiaoMi/hiui/commit/098dd97be846a621a12dad63e91ea5fc6b0567af) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复清空时输入非法内容后无法清空的问题 (#3431)

- Updated dependencies [[`098dd97`](https://github.com/XiaoMi/hiui/commit/098dd97be846a621a12dad63e91ea5fc6b0567af)]:
  - @hi-ui/date-picker@4.12.3

## 4.17.3

### Patch Changes

- [#3426](https://github.com/XiaoMi/hiui/pull/3426) [`a8cc00c`](https://github.com/XiaoMi/hiui/commit/a8cc00cc9c5591309049c25a458ffcd41e292eba) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复设置 minWidth 无效的问题 (#3425)

- Updated dependencies [[`a8cc00c`](https://github.com/XiaoMi/hiui/commit/a8cc00cc9c5591309049c25a458ffcd41e292eba)]:
  - @hi-ui/table@4.12.3

## 4.17.2

### Patch Changes

- [#3417](https://github.com/XiaoMi/hiui/pull/3417) [`d3dad52`](https://github.com/XiaoMi/hiui/commit/d3dad52a9a8df4cb6451832c0083c03a79f3a1a4) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): update build scripts and type definitions for locale support

- Updated dependencies [[`d3dad52`](https://github.com/XiaoMi/hiui/commit/d3dad52a9a8df4cb6451832c0083c03a79f3a1a4)]:
  - @hi-ui/provider@4.2.1
  - @hi-ui/core@4.0.12

## 4.17.1

### Patch Changes

- [#3415](https://github.com/XiaoMi/hiui/pull/3415) [`e7a09db`](https://github.com/XiaoMi/hiui/commit/e7a09db7f75022fee82a254a74a2ec17c6b03638) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(cascader): 修复在异步加载数据下,首次打开弹窗没有定位到已选节点位置的问题 (#3414)

- Updated dependencies [[`e7a09db`](https://github.com/XiaoMi/hiui/commit/e7a09db7f75022fee82a254a74a2ec17c6b03638)]:
  - @hi-ui/cascader@4.5.2

## 4.17.0

### Minor Changes

- [#3410](https://github.com/XiaoMi/hiui/pull/3410) [`b2de718e9`](https://github.com/XiaoMi/hiui/commit/b2de718e9fd12dbe8fa1d762c6924696c19bc924) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(locale-context): 增加语言包 & 增加 merge 方法

### Patch Changes

- [#3407](https://github.com/XiaoMi/hiui/pull/3407) [`4a1444965`](https://github.com/XiaoMi/hiui/commit/4a1444965bdeeeb12333e43a05caa2e76d74eb47) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(cascader): 体验优化：每次打开菜单时自动定位到已选节点 (#3406)

- [#3409](https://github.com/XiaoMi/hiui/pull/3409) [`467701f`](https://github.com/XiaoMi/hiui/commit/467701f925d0bb0709e3fd17ca6e178fa1ca01c6) Thanks [@zyprepare](https://github.com/zyprepare)! - refactor(check-tree-select): 搜索和全选勾选逻辑调整，过滤后的结果勾选态还是按照全量数据进行计算，全选态根据过滤后的数据进行计算 (#3398)

- Updated dependencies [[`b2de718e9`](https://github.com/XiaoMi/hiui/commit/b2de718e9fd12dbe8fa1d762c6924696c19bc924), [`4a1444965`](https://github.com/XiaoMi/hiui/commit/4a1444965bdeeeb12333e43a05caa2e76d74eb47), [`467701f`](https://github.com/XiaoMi/hiui/commit/467701f925d0bb0709e3fd17ca6e178fa1ca01c6)]:
  - @hi-ui/provider@4.2.0
  - @hi-ui/core@4.0.11
  - @hi-ui/cascader@4.5.1
  - @hi-ui/check-tree-select@4.7.6

## 4.16.5

### Patch Changes

- [#3382](https://github.com/XiaoMi/hiui/pull/3382) [`144de50f5`](https://github.com/XiaoMi/hiui/commit/144de50f528c834942d1d04467f7234c1710f758) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 统计行加上表头分组情况的处理 (#3381)

- [#3380](https://github.com/XiaoMi/hiui/pull/3380) [`9808ab271`](https://github.com/XiaoMi/hiui/commit/9808ab27177458431767602538ee52d1f2a3a9e6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(preview): prevent movement on right-click in Preview component (#3379)

- Updated dependencies [[`144de50f5`](https://github.com/XiaoMi/hiui/commit/144de50f528c834942d1d04467f7234c1710f758), [`d5b4363`](https://github.com/XiaoMi/hiui/commit/d5b4363888ebc0869a70482de2eb114326ee4d3c), [`9808ab271`](https://github.com/XiaoMi/hiui/commit/9808ab27177458431767602538ee52d1f2a3a9e6)]:
  - @hi-ui/table@4.12.2
  - @hi-ui/core@4.0.10
  - @hi-ui/preview@4.2.2

## 4.16.4

### Patch Changes

- [#3364](https://github.com/XiaoMi/hiui/pull/3364) [`06d6dcf`](https://github.com/XiaoMi/hiui/commit/06d6dcff5282bb702791ab87e0690edc3828da5c) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(check-tree-select): 支持自定义下拉菜单底部渲染 (#3363)

- Updated dependencies [[`06d6dcf`](https://github.com/XiaoMi/hiui/commit/06d6dcff5282bb702791ab87e0690edc3828da5c)]:
  - @hi-ui/check-tree-select@4.7.5

## 4.16.3

### Patch Changes

- [#3353](https://github.com/XiaoMi/hiui/pull/3353) [`a0789be`](https://github.com/XiaoMi/hiui/commit/a0789be5e6a996a69b0cbf4b105315b22522aeac) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复日期时间范围下时间禁用问题 (#3352)

- [#3344](https://github.com/XiaoMi/hiui/pull/3344) [`59d9dbafb`](https://github.com/XiaoMi/hiui/commit/59d9dbafb64c8a1d2954a5f2efa280696e0960be) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(modal): 增加 onConfirm 错误处理逻辑 (#3343)

- [#3350](https://github.com/XiaoMi/hiui/pull/3350) [`997208570`](https://github.com/XiaoMi/hiui/commit/9972085705ff9db36a6460a933937c929c90a9c0) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(preview): 修复初始设置可见无效问题 (#3349)

- Updated dependencies [[`a0789be`](https://github.com/XiaoMi/hiui/commit/a0789be5e6a996a69b0cbf4b105315b22522aeac), [`59d9dbafb`](https://github.com/XiaoMi/hiui/commit/59d9dbafb64c8a1d2954a5f2efa280696e0960be), [`997208570`](https://github.com/XiaoMi/hiui/commit/9972085705ff9db36a6460a933937c929c90a9c0)]:
  - @hi-ui/date-picker@4.12.2
  - @hi-ui/modal@4.4.2
  - @hi-ui/preview@4.2.1

## 4.16.2

### Patch Changes

- [#3336](https://github.com/XiaoMi/hiui/pull/3336) [`9356e8c`](https://github.com/XiaoMi/hiui/commit/9356e8ca43ae75f2886bd5225723ee9afad501a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(use-search-mode): 优化初次搜索逻辑 (#3335)

- Updated dependencies [[`9356e8c`](https://github.com/XiaoMi/hiui/commit/9356e8ca43ae75f2886bd5225723ee9afad501a6)]:
  - @hi-ui/check-cascader@4.5.2
  - @hi-ui/check-tree-select@4.7.4

## 4.16.1

### Patch Changes

- [#3324](https://github.com/XiaoMi/hiui/pull/3324) [`8db6414b6`](https://github.com/XiaoMi/hiui/commit/8db6414b635ef561c7487a6f713c21a388d85739) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-tree-select): 更新全选逻辑，使用 dataMemo 替代 flattedData，确保状态正确 (#3323)

- [#3328](https://github.com/XiaoMi/hiui/pull/3328) [`6e274310f`](https://github.com/XiaoMi/hiui/commit/6e274310f9545a82090ffa586cf31a7c79b305ba) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 优化列宽设置逻辑，确保在列变化时准确计算并更新列宽 (#3327)

- [#3330](https://github.com/XiaoMi/hiui/pull/3330) [`df35306`](https://github.com/XiaoMi/hiui/commit/df353062b0d0b0cf3bd4e62280df20ba7e7a4774) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复设置 scrollbar 后冻结列失效问题 (#3329)

- [#3326](https://github.com/XiaoMi/hiui/pull/3326) [`c11a132ad`](https://github.com/XiaoMi/hiui/commit/c11a132ad1bb076356752e9d0a6f40cc04c44880) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 onChange 第三个参数返回的值和类型不匹配问题 (#3325)

- Updated dependencies [[`8db6414b6`](https://github.com/XiaoMi/hiui/commit/8db6414b635ef561c7487a6f713c21a388d85739), [`6e274310f`](https://github.com/XiaoMi/hiui/commit/6e274310f9545a82090ffa586cf31a7c79b305ba), [`df35306`](https://github.com/XiaoMi/hiui/commit/df353062b0d0b0cf3bd4e62280df20ba7e7a4774), [`c11a132ad`](https://github.com/XiaoMi/hiui/commit/c11a132ad1bb076356752e9d0a6f40cc04c44880)]:
  - @hi-ui/check-tree-select@4.7.3
  - @hi-ui/table@4.12.1
  - @hi-ui/check-cascader@4.5.1

## 4.16.0

### Minor Changes

- [#3305](https://github.com/XiaoMi/hiui/pull/3305) [`6316a318e`](https://github.com/XiaoMi/hiui/commit/6316a318efe728b2b9fe21097a5c262ec83bea93) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 添加 fixedToRow 功能，支持设置行固定到顶部或底部 (#3304)

### Patch Changes

- [#3307](https://github.com/XiaoMi/hiui/pull/3307) [`7211244`](https://github.com/XiaoMi/hiui/commit/7211244c035ec21966c42eb5e58134348d97bd2f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker&time-picker): 修复在日期时间范围选择模式下，disabledHours 回调参数总数返回 single 的问题 (#3289)

- [#3277](https://github.com/XiaoMi/hiui/pull/3277) [`93df0aaff`](https://github.com/XiaoMi/hiui/commit/93df0aafff09be59faeb4bad0ceea57a00df5ccf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 处理规则消息为空的情况，将其设置为 undefined (#3276)

- [#3306](https://github.com/XiaoMi/hiui/pull/3306) [`0eaaf1375`](https://github.com/XiaoMi/hiui/commit/0eaaf137524a58744c280c6b462ef9ea43fccd0a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 优化默认值处理逻辑，确保在没有传值时使用默认值 (#3302)

- [#3275](https://github.com/XiaoMi/hiui/pull/3275) [`b2b66a9e7`](https://github.com/XiaoMi/hiui/commit/b2b66a9e73a1a92d6b0604dc2ad711895154e518) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 优化 valueType 为 number 情况下的校验逻辑 (#3274)

- [#3279](https://github.com/XiaoMi/hiui/pull/3279) [`a5786f533`](https://github.com/XiaoMi/hiui/commit/a5786f53314d1bd953d0af84eee6a7222a305b9e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(number-input): 为加减按钮添加 type 属性，确保按钮行为符合标准 (#3278)

- Updated dependencies [[`7211244`](https://github.com/XiaoMi/hiui/commit/7211244c035ec21966c42eb5e58134348d97bd2f), [`93df0aaff`](https://github.com/XiaoMi/hiui/commit/93df0aafff09be59faeb4bad0ceea57a00df5ccf), [`6316a318e`](https://github.com/XiaoMi/hiui/commit/6316a318efe728b2b9fe21097a5c262ec83bea93), [`0eaaf1375`](https://github.com/XiaoMi/hiui/commit/0eaaf137524a58744c280c6b462ef9ea43fccd0a), [`b2b66a9e7`](https://github.com/XiaoMi/hiui/commit/b2b66a9e73a1a92d6b0604dc2ad711895154e518), [`a5786f533`](https://github.com/XiaoMi/hiui/commit/a5786f53314d1bd953d0af84eee6a7222a305b9e)]:
  - @hi-ui/date-picker@4.12.1
  - @hi-ui/time-picker@4.1.2
  - @hi-ui/form@4.3.3
  - @hi-ui/table@4.12.0
  - @hi-ui/number-input@4.2.3

## 4.15.0

### Minor Changes

- [#3231](https://github.com/XiaoMi/hiui/pull/3231) [`bbba46153`](https://github.com/XiaoMi/hiui/commit/bbba4615313cd0618deff633bebc657e7f34ec94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): onChange 回调中增加选中项对象参数返回 (#3230)

- [#3219](https://github.com/XiaoMi/hiui/pull/3219) [`ca7a945fe`](https://github.com/XiaoMi/hiui/commit/ca7a945fe1eeaf14b3ffb34375ff613781d7bebd) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): TableColumnItem 类型增加 minWidth 参数 (#3216)

- [#3246](https://github.com/XiaoMi/hiui/pull/3246) [`0d6cec005`](https://github.com/XiaoMi/hiui/commit/0d6cec005e8ab33f8d3bf7ca0026d54b2e3e6af1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add utcOffset api (#3232)

### Patch Changes

- [#3250](https://github.com/XiaoMi/hiui/pull/3250) [`b3a21e9cd`](https://github.com/XiaoMi/hiui/commit/b3a21e9cdc6ec9cd02caefc3cd682bfb49f7a2be) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): disabledDate 回调的时间参数加上 utcOffset 处理 (5.0)

- [#3254](https://github.com/XiaoMi/hiui/pull/3254) [`fc1360986`](https://github.com/XiaoMi/hiui/commit/fc136098659d111d5df8a369a5b305e4be71d46e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 更新 useTable 逻辑以确保滚动位置不超出表格宽度，并添加 @hi-ui/radio 依赖

- [#3249](https://github.com/XiaoMi/hiui/pull/3249) [`dc1311a91`](https://github.com/XiaoMi/hiui/commit/dc1311a917518bc5debef755a9fcd4e33fb58790) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-tree-select): 完善 dataSource 功能，支持搜索结果高亮和展开 (#3247)

- [#3256](https://github.com/XiaoMi/hiui/pull/3256) [`83b5d790d`](https://github.com/XiaoMi/hiui/commit/83b5d790d5d3340cbd8cbfd507e6d3a60a08b05a) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(number-input): 补充 placeholder 类型

- [#3261](https://github.com/XiaoMi/hiui/pull/3261) [`b8c19048f`](https://github.com/XiaoMi/hiui/commit/b8c19048fe25147f344be4cd951740593aee8d12) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): 修复 TagInputMock 组件中标签最大数量逻辑及更新 tagsWidth 的处理方式 (#3260)

- [#3270](https://github.com/XiaoMi/hiui/pull/3270) [`9a241f9`](https://github.com/XiaoMi/hiui/commit/9a241f9ace65037a2dc6308566f1b36c2e1856a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(menu): 添加国际化支持，更新“更多”菜单项的标题为本地化文本

- [#3255](https://github.com/XiaoMi/hiui/pull/3255) [`b5a1fa3ae`](https://github.com/XiaoMi/hiui/commit/b5a1fa3ae80ba3da4666e0c82a5eac0cf0f908a2) Thanks [@zyprepare](https://github.com/zyprepare)! - style(search): 下拉列表设置最大高度 & 增加 dropdownClassName 参数 (#3251)

- [#3229](https://github.com/XiaoMi/hiui/pull/3229) [`a39dbe2cd`](https://github.com/XiaoMi/hiui/commit/a39dbe2cdcddff2bdc06ca6dd68eca1cc52fb671) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(provider): 显示声明 children 类型 (#3228)

- Updated dependencies [[`b3a21e9cd`](https://github.com/XiaoMi/hiui/commit/b3a21e9cdc6ec9cd02caefc3cd682bfb49f7a2be), [`fc1360986`](https://github.com/XiaoMi/hiui/commit/fc136098659d111d5df8a369a5b305e4be71d46e), [`dc1311a91`](https://github.com/XiaoMi/hiui/commit/dc1311a917518bc5debef755a9fcd4e33fb58790), [`83b5d790d`](https://github.com/XiaoMi/hiui/commit/83b5d790d5d3340cbd8cbfd507e6d3a60a08b05a), [`9a241f9`](https://github.com/XiaoMi/hiui/commit/9a241f9ace65037a2dc6308566f1b36c2e1856a6), [`b5a1fa3ae`](https://github.com/XiaoMi/hiui/commit/b5a1fa3ae80ba3da4666e0c82a5eac0cf0f908a2), [`bbba46153`](https://github.com/XiaoMi/hiui/commit/bbba4615313cd0618deff633bebc657e7f34ec94), [`a39dbe2cd`](https://github.com/XiaoMi/hiui/commit/a39dbe2cdcddff2bdc06ca6dd68eca1cc52fb671), [`ca7a945fe`](https://github.com/XiaoMi/hiui/commit/ca7a945fe1eeaf14b3ffb34375ff613781d7bebd), [`0d6cec005`](https://github.com/XiaoMi/hiui/commit/0d6cec005e8ab33f8d3bf7ca0026d54b2e3e6af1)]:
  - @hi-ui/date-picker@4.12.0
  - @hi-ui/table@4.11.0
  - @hi-ui/check-tree-select@4.7.2
  - @hi-ui/number-input@4.2.2
  - @hi-ui/menu@4.3.2
  - @hi-ui/search@4.1.1
  - @hi-ui/cascader@4.5.0
  - @hi-ui/check-cascader@4.5.0
  - @hi-ui/provider@4.1.1

## 4.14.0

### Minor Changes

- [#3206](https://github.com/XiaoMi/hiui/pull/3206) [`a4e208e55`](https://github.com/XiaoMi/hiui/commit/a4e208e556945c322607644dd648d8f30914e639) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popover): add popperClassName api (#3205)

- [#3211](https://github.com/XiaoMi/hiui/pull/3211) [`7e21457`](https://github.com/XiaoMi/hiui/commit/7e2145754dcc7a94d0f8219ee720657a0693acc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tabs): 增加 TabPane 组件的 preload 属性以支持内容预加载 (#3210)

### Patch Changes

- [#3197](https://github.com/XiaoMi/hiui/pull/3197) [`c31ebeb66`](https://github.com/XiaoMi/hiui/commit/c31ebeb661a437b730509792fbe88bb0cc028883) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(descriptions): 给 Row 和 Cell 组件增加 rest 参数支持，允许传递额外属性至组件 (#3193)

- [#3190](https://github.com/XiaoMi/hiui/pull/3190) [`2916aa378`](https://github.com/XiaoMi/hiui/commit/2916aa378c068ef5830dee4f702ea5e93d6befe8) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(slider): 修复多个实例时的拖拽问题(#3189)

- [#3204](https://github.com/XiaoMi/hiui/pull/3204) [`308cd104a`](https://github.com/XiaoMi/hiui/commit/308cd104a249561b518b85518c3ddb9fa1999c76) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 closeIcon 设置无效问题 (3203)

- [#3208](https://github.com/XiaoMi/hiui/pull/3208) [`36086f4c8`](https://github.com/XiaoMi/hiui/commit/36086f4c8ab11728dd4d0bb34b4d9301c6068452) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(select): 修复多级分组下分组标题左间距不对问题 (#3207)

- [#3202](https://github.com/XiaoMi/hiui/pull/3202) [`0d006f890`](https://github.com/XiaoMi/hiui/commit/0d006f890d8c6d7c6064b8672c9dbc561173c1c0) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(date-picker): DatePicker 组件 type 为 季度下无法选择年份(#3201)

- [`714637dfe`](https://github.com/XiaoMi/hiui/commit/714637dfee0f943ef497b2073e3c4f27dee35ecc) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复周选择面板周数显示异常问题 (#3209)

- Updated dependencies [[`80a909d2d`](https://github.com/XiaoMi/hiui/commit/80a909d2dae99d68d71f2ec6f4b210080d032ec0), [`c31ebeb66`](https://github.com/XiaoMi/hiui/commit/c31ebeb661a437b730509792fbe88bb0cc028883), [`2916aa378`](https://github.com/XiaoMi/hiui/commit/2916aa378c068ef5830dee4f702ea5e93d6befe8), [`308cd104a`](https://github.com/XiaoMi/hiui/commit/308cd104a249561b518b85518c3ddb9fa1999c76), [`36086f4c8`](https://github.com/XiaoMi/hiui/commit/36086f4c8ab11728dd4d0bb34b4d9301c6068452), [`a4e208e55`](https://github.com/XiaoMi/hiui/commit/a4e208e556945c322607644dd648d8f30914e639), [`0d006f890`](https://github.com/XiaoMi/hiui/commit/0d006f890d8c6d7c6064b8672c9dbc561173c1c0), [`7e21457`](https://github.com/XiaoMi/hiui/commit/7e2145754dcc7a94d0f8219ee720657a0693acc3), [`185c8912a`](https://github.com/XiaoMi/hiui/commit/185c8912a2deca837b96e71a6c99d05a56203bb8), [`714637dfe`](https://github.com/XiaoMi/hiui/commit/714637dfee0f943ef497b2073e3c4f27dee35ecc)]:
  - @hi-ui/cascader@4.4.1
  - @hi-ui/check-cascader@4.4.1
  - @hi-ui/check-select@4.6.4
  - @hi-ui/check-tree-select@4.7.1
  - @hi-ui/picker@4.1.8
  - @hi-ui/select@4.6.2
  - @hi-ui/tree-select@4.3.1
  - @hi-ui/descriptions@4.5.1
  - @hi-ui/slider@4.0.12
  - @hi-ui/drawer@4.3.2
  - @hi-ui/popover@4.2.0
  - @hi-ui/date-picker@4.11.1
  - @hi-ui/tabs@4.2.0
  - @hi-ui/tag@4.3.0

## 4.13.0

### Minor Changes

- [#3172](https://github.com/XiaoMi/hiui/pull/3172) [`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(mock-input): 增加 onClear 参数 (#3171)

### Patch Changes

- [#3179](https://github.com/XiaoMi/hiui/pull/3179) [`7bf0630`](https://github.com/XiaoMi/hiui/commit/7bf063053a73923af41c33370c31371325206276) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(highlighter): 修复 CheckSelect 搜索模式下搜索(时报错(#3178)

- [#3164](https://github.com/XiaoMi/hiui/pull/3164) [`084cf985c`](https://github.com/XiaoMi/hiui/commit/084cf985c7813c646c0a3df03d32dc9d8752edef) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(upload): 修改 upload 组件支持上传的文件异常(#3163)

- Updated dependencies [[`7bf0630`](https://github.com/XiaoMi/hiui/commit/7bf063053a73923af41c33370c31371325206276), [`084cf985c`](https://github.com/XiaoMi/hiui/commit/084cf985c7813c646c0a3df03d32dc9d8752edef), [`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f)]:
  - @hi-ui/highlighter@4.1.2
  - @hi-ui/upload@4.2.5
  - @hi-ui/cascader@4.4.0
  - @hi-ui/check-cascader@4.4.0
  - @hi-ui/check-tree-select@4.7.0
  - @hi-ui/input@4.4.0
  - @hi-ui/tree-select@4.3.0

## 4.12.1

### Patch Changes

- [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>

  - feat(form): 入口新增 FormLabel 组件导出
  - feat(form): 更新 FormListProps 中 children 渲染函数中 fields 参数的类型

- [#3160](https://github.com/XiaoMi/hiui/pull/3160) [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(number-input): 容器元素增加默认的白色背景

- Updated dependencies [[`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4), [`3244e5a`](https://github.com/XiaoMi/hiui/commit/3244e5a94d1cfa3d85a65bc8804a21b8b60b80a4)]:
  - @hi-ui/form@4.3.2
  - @hi-ui/number-input@4.2.1

## 4.12.0

### Minor Changes

- [#3134](https://github.com/XiaoMi/hiui/pull/3134) [`e5ef01298`](https://github.com/XiaoMi/hiui/commit/e5ef012986e7d9e017f9547cdb24480e8fa682ae) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 添加可选的 visible 属性以控制日期选择器的显示状态 (#3131)

### Patch Changes

- [#3137](https://github.com/XiaoMi/hiui/pull/3137) [`5d2e1424a`](https://github.com/XiaoMi/hiui/commit/5d2e1424ac6f67c4dbdf6d99c6715bd380419288) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): useSelect 增加 value 参数以支持选中项的初始化状态 (#3135)

- [#3136](https://github.com/XiaoMi/hiui/pull/3136) [`5330d91b7`](https://github.com/XiaoMi/hiui/commit/5330d91b7c4713174857c38078baced790dc0431) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 在日期选择器中添加 onClose 回调 (#3133)

- [#3132](https://github.com/XiaoMi/hiui/pull/3132) [`daef8d482`](https://github.com/XiaoMi/hiui/commit/daef8d4823a409f728398e53fec3bbf521cd1471) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(select): 更新 customRender 逻辑以使用 mergedData 查找选中项 (#3130)

- [#3140](https://github.com/XiaoMi/hiui/pull/3140) [`482c4b6`](https://github.com/XiaoMi/hiui/commit/482c4b63999a8c1f9b24e703f529c28baebffbc0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(upload): 在 DragUpload 和 PictureListUpload 组件中添加 actionRender 属性以支持自定义操作渲染 (#3139)

- Updated dependencies [[`5d2e1424a`](https://github.com/XiaoMi/hiui/commit/5d2e1424ac6f67c4dbdf6d99c6715bd380419288), [`5330d91b7`](https://github.com/XiaoMi/hiui/commit/5330d91b7c4713174857c38078baced790dc0431), [`daef8d482`](https://github.com/XiaoMi/hiui/commit/daef8d4823a409f728398e53fec3bbf521cd1471), [`e5ef01298`](https://github.com/XiaoMi/hiui/commit/e5ef012986e7d9e017f9547cdb24480e8fa682ae), [`482c4b6`](https://github.com/XiaoMi/hiui/commit/482c4b63999a8c1f9b24e703f529c28baebffbc0)]:
  - @hi-ui/cascader@4.3.2
  - @hi-ui/date-picker@4.11.0
  - @hi-ui/select@4.6.1
  - @hi-ui/upload@4.2.4

## 4.11.4

### Patch Changes

- [#3125](https://github.com/XiaoMi/hiui/pull/3125) [`74e236866`](https://github.com/XiaoMi/hiui/commit/74e236866fe8fc0c248e3e656d5a73dbe283e4e3) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(popover): 暴露 modifiers 参数 (#3123)

- [#3126](https://github.com/XiaoMi/hiui/pull/3126) [`6173495f3`](https://github.com/XiaoMi/hiui/commit/6173495f3a09ed8fce6ebdf1a99a50ffdc394952) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 增强 mergedCheckedItems 逻辑以支持自定义渲染函数，并修复 getAllCheckedStatus 函数对非数组值的处理 (#3124)

- [#3128](https://github.com/XiaoMi/hiui/pull/3128) [`b97a8f8`](https://github.com/XiaoMi/hiui/commit/b97a8f81664b023237791769e0fd62b90956fc90) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(popper): 暴露 modifiers 参数 (#3127)

- Updated dependencies [[`74e236866`](https://github.com/XiaoMi/hiui/commit/74e236866fe8fc0c248e3e656d5a73dbe283e4e3), [`6173495f3`](https://github.com/XiaoMi/hiui/commit/6173495f3a09ed8fce6ebdf1a99a50ffdc394952)]:
  - @hi-ui/popover@4.1.2
  - @hi-ui/check-select@4.6.3

## 4.11.3

### Patch Changes

- [#3121](https://github.com/XiaoMi/hiui/pull/3121) [`a6eb8cb`](https://github.com/XiaoMi/hiui/commit/a6eb8cbfda696dfeee147d6adba9805ecb8af5d0) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 更新 FormItemProps 的 children 类型以支持渲染函数，并修复 useForm 中对 formState 的引用问题 (#3120)

- [#3119](https://github.com/XiaoMi/hiui/pull/3119) [`9fac22a3d`](https://github.com/XiaoMi/hiui/commit/9fac22a3d47bc7df2d77fcfb472af9948c60dbdd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 添加头部操作区域用户选择样式以改善交互体验 (#3117)

- [#3118](https://github.com/XiaoMi/hiui/pull/3118) [`6d3bcc266`](https://github.com/XiaoMi/hiui/commit/6d3bcc266d2a8ca1eea4d4a40247709eb3016246) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(modal): 优化 Modal 组件的关闭按钮样式，增加自动边距设置 (#3116)

- Updated dependencies [[`a6eb8cb`](https://github.com/XiaoMi/hiui/commit/a6eb8cbfda696dfeee147d6adba9805ecb8af5d0), [`9fac22a3d`](https://github.com/XiaoMi/hiui/commit/9fac22a3d47bc7df2d77fcfb472af9948c60dbdd), [`6d3bcc266`](https://github.com/XiaoMi/hiui/commit/6d3bcc266d2a8ca1eea4d4a40247709eb3016246)]:
  - @hi-ui/form@4.3.1
  - @hi-ui/date-picker@4.10.1
  - @hi-ui/modal@4.4.1

## 4.11.2

### Patch Changes

- [#3112](https://github.com/XiaoMi/hiui/pull/3112) [`48add23aa`](https://github.com/XiaoMi/hiui/commit/48add23aaee42117a419d26a0bcb29a903ad1e5c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(progress): 修复 color 设置无效问题 (#3111)

- [#3114](https://github.com/XiaoMi/hiui/pull/3114) [`8ddcda3`](https://github.com/XiaoMi/hiui/commit/8ddcda36864ef1ad6679a413f660cfcc7f55e8a3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 customRender 回调中的 value 值无法显示初始值问题 (#3113)

- Updated dependencies [[`48add23aa`](https://github.com/XiaoMi/hiui/commit/48add23aaee42117a419d26a0bcb29a903ad1e5c), [`8ddcda3`](https://github.com/XiaoMi/hiui/commit/8ddcda36864ef1ad6679a413f660cfcc7f55e8a3)]:
  - @hi-ui/progress@4.0.11
  - @hi-ui/check-select@4.6.2

## 4.11.1

### Patch Changes

- [#3109](https://github.com/XiaoMi/hiui/pull/3109) [`8dc162d`](https://github.com/XiaoMi/hiui/commit/8dc162d6e7ef7a174f946b8ccdbecdd0f4731338) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(highlighter): 修复作为子组件使用时匹配问题

- Updated dependencies [[`8dc162d`](https://github.com/XiaoMi/hiui/commit/8dc162d6e7ef7a174f946b8ccdbecdd0f4731338)]:
  - @hi-ui/highlighter@4.1.1

## 4.11.0

### Minor Changes

- [#3101](https://github.com/XiaoMi/hiui/pull/3101) [`8bba9316b`](https://github.com/XiaoMi/hiui/commit/8bba9316baa01df2192bfd4ed5d3c7b3c93c0b87) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): 以 api 方式调用时支持异步关闭弹窗 (#3012)

- [#3098](https://github.com/XiaoMi/hiui/pull/3098) [`5ff292557`](https://github.com/XiaoMi/hiui/commit/5ff292557be9b69b6f954717165818d7e9c25c45) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(ellipsis-tooltip): 支持标记 Tooltip 可用状态 (#3097)

- [#3102](https://github.com/XiaoMi/hiui/pull/3102) [`414c96a86`](https://github.com/XiaoMi/hiui/commit/414c96a86c6311c5b103733749092108cad03760) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(highlighter): keyword 参数支持传入正则表达式 (#3075)

- [#3089](https://github.com/XiaoMi/hiui/pull/3089) [`9898157c4`](https://github.com/XiaoMi/hiui/commit/9898157c4d19a4492313f78d94440c4468b1f1a6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 完善 footerRender 功能，footerRender 增加 onPick 回调，方便用户快速设置时间 (#3088)

- [#3103](https://github.com/XiaoMi/hiui/pull/3103) [`13b169670`](https://github.com/XiaoMi/hiui/commit/13b16967026f8389cc66315d376ef77029f4ba2b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(highlighter): 支持设置高亮样式 (#3076)

- [#3104](https://github.com/XiaoMi/hiui/pull/3104) [`7252f3024`](https://github.com/XiaoMi/hiui/commit/7252f3024aea4eada8fe26723909dfe21254ead8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(transfer): Add keyword and onSearch api (#3099)

- [#3093](https://github.com/XiaoMi/hiui/pull/3093) [`8192dc3c0`](https://github.com/XiaoMi/hiui/commit/8192dc3c06a5299165fcad1a05f291b994384e3f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 列排序支持设置默认排序顺序和受控模式 (#3091)

- [#3092](https://github.com/XiaoMi/hiui/pull/3092) [`bf2179191`](https://github.com/XiaoMi/hiui/commit/bf21791917f96c0b33b6a74539650bc56aba1d99) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input): add awaitCompositionEnd api (#3090)

### Patch Changes

- [#3096](https://github.com/XiaoMi/hiui/pull/3096) [`3aff5eee7`](https://github.com/XiaoMi/hiui/commit/3aff5eee7ab4e1734fa2800d5154e8ebe24bbe00) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(tag-input): 优化 wrap 模式下设置 displayRender 卡顿问题 (#3094)

- [#3105](https://github.com/XiaoMi/hiui/pull/3105) [`af5207873`](https://github.com/XiaoMi/hiui/commit/af5207873a2e1187a95b00d2c5f64658eb210086) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复虚拟表格下自定义行和单元格样式无效问题 (#3100)

- [#3107](https://github.com/XiaoMi/hiui/pull/3107) [`e9bcdb9`](https://github.com/XiaoMi/hiui/commit/e9bcdb9fbfdb8085a57b76a30bc9d8fd3ca8b923) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 修复点击叉号关闭弹窗时没有触发 onChange 事件问题 (#3106)

- Updated dependencies [[`3aff5eee7`](https://github.com/XiaoMi/hiui/commit/3aff5eee7ab4e1734fa2800d5154e8ebe24bbe00), [`8bba9316b`](https://github.com/XiaoMi/hiui/commit/8bba9316baa01df2192bfd4ed5d3c7b3c93c0b87), [`5ff292557`](https://github.com/XiaoMi/hiui/commit/5ff292557be9b69b6f954717165818d7e9c25c45), [`414c96a86`](https://github.com/XiaoMi/hiui/commit/414c96a86c6311c5b103733749092108cad03760), [`af5207873`](https://github.com/XiaoMi/hiui/commit/af5207873a2e1187a95b00d2c5f64658eb210086), [`9898157c4`](https://github.com/XiaoMi/hiui/commit/9898157c4d19a4492313f78d94440c4468b1f1a6), [`e9bcdb9`](https://github.com/XiaoMi/hiui/commit/e9bcdb9fbfdb8085a57b76a30bc9d8fd3ca8b923), [`13b169670`](https://github.com/XiaoMi/hiui/commit/13b16967026f8389cc66315d376ef77029f4ba2b), [`7252f3024`](https://github.com/XiaoMi/hiui/commit/7252f3024aea4eada8fe26723909dfe21254ead8), [`8192dc3c0`](https://github.com/XiaoMi/hiui/commit/8192dc3c06a5299165fcad1a05f291b994384e3f), [`bf2179191`](https://github.com/XiaoMi/hiui/commit/bf21791917f96c0b33b6a74539650bc56aba1d99)]:
  - @hi-ui/check-cascader@4.3.2
  - @hi-ui/check-select@4.6.1
  - @hi-ui/check-tree-select@4.6.2
  - @hi-ui/modal@4.4.0
  - @hi-ui/ellipsis-tooltip@4.2.0
  - @hi-ui/highlighter@4.1.0
  - @hi-ui/table@4.10.0
  - @hi-ui/date-picker@4.10.0
  - @hi-ui/time-picker@4.1.1
  - @hi-ui/transfer@4.2.0
  - @hi-ui/input@4.3.0

## 4.10.4

### Patch Changes

- [#3086](https://github.com/XiaoMi/hiui/pull/3086) [`1596605`](https://github.com/XiaoMi/hiui/commit/159660554b4c26aa2d2bbc36d0c14f69584e6389) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组下设置列排序无效问题 (#3085)

- Updated dependencies [[`1596605`](https://github.com/XiaoMi/hiui/commit/159660554b4c26aa2d2bbc36d0c14f69584e6389)]:
  - @hi-ui/table@4.9.2

## 4.10.3

### Patch Changes

- [#3081](https://github.com/XiaoMi/hiui/pull/3081) [`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复局部显示中设置 showMask={false} 后显示异常问题 (#3080)

- [#3078](https://github.com/XiaoMi/hiui/pull/3078) [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 图标固定在右边 (#3077)

- [#3083](https://github.com/XiaoMi/hiui/pull/3083) [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下设置边框左边框不显示问题 (#3082)

- Updated dependencies [[`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970), [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e), [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689)]:
  - @hi-ui/drawer@4.3.1
  - @hi-ui/date-picker@4.9.2
  - @hi-ui/table@4.9.1

## 4.10.2

### Patch Changes

- [#3072](https://github.com/XiaoMi/hiui/pull/3072) [`5e426c9`](https://github.com/XiaoMi/hiui/commit/5e426c9f9d0e6ab9aa8d166c29ac8fb2fd95a414) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(locale-context): 对外暴露类型定义

## 4.10.1

### Patch Changes

- [#3070](https://github.com/XiaoMi/hiui/pull/3070) [`e3ce5be`](https://github.com/XiaoMi/hiui/commit/e3ce5be69208fa6fcd3ea9e1c8b7badb2744e055) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(hiui): add portal-context package

## 4.10.0

### Minor Changes

- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(portal-context): Provider 增加 portal 参数，支持配置全局 container (#3060)

### Patch Changes

- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(locale-context): 修改英文前往(#3062)

- [#3068](https://github.com/XiaoMi/hiui/pull/3068) [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(date-picker): 范围选择交互优化 (#3055)

- Updated dependencies [[`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770), [`69f8f07`](https://github.com/XiaoMi/hiui/commit/69f8f07006b4aeeea554de424389aeb93e0f1770)]:
  - @hi-ui/core@4.0.9
  - @hi-ui/drawer@4.3.0
  - @hi-ui/loading@4.3.0
  - @hi-ui/modal@4.3.0
  - @hi-ui/preview@4.2.0
  - @hi-ui/provider@4.1.0
  - @hi-ui/picker@4.1.7
  - @hi-ui/date-picker@4.9.1

## 4.9.0

### Minor Changes

- [#3052](https://github.com/XiaoMi/hiui/pull/3052) [`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add tableWidthAdjustOnResize api (#3046)

- [#3048](https://github.com/XiaoMi/hiui/pull/3048) [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(pagination): add size api(#3047)

- [#3045](https://github.com/XiaoMi/hiui/pull/3045) [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 虚拟列表下，支持设置滚动位置(#3044)

### Patch Changes

- Updated dependencies [[`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6), [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af), [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a)]:
  - @hi-ui/table@4.9.0
  - @hi-ui/pagination@4.2.0

## 4.8.1

### Patch Changes

- [#3042](https://github.com/XiaoMi/hiui/pull/3042) [`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(scrollbar): Scrollbar 组件中去掉 perfect-scrollbar 依赖,因为通过 patch-package 修改了这个库的源码,所以必现将依赖去掉,这样才能将修改的源码打包到 Scrollbar 组件的 lib 中

- [#3041](https://github.com/XiaoMi/hiui/pull/3041) [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复分页器被遮挡的问题 (#3040)

- Updated dependencies [[`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f), [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb)]:
  - @hi-ui/scrollbar@4.2.1
  - @hi-ui/pagination@4.1.0

## 4.8.0

### Minor Changes

- [#3020](https://github.com/XiaoMi/hiui/pull/3020) [`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(scrollbar): 支持滚动条吸底 (#3019)

- [#3033](https://github.com/XiaoMi/hiui/pull/3033) [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 支持表头列合并 (#3032)

- [#2978](https://github.com/XiaoMi/hiui/pull/2978) [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 将表格中的交互统一加上回调事件 (#2977)

- [#3034](https://github.com/XiaoMi/hiui/pull/3034) [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): SettingDrawer 增加 onReset api (#3021)

- [#3015](https://github.com/XiaoMi/hiui/pull/3015) [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): Add searchOnInit api (#3004)
  feat(check-select): Add searchOnInit api (#3004)

### Patch Changes

- [#3031](https://github.com/XiaoMi/hiui/pull/3031) [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(dropdown): 修复父节点设置 disabled 后依然可以点击的问题 (#3030)

- Updated dependencies [[`241447e14`](https://github.com/XiaoMi/hiui/commit/241447e148f4544c6a08623d60d977e286ec9d64), [`17158fa6e`](https://github.com/XiaoMi/hiui/commit/17158fa6e286a560aeb9fd65d68856c2e7a00736), [`f807f7dda`](https://github.com/XiaoMi/hiui/commit/f807f7ddae07184a0584e16d017a3d9f5785d4b8), [`83be3c14b`](https://github.com/XiaoMi/hiui/commit/83be3c14b9e8cd3e73ec477895a47b925439a3a5), [`c93f20d42`](https://github.com/XiaoMi/hiui/commit/c93f20d42096e38c10a99e1e333f3a9d9c00cdbe), [`b2d784b23`](https://github.com/XiaoMi/hiui/commit/b2d784b23682e70cbc7b09e3396f51fda02e2223)]:
  - @hi-ui/scrollbar@4.2.0
  - @hi-ui/table@4.8.0
  - @hi-ui/dropdown@4.2.2
  - @hi-ui/check-select@4.6.0
  - @hi-ui/select@4.6.0

## 4.7.1

### Patch Changes

- [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013)

- [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023)
  chore(input): type 类型中增加 number 类型

- [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017)
  fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022)

- [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025)

- Updated dependencies [[`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb), [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3), [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6), [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a)]:
  - @hi-ui/drawer@4.2.1
  - @hi-ui/input@4.2.1
  - @hi-ui/tree@4.6.2

## 4.7.0

### Minor Changes

- [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: hiui 更新到 4.7.0

### Patch Changes

- [#3007](https://github.com/XiaoMi/hiui/pull/3007) [`9b9a44826`](https://github.com/XiaoMi/hiui/commit/9b9a448262f9a6c89af78db008bc16430f495aff) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复合并单元格边框样式问题

- [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): onSelect 回调中增加 panelIndex 参数

- [#3008](https://github.com/XiaoMi/hiui/pull/3008) [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): Add onResizeStop api

- [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 新增自定义触发器

- [#3006](https://github.com/XiaoMi/hiui/pull/3006) [`4540c217a`](https://github.com/XiaoMi/hiui/commit/4540c217ade6749c38ee58cefcfe94322889b929) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(form): Add scrollToFirstError api

- [#3008](https://github.com/XiaoMi/hiui/pull/3008) [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): virtual 模式增加 onVisibleChange api

- [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): Add needConfirm and onConfirm api

- Updated dependencies [[`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`4540c217a`](https://github.com/XiaoMi/hiui/commit/4540c217ade6749c38ee58cefcfe94322889b929), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`9b9a44826`](https://github.com/XiaoMi/hiui/commit/9b9a448262f9a6c89af78db008bc16430f495aff)]:
  - @hi-ui/table@4.7.0
  - @hi-ui/date-picker@4.9.0
  - @hi-ui/form@4.3.0

## 4.6.5

### Patch Changes

- [#2997](https://github.com/XiaoMi/hiui/pull/2997) [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d) Thanks [@zyprepare](https://github.com/zyprepare)! - style(table): 优化 resizable 模式下列 hover 时样式

- [#3000](https://github.com/XiaoMi/hiui/pull/3000) [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-tree-select): 优化大数据下勾选卡顿

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 优化搜索算法

- [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree-select): 修复 keyword 设置后数据没有过滤的问题
  fix(check-tree-select): 修复 keyword 设置后数据没有过滤的问题
  fix(cascader): 修复 keyword 设置后数据没有过滤的问题
  fix(check-cascader): 修复 keyword 设置后数据没有过滤的问题

- [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 checkedMode="PARENT"模式下搜索后子节点无法选中问题

- [#3001](https://github.com/XiaoMi/hiui/pull/3001) [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(check-cascader): 优化大数据下勾选根节点时卡顿

- Updated dependencies [[`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`0b7182591`](https://github.com/XiaoMi/hiui/commit/0b71825914510dedf25d64489f7ba2cdcf69917d), [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c), [`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa), [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45), [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa)]:
  - @hi-ui/check-cascader@4.3.1
  - @hi-ui/table@4.6.1
  - @hi-ui/check-tree-select@4.6.1
  - @hi-ui/tree@4.6.1
  - @hi-ui/cascader@4.3.1
  - @hi-ui/tree-select@4.2.1

## 4.6.4

### Patch Changes

- [#2972](https://github.com/XiaoMi/hiui/pull/2972) [`83c9dd9`](https://github.com/XiaoMi/hiui/commit/83c9dd9f393e0f9355985eb213347b07b119b1a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 去掉 inject-head-style 依赖

## 4.6.3

### Patch Changes

- [#2970](https://github.com/XiaoMi/hiui/pull/2970) [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-select): 支持按 Enter 键是否选中当前项功能，checkedOnEntered 默认为 true

- [#2968](https://github.com/XiaoMi/hiui/pull/2968) [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): 行选中增加单选

- [#2952](https://github.com/XiaoMi/hiui/pull/2952) [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-tree-select): 新增支持过滤已选择项

- [#2964](https://github.com/XiaoMi/hiui/pull/2964) [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(tree): 新增 icon 支持自定义渲染函数

- [#2966](https://github.com/XiaoMi/hiui/pull/2966) [`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复组件指定 fieldNames={{ title: 'name' }} 后，menuOptions 里 type 为 editNode 时会出现改不了节点的情况

- Updated dependencies [[`bc306526c`](https://github.com/XiaoMi/hiui/commit/bc306526c948cb2b1ecd73b63e903d941c78dd9a), [`f7137e3db`](https://github.com/XiaoMi/hiui/commit/f7137e3dbff8a3a2735f9e7d8a09fc942c8a8a86), [`7bdd549d0`](https://github.com/XiaoMi/hiui/commit/7bdd549d0fcb6a6b903742333e352e184723aa3b), [`6ed4e8eeb`](https://github.com/XiaoMi/hiui/commit/6ed4e8eeb1edb97ed23aa3d5366f993575a6df57), [`657d180`](https://github.com/XiaoMi/hiui/commit/657d1802ac424e2498f9036047cc74a34659d5d6)]:
  - @hi-ui/tree@4.6.0
  - @hi-ui/check-tree-select@4.6.0
  - @hi-ui/table@4.6.0
  - @hi-ui/check-select@4.5.0

## 4.6.2

### Patch Changes

- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input): MockInput 没有匹配到值时默认展示 value 值

- [#2954](https://github.com/XiaoMi/hiui/pull/2954) [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(notification): 调整通知组件过度样式触发滚动条

- [#2948](https://github.com/XiaoMi/hiui/pull/2948) [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(select): 新增带搜索情况下，点击叉号按钮时下拉框同时清空

- Updated dependencies [[`9e91b9075`](https://github.com/XiaoMi/hiui/commit/9e91b90752a7638930de7d86c73f67049c376342), [`4d82491c6`](https://github.com/XiaoMi/hiui/commit/4d82491c6024c194111eb2a261367174b0cb24cc), [`8e4eedb`](https://github.com/XiaoMi/hiui/commit/8e4eedb1bb08ef07258adec3ebdb303fbb100311)]:
  - @hi-ui/notification@4.2.1
  - @hi-ui/select@4.5.0
  - @hi-ui/input@4.2.0

## 4.6.1

### Patch Changes

- [#2934](https://github.com/XiaoMi/hiui/pull/2934) [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(dropdown): 修复 overlay={{className: 'xx'}} 不生效问题

- [#2940](https://github.com/XiaoMi/hiui/pull/2940) [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复 activeId 为一个不存在的值或空值，下划线显示不对的问题

- [#2834](https://github.com/XiaoMi/hiui/pull/2834) [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): cellRender 增加 date 参数

- [#2944](https://github.com/XiaoMi/hiui/pull/2944) [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(menu): 修复最后一个菜单项的子节点没有间距的问题

- [#2943](https://github.com/XiaoMi/hiui/pull/2943) [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复 Firefox 中组件拖拽报错问题

- [#2933](https://github.com/XiaoMi/hiui/pull/2933) [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(form): 修复 validator 回调中第一个参数带有多余的引号

- [#2936](https://github.com/XiaoMi/hiui/pull/2936) [`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复设置 maxCount 后上传时报错问题

- [#2930](https://github.com/XiaoMi/hiui/pull/2930) [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pagination): 修复 onJump 事件不触发的问题

- [#2947](https://github.com/XiaoMi/hiui/pull/2947) [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(descriptions): Add contentPosition api

- [#2938](https://github.com/XiaoMi/hiui/pull/2938) [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复设置缩放后下划线显示不正常问题

- Updated dependencies [[`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a), [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b), [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875), [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467), [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3), [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621), [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1), [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0), [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9), [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc)]:
  - @hi-ui/upload@4.2.3
  - @hi-ui/tree@4.5.11
  - @hi-ui/form@4.2.2
  - @hi-ui/menu@4.3.1
  - @hi-ui/descriptions@4.5.0
  - @hi-ui/date-picker@4.8.0
  - @hi-ui/dropdown@4.2.1
  - @hi-ui/pagination@4.0.17
  - @hi-ui/tabs@4.1.6

## 4.6.0

### Minor Changes

- [#2926](https://github.com/XiaoMi/hiui/pull/2926) [`f1dbab0`](https://github.com/XiaoMi/hiui/commit/f1dbab0341d36fb63d1c123bf970b40caebd1a94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(hiui): 升级到 hiui@4.6.0

### Patch Changes

- [#2912](https://github.com/XiaoMi/hiui/pull/2912) [`280dfc9b1`](https://github.com/XiaoMi/hiui/commit/280dfc9b1f4bf5f34b6ccb6eb8b072d5776f1402) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(list): 支持配置字段别名

- [#2907](https://github.com/XiaoMi/hiui/pull/2907) [`8d3e4a986`](https://github.com/XiaoMi/hiui/commit/8d3e4a986c6527f14410ff45d710fe6e89f51023) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(number-input): 新增前缀后缀内容扩展

- [#2820](https://github.com/XiaoMi/hiui/pull/2820) [`7550aff2e`](https://github.com/XiaoMi/hiui/commit/7550aff2ef526c0009f37d79b249875e5b756275) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(message): 支持指定 portal 挂载

- [#2880](https://github.com/XiaoMi/hiui/pull/2880) [`1b46f791f`](https://github.com/XiaoMi/hiui/commit/1b46f791f99c20a946250c2921f3362304e86371) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(menu): 新增支持配置字段别名

- [#2849](https://github.com/XiaoMi/hiui/pull/2849) [`85307a41b`](https://github.com/XiaoMi/hiui/commit/85307a41bfbb573310f1f4747b979aea5e91474d) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(modal): 新增自定义 zIndex 功能

- [#2895](https://github.com/XiaoMi/hiui/pull/2895) [`7fd686eda`](https://github.com/XiaoMi/hiui/commit/7fd686eda634d9d7ab813dc772963f29784b51c6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(search): 支持配置字段别名

- [#2824](https://github.com/XiaoMi/hiui/pull/2824) [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(cascader): 支持前置后置内容

- [#2905](https://github.com/XiaoMi/hiui/pull/2905) [`7ac6a76b4`](https://github.com/XiaoMi/hiui/commit/7ac6a76b46a4999bbc19935e82794a9279600c5a) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(date-picker): 新增前缀后缀内容扩展

- [#2889](https://github.com/XiaoMi/hiui/pull/2889) [`dce209cd0`](https://github.com/XiaoMi/hiui/commit/dce209cd0ec0ac7ba405373923eb656d75842085) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(dropdown): 支持配置字段别名

- [#2920](https://github.com/XiaoMi/hiui/pull/2920) [`ec38ee1a6`](https://github.com/XiaoMi/hiui/commit/ec38ee1a62f1716106ecd4617840295c1f22ed5b) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(check-cascader): 新增自定义触发器

- [#2824](https://github.com/XiaoMi/hiui/pull/2824) [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-cascader): 支持前置后置内容

- [#2913](https://github.com/XiaoMi/hiui/pull/2913) [`ce9517d8d`](https://github.com/XiaoMi/hiui/commit/ce9517d8d82bb31b8500be3a89880d7b7abea148) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(transfer): 支持配置字段别名

- [#2882](https://github.com/XiaoMi/hiui/pull/2882) [`760114484`](https://github.com/XiaoMi/hiui/commit/760114484bb7a2c681c2de9972a5deb1267b6bbc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(descriptions): 新增支持配置字段别名

- [#2868](https://github.com/XiaoMi/hiui/pull/2868) [`95f2e843d`](https://github.com/XiaoMi/hiui/commit/95f2e843d154d5767c08d7a04a86d61804d71396) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-cascader): 新增支持配置字段别名

- [#2893](https://github.com/XiaoMi/hiui/pull/2893) [`2e56e30af`](https://github.com/XiaoMi/hiui/commit/2e56e30af6ed37b16afc6993ccc9a94d6e255e78) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(search): 支持配置字段别名

- [#2922](https://github.com/XiaoMi/hiui/pull/2922) [`362111208`](https://github.com/XiaoMi/hiui/commit/3621112089fdefe5d6add59b5da48d6bcb72602e) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(tree-select): 新增自定义触发器

- [#2823](https://github.com/XiaoMi/hiui/pull/2823) [`d2b333b6c`](https://github.com/XiaoMi/hiui/commit/d2b333b6ce737757df20149f12d5780fa19f573c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(tree-select): 新增支持前置后置内容

- [#2878](https://github.com/XiaoMi/hiui/pull/2878) [`179fd7fef`](https://github.com/XiaoMi/hiui/commit/179fd7fef9d906ecec2c5f02de01b7fa16721c79) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(check-tree-select): 新增前置后置内容扩展功能

- [#2904](https://github.com/XiaoMi/hiui/pull/2904) [`cfc6c971d`](https://github.com/XiaoMi/hiui/commit/cfc6c971d6b54ec93a87c72eb9a7a29fbfb68739) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(time-picker): 新增前缀后缀内容扩展

- [#2921](https://github.com/XiaoMi/hiui/pull/2921) [`c6d9225c5`](https://github.com/XiaoMi/hiui/commit/c6d9225c5f09484344159e31af93f7ae147566bb) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(cascader): 新增自定义触发器

- [#2916](https://github.com/XiaoMi/hiui/pull/2916) [`2d8fd922e`](https://github.com/XiaoMi/hiui/commit/2d8fd922e1818e625d93288c313fde05ae5759b0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(stepper): 支持配置字段别名

- [#2832](https://github.com/XiaoMi/hiui/pull/2832) [`e37e7616b`](https://github.com/XiaoMi/hiui/commit/e37e7616b541fec3940ec00dac0764f09234f7e3) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(notification): 支持自定义 notification 配置

- [#2851](https://github.com/XiaoMi/hiui/pull/2851) [`088f06557`](https://github.com/XiaoMi/hiui/commit/088f06557863c2814b51d00f91a10750b5b70dc6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(drawer): 支持自定义 zIndex 功能

- [#2917](https://github.com/XiaoMi/hiui/pull/2917) [`9b2dc02ae`](https://github.com/XiaoMi/hiui/commit/9b2dc02aeaf3979d01145e3d5a279a03d75b4223) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(filter): 支持配置字段别名

- Updated dependencies [[`1b46f791f`](https://github.com/XiaoMi/hiui/commit/1b46f791f99c20a946250c2921f3362304e86371), [`ce9517d8d`](https://github.com/XiaoMi/hiui/commit/ce9517d8d82bb31b8500be3a89880d7b7abea148), [`7ac6a76b4`](https://github.com/XiaoMi/hiui/commit/7ac6a76b46a4999bbc19935e82794a9279600c5a), [`a227f4b5b`](https://github.com/XiaoMi/hiui/commit/a227f4b5b677ccbb41e196f2ea1cdd511dd6d6e7), [`95f2e843d`](https://github.com/XiaoMi/hiui/commit/95f2e843d154d5767c08d7a04a86d61804d71396), [`c6d9225c5`](https://github.com/XiaoMi/hiui/commit/c6d9225c5f09484344159e31af93f7ae147566bb), [`d2b333b6c`](https://github.com/XiaoMi/hiui/commit/d2b333b6ce737757df20149f12d5780fa19f573c), [`7550aff2e`](https://github.com/XiaoMi/hiui/commit/7550aff2ef526c0009f37d79b249875e5b756275), [`362111208`](https://github.com/XiaoMi/hiui/commit/3621112089fdefe5d6add59b5da48d6bcb72602e), [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288), [`9b2dc02ae`](https://github.com/XiaoMi/hiui/commit/9b2dc02aeaf3979d01145e3d5a279a03d75b4223), [`cfc6c971d`](https://github.com/XiaoMi/hiui/commit/cfc6c971d6b54ec93a87c72eb9a7a29fbfb68739), [`2d8fd922e`](https://github.com/XiaoMi/hiui/commit/2d8fd922e1818e625d93288c313fde05ae5759b0), [`280dfc9b1`](https://github.com/XiaoMi/hiui/commit/280dfc9b1f4bf5f34b6ccb6eb8b072d5776f1402), [`8d3e4a986`](https://github.com/XiaoMi/hiui/commit/8d3e4a986c6527f14410ff45d710fe6e89f51023), [`2e56e30af`](https://github.com/XiaoMi/hiui/commit/2e56e30af6ed37b16afc6993ccc9a94d6e255e78), [`e37e7616b`](https://github.com/XiaoMi/hiui/commit/e37e7616b541fec3940ec00dac0764f09234f7e3), [`7fd686eda`](https://github.com/XiaoMi/hiui/commit/7fd686eda634d9d7ab813dc772963f29784b51c6), [`088f06557`](https://github.com/XiaoMi/hiui/commit/088f06557863c2814b51d00f91a10750b5b70dc6), [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288), [`179fd7fef`](https://github.com/XiaoMi/hiui/commit/179fd7fef9d906ecec2c5f02de01b7fa16721c79), [`760114484`](https://github.com/XiaoMi/hiui/commit/760114484bb7a2c681c2de9972a5deb1267b6bbc), [`85307a41b`](https://github.com/XiaoMi/hiui/commit/85307a41bfbb573310f1f4747b979aea5e91474d), [`ec38ee1a6`](https://github.com/XiaoMi/hiui/commit/ec38ee1a62f1716106ecd4617840295c1f22ed5b), [`dce209cd0`](https://github.com/XiaoMi/hiui/commit/dce209cd0ec0ac7ba405373923eb656d75842085)]:
  - @hi-ui/menu@4.3.0
  - @hi-ui/transfer@4.1.0
  - @hi-ui/date-picker@4.7.0
  - @hi-ui/preview@4.1.1
  - @hi-ui/check-cascader@4.3.0
  - @hi-ui/cascader@4.3.0
  - @hi-ui/tree-select@4.2.0
  - @hi-ui/message@4.1.0
  - @hi-ui/filter@4.2.0
  - @hi-ui/time-picker@4.1.0
  - @hi-ui/stepper@4.1.0
  - @hi-ui/list@4.1.0
  - @hi-ui/number-input@4.2.0
  - @hi-ui/search@4.1.0
  - @hi-ui/notification@4.2.0
  - @hi-ui/breadcrumb@4.1.0
  - @hi-ui/drawer@4.2.0
  - @hi-ui/check-tree-select@4.5.0
  - @hi-ui/descriptions@4.4.0
  - @hi-ui/modal@4.2.0
  - @hi-ui/dropdown@4.2.0

## 4.5.11

### Patch Changes

- [#2859](https://github.com/XiaoMi/hiui/pull/2859) [`a8d3a1f26`](https://github.com/XiaoMi/hiui/commit/a8d3a1f2687709b986fc54408cb6c69b9eb56318) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 onDragStart 事件不触发问题

- [#2870](https://github.com/XiaoMi/hiui/pull/2870) [`5508758ec`](https://github.com/XiaoMi/hiui/commit/5508758ec2fe241d635949828065111c9a465ef8) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(pagination): 每页显示条数选择器改为基于父元素定位

- [#2847](https://github.com/XiaoMi/hiui/pull/2847) [`1d048306f`](https://github.com/XiaoMi/hiui/commit/1d048306f431e58169ebc4b31cf0b6c7b8ea6ed6) Thanks [@aqiusen](https://github.com/aqiusen)! - fix(table): 修复虚拟列表 maxHeight 无法支持字符串问题

- [#2860](https://github.com/XiaoMi/hiui/pull/2860) [`b4945c38b`](https://github.com/XiaoMi/hiui/commit/b4945c38bdc98631b9d262b9a8e4e4319678bc71) Thanks [@maoguoping](https://github.com/maoguoping)! - fix(date-picker): 修复 datepicker 显示农历时 2 月中 1 月农历显示错误问题

- [#2867](https://github.com/XiaoMi/hiui/pull/2867) [`eec624313`](https://github.com/XiaoMi/hiui/commit/eec624313de88943869f592dd06248455bddedbc) Thanks [@aqiusen](https://github.com/aqiusen)! - fix(table): 修复统计行中选中模式下显示异常问题(#2863)

- [#2854](https://github.com/XiaoMi/hiui/pull/2854) [`3585fd8fe`](https://github.com/XiaoMi/hiui/commit/3585fd8fe0797972277681caf153fdeb9dfe37c0) Thanks [@maoguoping](https://github.com/maoguoping)! - fix(date-picker): 修复预置农历下切换 1891 年以前组件报错问题 (#2611)

- Updated dependencies [[`eec624313`](https://github.com/XiaoMi/hiui/commit/eec624313de88943869f592dd06248455bddedbc), [`a8d3a1f26`](https://github.com/XiaoMi/hiui/commit/a8d3a1f2687709b986fc54408cb6c69b9eb56318), [`3585fd8fe`](https://github.com/XiaoMi/hiui/commit/3585fd8fe0797972277681caf153fdeb9dfe37c0), [`5508758ec`](https://github.com/XiaoMi/hiui/commit/5508758ec2fe241d635949828065111c9a465ef8), [`0e67d2263`](https://github.com/XiaoMi/hiui/commit/0e67d2263c7e1bf9213e1a2f74300ee201f3a52e), [`b4945c38b`](https://github.com/XiaoMi/hiui/commit/b4945c38bdc98631b9d262b9a8e4e4319678bc71)]:
  - @hi-ui/table@4.5.5
  - @hi-ui/date-picker@4.6.4
  - @hi-ui/pagination@4.0.16

## 4.5.10

### Patch Changes

- [#2841](https://github.com/XiaoMi/hiui/pull/2841) [`494ebd982`](https://github.com/XiaoMi/hiui/commit/494ebd982d50a1bc57697effd8365adfa2d37132) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 修复设置空字符串无效问题

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复 select 异步搜索中，搜索结果没有高亮显示

- [#2813](https://github.com/XiaoMi/hiui/pull/2813) [`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pop-confirm): 修复点击确定按钮会触发 onCancel 问题

- [#2829](https://github.com/XiaoMi/hiui/pull/2829) [`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 添加依赖兼容之前组件

- [#2839](https://github.com/XiaoMi/hiui/pull/2839) [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 columns 中将 title 设置为空字符串报错

- [#2827](https://github.com/XiaoMi/hiui/pull/2827) [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(date-picker): 修复 format 传入函数，只有在 type='weekrange'情况下生效

- [#2840](https://github.com/XiaoMi/hiui/pull/2840) [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 fieldKey 和 rowSelection 时 onChange 回调参数异常问题

- [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(check-select): 修复异步搜索中，搜索结果中关键字没有高亮显示问题

- [#2842](https://github.com/XiaoMi/hiui/pull/2842) [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复标签顶对齐时样式问题

- [#2815](https://github.com/XiaoMi/hiui/pull/2815) [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(preview): 支持图片配置水印以及禁止右键下载图片

- [#2814](https://github.com/XiaoMi/hiui/pull/2814) [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复搜索时在中文输入法下按回车键弹窗会关闭的问题

- Updated dependencies [[`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f), [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147), [`494ebd982`](https://github.com/XiaoMi/hiui/commit/494ebd982d50a1bc57697effd8365adfa2d37132), [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712), [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de), [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6), [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5), [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c), [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8), [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b)]:
  - @hi-ui/pop-confirm@4.2.5
  - @hi-ui/table@4.5.4
  - @hi-ui/time-picker@4.0.15
  - @hi-ui/check-select@4.4.4
  - @hi-ui/preview@4.1.0
  - @hi-ui/form@4.2.1
  - @hi-ui/select@4.4.2
  - @hi-ui/date-picker@4.6.3

## 4.5.9

### Patch Changes

- [#2817](https://github.com/XiaoMi/hiui/pull/2817) [`c32ae3dd9`](https://github.com/XiaoMi/hiui/commit/c32ae3dd9b5a89840270649fc397d474e9e1de4b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组单元格边框显示问题

- [#2812](https://github.com/XiaoMi/hiui/pull/2812) [`fbaf242b0`](https://github.com/XiaoMi/hiui/commit/fbaf242b0e36729787ee576e7e3ab05ed4115cf4) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(descriptions): 新增自定义列间距功能

- [#2818](https://github.com/XiaoMi/hiui/pull/2818) [`39d555903`](https://github.com/XiaoMi/hiui/commit/39d555903c81207d5d2bf34a2a5d1942152dcee0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(form): add showValidateMessage api

- Updated dependencies [[`fbaf242b0`](https://github.com/XiaoMi/hiui/commit/fbaf242b0e36729787ee576e7e3ab05ed4115cf4), [`c32ae3dd9`](https://github.com/XiaoMi/hiui/commit/c32ae3dd9b5a89840270649fc397d474e9e1de4b), [`39d555903`](https://github.com/XiaoMi/hiui/commit/39d555903c81207d5d2bf34a2a5d1942152dcee0)]:
  - @hi-ui/descriptions@4.3.0
  - @hi-ui/table@4.5.3
  - @hi-ui/form@4.2.0

## 4.5.8

### Patch Changes

- [#2805](https://github.com/XiaoMi/hiui/pull/2805) [`9146d5ef2`](https://github.com/XiaoMi/hiui/commit/9146d5ef207201a6ff8f42fb3ca66e7929335c1a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): add closeOnSelect api

- [#2795](https://github.com/XiaoMi/hiui/pull/2795) [`234687ee0`](https://github.com/XiaoMi/hiui/commit/234687ee0ea4de16faaf771ea6a599bc43971249) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(check-select): 修复 onClear 设置后没触发问题

- Updated dependencies [[`9146d5ef2`](https://github.com/XiaoMi/hiui/commit/9146d5ef207201a6ff8f42fb3ca66e7929335c1a), [`234687ee0`](https://github.com/XiaoMi/hiui/commit/234687ee0ea4de16faaf771ea6a599bc43971249)]:
  - @hi-ui/cascader@4.2.0
  - @hi-ui/check-select@4.4.3

## 4.5.7

### Patch Changes

- [#2790](https://github.com/XiaoMi/hiui/pull/2790) [`86a096b03`](https://github.com/XiaoMi/hiui/commit/86a096b031e42622714c4147ea99d2867baddfda) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复全选时 onChange 第 4 个参数返回 undefined 问题

- [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject

- Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715), [`86a096b03`](https://github.com/XiaoMi/hiui/commit/86a096b031e42622714c4147ea99d2867baddfda)]:
  - @hi-ui/alert@4.1.4
  - @hi-ui/anchor@4.0.9
  - @hi-ui/avatar@4.0.8
  - @hi-ui/back-top@4.0.8
  - @hi-ui/badge@4.0.10
  - @hi-ui/breadcrumb@4.0.8
  - @hi-ui/button@4.0.10
  - @hi-ui/card@4.0.9
  - @hi-ui/carousel@4.1.1
  - @hi-ui/cascader@4.1.6
  - @hi-ui/check-cascader@4.2.7
  - @hi-ui/check-select@4.4.2
  - @hi-ui/check-tree-select@4.4.1
  - @hi-ui/checkbox@4.0.10
  - @hi-ui/collapse@4.1.6
  - @hi-ui/counter@4.1.9
  - @hi-ui/date-picker@4.6.2
  - @hi-ui/descriptions@4.2.5
  - @hi-ui/drawer@4.1.4
  - @hi-ui/dropdown@4.1.5
  - @hi-ui/ellipsis-tooltip@4.1.8
  - @hi-ui/empty-state@4.1.1
  - @hi-ui/filter@4.1.5
  - @hi-ui/form@4.1.7
  - @hi-ui/grid@4.0.9
  - @hi-ui/highlighter@4.0.9
  - @hi-ui/input@4.1.1
  - @hi-ui/input-group@4.0.7
  - @hi-ui/list@4.0.14
  - @hi-ui/loading@4.2.1
  - @hi-ui/menu@4.2.2
  - @hi-ui/message@4.0.8
  - @hi-ui/modal@4.1.1
  - @hi-ui/notification@4.1.4
  - @hi-ui/number-input@4.1.8
  - @hi-ui/pagination@4.0.15
  - @hi-ui/picker@4.1.6
  - @hi-ui/pop-confirm@4.2.4
  - @hi-ui/popover@4.1.1
  - @hi-ui/preview@4.0.9
  - @hi-ui/progress@4.0.10
  - @hi-ui/provider@4.0.9
  - @hi-ui/radio@4.1.4
  - @hi-ui/rating@4.0.10
  - @hi-ui/result@4.0.8
  - @hi-ui/scrollbar@4.1.1
  - @hi-ui/search@4.0.14
  - @hi-ui/select@4.4.1
  - @hi-ui/slider@4.0.11
  - @hi-ui/space@4.0.11
  - @hi-ui/spinner@4.0.9
  - @hi-ui/stepper@4.0.8
  - @hi-ui/svg-icon@4.0.8
  - @hi-ui/switch@4.0.11
  - @hi-ui/table@4.5.2
  - @hi-ui/tabs@4.1.5
  - @hi-ui/tag@4.2.1
  - @hi-ui/textarea@4.1.7
  - @hi-ui/time-picker@4.0.14
  - @hi-ui/timeline@4.0.8
  - @hi-ui/tooltip@4.0.11
  - @hi-ui/transfer@4.0.14
  - @hi-ui/tree@4.5.10
  - @hi-ui/tree-select@4.1.5
  - @hi-ui/upload@4.2.2
  - @hi-ui/watermark@4.0.8
  - @hi-ui/zen-mode@4.0.8

## 4.5.6

### Patch Changes

- [#2778](https://github.com/XiaoMi/hiui/pull/2778) [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(space): 处理子节点为 null 情况

- [#2779](https://github.com/XiaoMi/hiui/pull/2779) [`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(list): emptyContent 只能修改文字无法修改图标

- [#2780](https://github.com/XiaoMi/hiui/pull/2780) [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(search): 修复分组不支持 2 级以上数据的问题

- Updated dependencies [[`ba68eddbc`](https://github.com/XiaoMi/hiui/commit/ba68eddbc167be2eee90d1151bd1970128c60845), [`14b7c4bd1`](https://github.com/XiaoMi/hiui/commit/14b7c4bd1a523391915b3967d0b8a57be8f6fa0b), [`9572afccb`](https://github.com/XiaoMi/hiui/commit/9572afccba9310945782d55d9a75df0fbbe6914e)]:
  - @hi-ui/list@4.0.13
  - @hi-ui/space@4.0.10
  - @hi-ui/search@4.0.13

## 4.5.5

### Patch Changes

- [#2771](https://github.com/XiaoMi/hiui/pull/2771) [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 keyword 受控时搜索结果有误的问题

- [#2772](https://github.com/XiaoMi/hiui/pull/2772) [`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在 Table 中 resizable 模式下不显示气泡问题

- Updated dependencies [[`bd08ec23f`](https://github.com/XiaoMi/hiui/commit/bd08ec23ff0b3ba6c8c4e26c7655d0770397aa90), [`eee27bd5f`](https://github.com/XiaoMi/hiui/commit/eee27bd5f81a89169c1c2dc993b9100731cafcbd)]:
  - @hi-ui/ellipsis-tooltip@4.1.7
  - @hi-ui/check-select@4.4.1

## 4.5.4

### Patch Changes

- [#2768](https://github.com/XiaoMi/hiui/pull/2768) [`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(select): add customRender api

- [#2767](https://github.com/XiaoMi/hiui/pull/2767) [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(ellipsis-tooltip): 修复在下拉框中使用无效果问题

- Updated dependencies [[`32b4c01c3`](https://github.com/XiaoMi/hiui/commit/32b4c01c303607a9169f0ce1ceb3a88f85d75b6c), [`bf65f0061`](https://github.com/XiaoMi/hiui/commit/bf65f006190766d09a27b5d81703a8ed88d79205)]:
  - @hi-ui/select@4.4.0
  - @hi-ui/ellipsis-tooltip@4.1.6

## 4.5.3

### Patch Changes

- [#2759](https://github.com/XiaoMi/hiui/pull/2759) [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 SettingDrawer 列更新问题

- [#2762](https://github.com/XiaoMi/hiui/pull/2762) [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 修复受控模式下设置 showTime 后 Input 框没有实时显示选择的值问题

- [#2761](https://github.com/XiaoMi/hiui/pull/2761) [`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复横向表单错误提示样式问题

- [#2760](https://github.com/XiaoMi/hiui/pull/2760) [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 Safari 中设置 virtual 后只能表头滚动问题

- Updated dependencies [[`7fc7e2c1a`](https://github.com/XiaoMi/hiui/commit/7fc7e2c1a8c0daa6df77bf01864c262a14df3cc6), [`68afb78ed`](https://github.com/XiaoMi/hiui/commit/68afb78ed1fb8e42bc8eec68cfa5f1787ee052b0), [`7437ca3b0`](https://github.com/XiaoMi/hiui/commit/7437ca3b07ce1fb66fe9fa3572b45c2928e64a73), [`240d02ecc`](https://github.com/XiaoMi/hiui/commit/240d02ecc7e8974dec6c42303212795f63bfb8b9)]:
  - @hi-ui/form@4.1.6
  - @hi-ui/table@4.5.1
  - @hi-ui/date-picker@4.6.1

## 4.5.2

### Patch Changes

- [#2736](https://github.com/XiaoMi/hiui/pull/2736) [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(carousel): add onIndexChange api

- [#2726](https://github.com/XiaoMi/hiui/pull/2726) [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复双表格结构下，无法设置空状态内容问题

- [#2737](https://github.com/XiaoMi/hiui/pull/2737) [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(check-tree-select): add customRender api

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 bordered 和 scrollbar 后滚动异常问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复设置 dataSource 组件首次会执行 2 次请求问题

- [#2727](https://github.com/XiaoMi/hiui/pull/2727) [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复 disabled 不生效问题

- [#2745](https://github.com/XiaoMi/hiui/pull/2745) [`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input&select): add prefix api

- [#2746](https://github.com/XiaoMi/hiui/pull/2746) [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag-input&check-select): add prefix api

- [#2748](https://github.com/XiaoMi/hiui/pull/2748) [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复表头分组超过 2 列时冻结列交互异常问题

- [#2751](https://github.com/XiaoMi/hiui/pull/2751) [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): add onOpen api

- [#2752](https://github.com/XiaoMi/hiui/pull/2752) [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 PARENT 和 CHILD 模式在搜索场景下 id 丢失问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复虚拟表格设置 maxHeight 底部内容被遮挡问题

- [#2735](https://github.com/XiaoMi/hiui/pull/2735) [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): setting 增加 trigger 配置

- [#2747](https://github.com/XiaoMi/hiui/pull/2747) [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 监听列变化,更新列最小可调整宽度

- Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`753794e04`](https://github.com/XiaoMi/hiui/commit/753794e0446fa92eede24773b846eee02429eecb), [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30), [`459c7940c`](https://github.com/XiaoMi/hiui/commit/459c7940cc94b124e182754474424e13de9f120a), [`6ac546d3e`](https://github.com/XiaoMi/hiui/commit/6ac546d3e9c1b863fb30941dd365220fa138258a), [`b971c0b06`](https://github.com/XiaoMi/hiui/commit/b971c0b06b1c64dd72c79c23068c4fed684d97c3), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`a2b9df50b`](https://github.com/XiaoMi/hiui/commit/a2b9df50b454ae033a5dd0e5f6165ab2f6de07a5), [`81863f522`](https://github.com/XiaoMi/hiui/commit/81863f52200213ae7740f496c4fe8d73f607b66c), [`26203110e`](https://github.com/XiaoMi/hiui/commit/26203110e48496b9d5a3725ff51f84f73e9633f3), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56), [`528314e46`](https://github.com/XiaoMi/hiui/commit/528314e46173dd18cc0140e60e763cb84b52fa2c), [`2ef3db5b5`](https://github.com/XiaoMi/hiui/commit/2ef3db5b5cd3ba4a2c076b877de1d20bdc846e3d), [`b5654408e`](https://github.com/XiaoMi/hiui/commit/b5654408ee33b6448b6e9f1297a2790a486d753f), [`78bc495f2`](https://github.com/XiaoMi/hiui/commit/78bc495f233c205a5daddd987e8006e6ce21f7d5)]:
  - @hi-ui/input@4.1.0
  - @hi-ui/select@4.3.0
  - @hi-ui/carousel@4.1.0
  - @hi-ui/check-cascader@4.2.6
  - @hi-ui/table@4.5.0
  - @hi-ui/check-select@4.4.0
  - @hi-ui/upload@4.2.1
  - @hi-ui/date-picker@4.6.0
  - @hi-ui/check-tree-select@4.4.0

## 4.5.1

### Patch Changes

- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): api 增加 close 方法和 key 参数

- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(checkbox): 修复组合下 null 传值问题

- [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下横向滚动条问题

- Updated dependencies [[`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf)]:
  - @hi-ui/modal@4.1.0
  - @hi-ui/table@4.4.1
  - @hi-ui/checkbox@4.0.9

## 4.5.0

### Minor Changes

- [#2700](https://github.com/XiaoMi/hiui/pull/2700) [`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree-utils): 修复 filterTreeNode 问题
  feat(menu): 增加 Sidebar 组件

### Patch Changes

- [#2699](https://github.com/XiaoMi/hiui/pull/2699) [`6c5d9c7ed`](https://github.com/XiaoMi/hiui/commit/6c5d9c7ed21eaebc26638ba6ee54eb3bfe918af4) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add fixed and rowClassName api
  feat(table): SettingDrawer 增加 extraHeader extraFooter itemRender api
  feat(table): SettingDrawer 支持配置列是否禁止拖拽
  fix(table): 修复 resize 模式下多选时宽度被重置问题

- [#2702](https://github.com/XiaoMi/hiui/pull/2702) [`3caa7e556`](https://github.com/XiaoMi/hiui/commit/3caa7e5566d378a54721f4685834a2f8f671d38e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑框内容无法选中问题

- [#2693](https://github.com/XiaoMi/hiui/pull/2693) [`ffd47b89a`](https://github.com/XiaoMi/hiui/commit/ffd47b89a5d7da54ea717fa827123e9c3b2b6d0f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(empty-state): 增加一组多彩的图标

- [#2700](https://github.com/XiaoMi/hiui/pull/2700) [`b3dc89430`](https://github.com/XiaoMi/hiui/commit/b3dc89430502c85888501001ea192038530a3d6a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(search): onSearch 回调参数返回 item 对象

- [#2688](https://github.com/XiaoMi/hiui/pull/2688) [`2fa5ee5b6`](https://github.com/XiaoMi/hiui/commit/2fa5ee5b6ecc7f95a5224fd91ccfcd263b41d932) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(scrollbar): add zIndex api

- [#2703](https://github.com/XiaoMi/hiui/pull/2703) [`4ec059bad`](https://github.com/XiaoMi/hiui/commit/4ec059badc67f3facc98288f3e7a67f51938e40f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(loading): add wrapperClassName and wrapperStyle apis

- [#2705](https://github.com/XiaoMi/hiui/pull/2705) [`ec6de99c3`](https://github.com/XiaoMi/hiui/commit/ec6de99c3369d693df4d1c57564800f127446e23) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(upload): 代码优化,降低打包体积

- [#2704](https://github.com/XiaoMi/hiui/pull/2704) [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 支持季度选择
  feat(date-picker): add onPanelChange api
  chore(locale-context): 补充日期语言包

- [#2701](https://github.com/XiaoMi/hiui/pull/2701) [`9cf8e079f`](https://github.com/XiaoMi/hiui/commit/9cf8e079fd3f342d851d7abfecc1c0447c3ac40b) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(empty-state): 增加 xl 和 xxl 尺寸

- Updated dependencies [[`4ec059bad`](https://github.com/XiaoMi/hiui/commit/4ec059badc67f3facc98288f3e7a67f51938e40f), [`ffd47b89a`](https://github.com/XiaoMi/hiui/commit/ffd47b89a5d7da54ea717fa827123e9c3b2b6d0f), [`ec6de99c3`](https://github.com/XiaoMi/hiui/commit/ec6de99c3369d693df4d1c57564800f127446e23), [`2fa5ee5b6`](https://github.com/XiaoMi/hiui/commit/2fa5ee5b6ecc7f95a5224fd91ccfcd263b41d932), [`6c5d9c7ed`](https://github.com/XiaoMi/hiui/commit/6c5d9c7ed21eaebc26638ba6ee54eb3bfe918af4), [`3caa7e556`](https://github.com/XiaoMi/hiui/commit/3caa7e5566d378a54721f4685834a2f8f671d38e), [`b3dc89430`](https://github.com/XiaoMi/hiui/commit/b3dc89430502c85888501001ea192038530a3d6a), [`9cf8e079f`](https://github.com/XiaoMi/hiui/commit/9cf8e079fd3f342d851d7abfecc1c0447c3ac40b), [`51267eb24`](https://github.com/XiaoMi/hiui/commit/51267eb2408ee50970e2d354eaa554a34df00878), [`cfc37dc37`](https://github.com/XiaoMi/hiui/commit/cfc37dc37c83ce737d88262644c07ca23cde0731)]:
  - @hi-ui/loading@4.2.0
  - @hi-ui/empty-state@4.1.0
  - @hi-ui/upload@4.2.0
  - @hi-ui/scrollbar@4.1.0
  - @hi-ui/table@4.4.0
  - @hi-ui/tree@4.5.9
  - @hi-ui/search@4.0.12
  - @hi-ui/date-picker@4.5.0
  - @hi-ui/menu@4.2.0

## 4.4.3

### Patch Changes

- [#2684](https://github.com/XiaoMi/hiui/pull/2684) [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(popover): 1.气泡卡片支持 API 的方式调用;2.气泡卡片增加分割线标题

- [#2683](https://github.com/XiaoMi/hiui/pull/2683) [`faa5d6e9b`](https://github.com/XiaoMi/hiui/commit/faa5d6e9b28278d0e53ff9c2c00b63909a39c8c0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): 增加 tooltipProps 参数

- [#2682](https://github.com/XiaoMi/hiui/pull/2682) [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(picker): 下拉框盒模型设置为 content-box

- [#2685](https://github.com/XiaoMi/hiui/pull/2685) [`b38f209f7`](https://github.com/XiaoMi/hiui/commit/b38f209f7cbf46d7e23f1d368b064543fbaa43f2) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(rating): 修复 svg 尺寸问题

- [#2681](https://github.com/XiaoMi/hiui/pull/2681) [`7f8cfcce4`](https://github.com/XiaoMi/hiui/commit/7f8cfcce4080c977e84a7da627ab4d2f95f44113) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(menu): 修复样式问题,去掉最后一个菜单下边距

- Updated dependencies [[`7f8cfcce4`](https://github.com/XiaoMi/hiui/commit/7f8cfcce4080c977e84a7da627ab4d2f95f44113), [`faa5d6e9b`](https://github.com/XiaoMi/hiui/commit/faa5d6e9b28278d0e53ff9c2c00b63909a39c8c0), [`41765fbed`](https://github.com/XiaoMi/hiui/commit/41765fbed0b3b9c8a574a0d7358b2d3f876162c5), [`ba6e0265d`](https://github.com/XiaoMi/hiui/commit/ba6e0265da07964423d3a684dd068dcf50865dbc), [`b38f209f7`](https://github.com/XiaoMi/hiui/commit/b38f209f7cbf46d7e23f1d368b064543fbaa43f2)]:
  - @hi-ui/menu@4.1.7
  - @hi-ui/tag@4.2.0
  - @hi-ui/picker@4.1.5
  - @hi-ui/check-select@4.3.6
  - @hi-ui/check-tree-select@4.3.4
  - @hi-ui/select@4.2.6
  - @hi-ui/tree-select@4.1.4
  - @hi-ui/popover@4.1.0
  - @hi-ui/rating@4.0.9

## 4.4.2

### Patch Changes

- build: rollup2 构建
- Updated dependencies
  - @hi-ui/core@4.0.8
  - @hi-ui/alert@4.1.3
  - @hi-ui/anchor@4.0.8
  - @hi-ui/avatar@4.0.7
  - @hi-ui/back-top@4.0.7
  - @hi-ui/badge@4.0.9
  - @hi-ui/breadcrumb@4.0.7
  - @hi-ui/button@4.0.9
  - @hi-ui/card@4.0.8
  - @hi-ui/carousel@4.0.7
  - @hi-ui/cascader@4.1.5
  - @hi-ui/check-cascader@4.2.5
  - @hi-ui/check-select@4.3.5
  - @hi-ui/check-tree-select@4.3.3
  - @hi-ui/checkbox@4.0.8
  - @hi-ui/collapse@4.1.5
  - @hi-ui/counter@4.1.8
  - @hi-ui/date-picker@4.4.4
  - @hi-ui/descriptions@4.2.4
  - @hi-ui/drawer@4.1.3
  - @hi-ui/dropdown@4.1.4
  - @hi-ui/ellipsis-tooltip@4.1.5
  - @hi-ui/empty-state@4.0.7
  - @hi-ui/filter@4.1.4
  - @hi-ui/form@4.1.5
  - @hi-ui/grid@4.0.8
  - @hi-ui/highlighter@4.0.8
  - @hi-ui/input@4.0.13
  - @hi-ui/input-group@4.0.6
  - @hi-ui/list@4.0.12
  - @hi-ui/loading@4.1.3
  - @hi-ui/menu@4.1.6
  - @hi-ui/message@4.0.7
  - @hi-ui/modal@4.0.15
  - @hi-ui/notification@4.1.3
  - @hi-ui/number-input@4.1.7
  - @hi-ui/pagination@4.0.14
  - @hi-ui/picker@4.1.4
  - @hi-ui/pop-confirm@4.2.3
  - @hi-ui/popover@4.0.8
  - @hi-ui/preview@4.0.8
  - @hi-ui/progress@4.0.9
  - @hi-ui/provider@4.0.8
  - @hi-ui/radio@4.1.3
  - @hi-ui/rating@4.0.8
  - @hi-ui/result@4.0.7
  - @hi-ui/scrollbar@4.0.6
  - @hi-ui/search@4.0.11
  - @hi-ui/select@4.2.5
  - @hi-ui/slider@4.0.10
  - @hi-ui/space@4.0.9
  - @hi-ui/spinner@4.0.8
  - @hi-ui/stepper@4.0.7
  - @hi-ui/svg-icon@4.0.7
  - @hi-ui/switch@4.0.10
  - @hi-ui/table@4.3.4
  - @hi-ui/tabs@4.1.4
  - @hi-ui/tag@4.1.3
  - @hi-ui/textarea@4.1.6
  - @hi-ui/time-picker@4.0.13
  - @hi-ui/timeline@4.0.7
  - @hi-ui/tooltip@4.0.10
  - @hi-ui/transfer@4.0.13
  - @hi-ui/tree@4.5.8
  - @hi-ui/tree-select@4.1.3
  - @hi-ui/upload@4.1.9
  - @hi-ui/watermark@4.0.7
  - @hi-ui/zen-mode@4.0.7

## 4.4.1

### Patch Changes

- fix: 修复 rollup3 打包 cjs 模块问题
- Updated dependencies
  - @hi-ui/core@4.0.7
  - @hi-ui/alert@4.1.2
  - @hi-ui/anchor@4.0.7
  - @hi-ui/avatar@4.0.6
  - @hi-ui/back-top@4.0.6
  - @hi-ui/badge@4.0.8
  - @hi-ui/breadcrumb@4.0.6
  - @hi-ui/button@4.0.8
  - @hi-ui/card@4.0.7
  - @hi-ui/carousel@4.0.6
  - @hi-ui/cascader@4.1.4
  - @hi-ui/check-cascader@4.2.4
  - @hi-ui/check-select@4.3.4
  - @hi-ui/check-tree-select@4.3.2
  - @hi-ui/checkbox@4.0.7
  - @hi-ui/collapse@4.1.4
  - @hi-ui/counter@4.1.7
  - @hi-ui/date-picker@4.4.3
  - @hi-ui/descriptions@4.2.3
  - @hi-ui/drawer@4.1.2
  - @hi-ui/dropdown@4.1.3
  - @hi-ui/ellipsis-tooltip@4.1.4
  - @hi-ui/empty-state@4.0.6
  - @hi-ui/filter@4.1.3
  - @hi-ui/form@4.1.4
  - @hi-ui/grid@4.0.7
  - @hi-ui/highlighter@4.0.7
  - @hi-ui/input@4.0.12
  - @hi-ui/input-group@4.0.5
  - @hi-ui/list@4.0.11
  - @hi-ui/loading@4.1.2
  - @hi-ui/menu@4.1.5
  - @hi-ui/message@4.0.6
  - @hi-ui/modal@4.0.14
  - @hi-ui/notification@4.1.2
  - @hi-ui/number-input@4.1.6
  - @hi-ui/pagination@4.0.13
  - @hi-ui/picker@4.1.3
  - @hi-ui/pop-confirm@4.2.2
  - @hi-ui/popover@4.0.7
  - @hi-ui/preview@4.0.7
  - @hi-ui/progress@4.0.8
  - @hi-ui/provider@4.0.7
  - @hi-ui/radio@4.1.2
  - @hi-ui/rating@4.0.7
  - @hi-ui/result@4.0.6
  - @hi-ui/scrollbar@4.0.5
  - @hi-ui/search@4.0.10
  - @hi-ui/select@4.2.4
  - @hi-ui/slider@4.0.9
  - @hi-ui/space@4.0.8
  - @hi-ui/spinner@4.0.7
  - @hi-ui/stepper@4.0.6
  - @hi-ui/svg-icon@4.0.6
  - @hi-ui/switch@4.0.9
  - @hi-ui/table@4.3.3
  - @hi-ui/tabs@4.1.3
  - @hi-ui/tag@4.1.2
  - @hi-ui/textarea@4.1.5
  - @hi-ui/time-picker@4.0.12
  - @hi-ui/timeline@4.0.6
  - @hi-ui/tooltip@4.0.9
  - @hi-ui/transfer@4.0.12
  - @hi-ui/tree@4.5.7
  - @hi-ui/tree-select@4.1.2
  - @hi-ui/upload@4.1.8
  - @hi-ui/watermark@4.0.6
  - @hi-ui/zen-mode@4.0.6

## 4.4.0

### Minor Changes

- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件,4.4.0

### Patch Changes

- [#2671](https://github.com/XiaoMi/hiui/pull/2671) [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组件参数类型错误

- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e), [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9)]:
  - @hi-ui/core@4.0.6
  - @hi-ui/alert@4.1.1
  - @hi-ui/anchor@4.0.6
  - @hi-ui/avatar@4.0.5
  - @hi-ui/back-top@4.0.5
  - @hi-ui/badge@4.0.7
  - @hi-ui/breadcrumb@4.0.5
  - @hi-ui/button@4.0.7
  - @hi-ui/card@4.0.6
  - @hi-ui/carousel@4.0.5
  - @hi-ui/cascader@4.1.3
  - @hi-ui/check-cascader@4.2.3
  - @hi-ui/check-select@4.3.3
  - @hi-ui/check-tree-select@4.3.1
  - @hi-ui/checkbox@4.0.6
  - @hi-ui/collapse@4.1.3
  - @hi-ui/counter@4.1.6
  - @hi-ui/date-picker@4.4.2
  - @hi-ui/descriptions@4.2.2
  - @hi-ui/drawer@4.1.1
  - @hi-ui/dropdown@4.1.2
  - @hi-ui/ellipsis-tooltip@4.1.3
  - @hi-ui/empty-state@4.0.5
  - @hi-ui/filter@4.1.2
  - @hi-ui/form@4.1.3
  - @hi-ui/grid@4.0.6
  - @hi-ui/highlighter@4.0.6
  - @hi-ui/input@4.0.11
  - @hi-ui/input-group@4.0.4
  - @hi-ui/list@4.0.10
  - @hi-ui/loading@4.1.1
  - @hi-ui/menu@4.1.4
  - @hi-ui/message@4.0.5
  - @hi-ui/modal@4.0.13
  - @hi-ui/notification@4.1.1
  - @hi-ui/number-input@4.1.5
  - @hi-ui/pagination@4.0.12
  - @hi-ui/picker@4.1.2
  - @hi-ui/pop-confirm@4.2.1
  - @hi-ui/popover@4.0.6
  - @hi-ui/preview@4.0.6
  - @hi-ui/progress@4.0.7
  - @hi-ui/provider@4.0.6
  - @hi-ui/radio@4.1.1
  - @hi-ui/rating@4.0.6
  - @hi-ui/result@4.0.5
  - @hi-ui/scrollbar@4.0.4
  - @hi-ui/search@4.0.9
  - @hi-ui/select@4.2.3
  - @hi-ui/slider@4.0.8
  - @hi-ui/space@4.0.7
  - @hi-ui/spinner@4.0.6
  - @hi-ui/stepper@4.0.5
  - @hi-ui/svg-icon@4.0.5
  - @hi-ui/switch@4.0.8
  - @hi-ui/table@4.3.2
  - @hi-ui/tabs@4.1.2
  - @hi-ui/tag@4.1.1
  - @hi-ui/textarea@4.1.4
  - @hi-ui/time-picker@4.0.11
  - @hi-ui/timeline@4.0.5
  - @hi-ui/tooltip@4.0.8
  - @hi-ui/transfer@4.0.11
  - @hi-ui/tree@4.5.6
  - @hi-ui/tree-select@4.1.1
  - @hi-ui/upload@4.1.7
  - @hi-ui/watermark@4.0.5
  - @hi-ui/zen-mode@4.0.5

## 4.3.7

### Patch Changes

- [#2669](https://github.com/XiaoMi/hiui/pull/2669) [`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal fix: 补充 api 调用中的参数类型声明

- [#2667](https://github.com/XiaoMi/hiui/pull/2667) [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(pop-confirm): add content api

- [#2663](https://github.com/XiaoMi/hiui/pull/2663) [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1) Thanks [@zyprepare](https://github.com/zyprepare)! - Radio feat: add autoWidth api

- Updated dependencies [[`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d), [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1), [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea)]:
  - @hi-ui/modal@4.0.12
  - @hi-ui/radio@4.1.0
  - @hi-ui/pop-confirm@4.2.0

## 4.3.6

### Patch Changes

- [#2658](https://github.com/XiaoMi/hiui/pull/2658) [`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): add editorRender api

- [#2659](https://github.com/XiaoMi/hiui/pull/2659) [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 修复 mini 模式下子菜单内容展示不全问题

- Updated dependencies [[`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a), [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a)]:
  - @hi-ui/tag@4.1.0
  - @hi-ui/menu@4.1.3

## 4.3.5

### Patch Changes

- [#2654](https://github.com/XiaoMi/hiui/pull/2654) [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加 scrollbar 参数,用于在 Windows 环境下优化滚动条样式

- [#2652](https://github.com/XiaoMi/hiui/pull/2652) [`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs chore: 胶囊样式下标签之间增加竖线展示

- [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新组件使用到的 G40 颜色值

- [#2643](https://github.com/XiaoMi/hiui/pull/2643) [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e) Thanks [@zyprepare](https://github.com/zyprepare)! - PopConfirm feat: add placement api (透传 Popper 参数)

- Updated dependencies [[`d4f74c723`](https://github.com/XiaoMi/hiui/commit/d4f74c723d7fb619320dac5cdb4444480a3b7880), [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315), [`7742c022a`](https://github.com/XiaoMi/hiui/commit/7742c022a55f3908684d21e6e7d7bf07e3de1f5e), [`dc002a32a`](https://github.com/XiaoMi/hiui/commit/dc002a32a2c6f538b0df37c63d34f603647d9b70)]:
  - @hi-ui/tabs@4.1.1
  - @hi-ui/button@4.0.6
  - @hi-ui/cascader@4.1.2
  - @hi-ui/check-cascader@4.2.2
  - @hi-ui/counter@4.1.5
  - @hi-ui/date-picker@4.4.1
  - @hi-ui/filter@4.1.1
  - @hi-ui/input@4.0.10
  - @hi-ui/menu@4.1.2
  - @hi-ui/number-input@4.1.4
  - @hi-ui/pagination@4.0.11
  - @hi-ui/radio@4.0.5
  - @hi-ui/scrollbar@4.0.3
  - @hi-ui/switch@4.0.7
  - @hi-ui/tag@4.0.8
  - @hi-ui/textarea@4.1.3
  - @hi-ui/time-picker@4.0.10
  - @hi-ui/transfer@4.0.10
  - @hi-ui/tree@4.5.5
  - @hi-ui/pop-confirm@4.1.0
  - @hi-ui/table@4.3.1

## 4.3.4

### Patch Changes

- [#2648](https://github.com/XiaoMi/hiui/pull/2648) [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 优化 resizable 模式下可调整的最小宽度

- [#2642](https://github.com/XiaoMi/hiui/pull/2642) [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 将之前的双表格结构优化成单表格,冻结列和表头吸顶等场景依然采用双表格结构

- [#2644](https://github.com/XiaoMi/hiui/pull/2644) [`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复禁用状态背景色问题

- [#2647](https://github.com/XiaoMi/hiui/pull/2647) [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: add footerRender api

- [#2633](https://github.com/XiaoMi/hiui/pull/2633) [`45cbe7bd9`](https://github.com/XiaoMi/hiui/commit/45cbe7bd9ddeaadfc8ff520a2448a0dade6be51c) Thanks [@aqiusen](https://github.com/aqiusen)! - CheckSelect Select dataSource 下搜索框增加防抖操作

- Updated dependencies [[`6858d339a`](https://github.com/XiaoMi/hiui/commit/6858d339adc2671520956641ca15b1ad311e942a), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f), [`74d8c5148`](https://github.com/XiaoMi/hiui/commit/74d8c51489ae7a88c90b1426e9da118125579b97), [`54387a81e`](https://github.com/XiaoMi/hiui/commit/54387a81e1c6add77e791af8d849a6518077afd5), [`8767c9470`](https://github.com/XiaoMi/hiui/commit/8767c94702fdc697207001f639508907e20fc6a5), [`4f7c8c906`](https://github.com/XiaoMi/hiui/commit/4f7c8c9063d9b72068a2db5fa614eed130aafd0f)]:
  - @hi-ui/textarea@4.1.2
  - @hi-ui/check-select@4.3.2
  - @hi-ui/table@4.3.0
  - @hi-ui/select@4.2.2

## 4.3.3

### Patch Changes

- [#2631](https://github.com/XiaoMi/hiui/pull/2631) [`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: 增加 strideSelectMode API & format 支持函数

- [#2632](https://github.com/XiaoMi/hiui/pull/2632) [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer feat: add onOutsideClick api

- [#2620](https://github.com/XiaoMi/hiui/pull/2620) [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825) Thanks [@aqiusen](https://github.com/aqiusen)! - Menu fix: 修复 disabled 不生效问题
  Badge 支持字符串和数字 hover 时显示完整内容

- [#2634](https://github.com/XiaoMi/hiui/pull/2634) [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add footerRender api

- Updated dependencies [[`48a16f4bb`](https://github.com/XiaoMi/hiui/commit/48a16f4bbff22ba966608a6e3d040043b82e17cb), [`ddb8d0c8b`](https://github.com/XiaoMi/hiui/commit/ddb8d0c8b8140f4984b17cf92ac58aed5e8b4ca4), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825), [`b9aef7fe6`](https://github.com/XiaoMi/hiui/commit/b9aef7fe63ef3c8bee50145c565d9892a8554127), [`863bcde00`](https://github.com/XiaoMi/hiui/commit/863bcde0033f8bb4c9866e6f975e52726e4a5825)]:
  - @hi-ui/date-picker@4.4.0
  - @hi-ui/badge@4.0.6
  - @hi-ui/drawer@4.1.0
  - @hi-ui/menu@4.1.1

## 4.3.2

### Patch Changes

- [#2623](https://github.com/XiaoMi/hiui/pull/2623) [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复编辑状态下键盘无法移动光标问题

- [#2624](https://github.com/XiaoMi/hiui/pull/2624) [`b8d4d79b4`](https://github.com/XiaoMi/hiui/commit/b8d4d79b4316ccae5753b97fbd16b1e5183d6fe6) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions fix: 修复带边框模式下 size 设置无效问题

- Updated dependencies [[`b8d4d79b4`](https://github.com/XiaoMi/hiui/commit/b8d4d79b4316ccae5753b97fbd16b1e5183d6fe6), [`dcbb300ad`](https://github.com/XiaoMi/hiui/commit/dcbb300ad8b27787001b600d1323f3fe66f86b40)]:
  - @hi-ui/descriptions@4.2.1
  - @hi-ui/tree@4.5.4

## 4.3.1

### Patch Changes

- [#2614](https://github.com/XiaoMi/hiui/pull/2614) [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: add cellRender api

- [#2612](https://github.com/XiaoMi/hiui/pull/2612) [`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect Cascader CheckCascader Upload Dropdown fix: 修改下拉菜单高度为 32px

- [#2613](https://github.com/XiaoMi/hiui/pull/2613) [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 TreeHelper,支持 scrollTo 方法

- Updated dependencies [[`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87), [`e1da14cec`](https://github.com/XiaoMi/hiui/commit/e1da14cec6c320c21f43b92ba6fa318299906a14), [`db9fca55f`](https://github.com/XiaoMi/hiui/commit/db9fca55fc4aabd22fa795b1b4ceabab4e985e58)]:
  - @hi-ui/cascader@4.1.1
  - @hi-ui/check-cascader@4.2.1
  - @hi-ui/check-select@4.3.1
  - @hi-ui/dropdown@4.1.1
  - @hi-ui/select@4.2.1
  - @hi-ui/upload@4.1.6
  - @hi-ui/tree@4.5.3
  - @hi-ui/date-picker@4.3.0

## 4.3.0

### Minor Changes

- [#2597](https://github.com/XiaoMi/hiui/pull/2597) [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 将 node-sas 升级为 sass

### Patch Changes

- [#2599](https://github.com/XiaoMi/hiui/pull/2599) [`b3b36813a`](https://github.com/XiaoMi/hiui/commit/b3b36813a6968c5c96c39d1100935372e3aa5b4d) Thanks [@zyprepare](https://github.com/zyprepare)! - Select feat: add size api

- [#2602](https://github.com/XiaoMi/hiui/pull/2602) [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckCascader feat: add size api

- [#2592](https://github.com/XiaoMi/hiui/pull/2592) [`4a903b331`](https://github.com/XiaoMi/hiui/commit/4a903b33146db140a2c8edd6951385ad9a6fcdde) Thanks [@zyprepare](https://github.com/zyprepare)! - Dropdown feat: add size api

- [#2605](https://github.com/XiaoMi/hiui/pull/2605) [`90ea1ea81`](https://github.com/XiaoMi/hiui/commit/90ea1ea810573f730ebbc4c48272dd6181099933) Thanks [@zyprepare](https://github.com/zyprepare)! - Cascader feat: 增加 renderExtraFooter 和 dropdownColumnRender api

- [#2600](https://github.com/XiaoMi/hiui/pull/2600) [`03ecca72b`](https://github.com/XiaoMi/hiui/commit/03ecca72bac72a1b042e96599b68c3317f0c3236) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckSelect feat: add size api

- [#2606](https://github.com/XiaoMi/hiui/pull/2606) [`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 renderExtraFooter 和 dropdownColumnRender api

- [#2591](https://github.com/XiaoMi/hiui/pull/2591) [`fcbfd8026`](https://github.com/XiaoMi/hiui/commit/fcbfd80268b81d75cb63d5381ffba506b67e22a6) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions feat: add size api

- [#2608](https://github.com/XiaoMi/hiui/pull/2608) [`fb9b1281d`](https://github.com/XiaoMi/hiui/commit/fb9b1281d99ba0d21b5cb32c87b5e671272c1c8e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 修复紧凑模式下多选项间距问题

- [#2601](https://github.com/XiaoMi/hiui/pull/2601) [`80cc037a1`](https://github.com/XiaoMi/hiui/commit/80cc037a15381a5f3466a7ea79565e10f05ca129) Thanks [@zyprepare](https://github.com/zyprepare)! - Cascader feat: add size api

- [#2607](https://github.com/XiaoMi/hiui/pull/2607) [`534bfd298`](https://github.com/XiaoMi/hiui/commit/534bfd29852003af2209c3a64e5f1b2b1d37c19e) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复 onExpand 回调参数只返回了第一个问题

- [#2603](https://github.com/XiaoMi/hiui/pull/2603) [`556049d76`](https://github.com/XiaoMi/hiui/commit/556049d76d54489abececebddec47d93388e5116) Thanks [@zyprepare](https://github.com/zyprepare)! - TreeSelect feat: add size api

- [#2604](https://github.com/XiaoMi/hiui/pull/2604) [`2dd977a5c`](https://github.com/XiaoMi/hiui/commit/2dd977a5c0db411e07aa5c4ea50ef04f37ebf8d2) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckTreeSelect feat: add size api

- Updated dependencies [[`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d), [`b3b36813a`](https://github.com/XiaoMi/hiui/commit/b3b36813a6968c5c96c39d1100935372e3aa5b4d), [`534bfd298`](https://github.com/XiaoMi/hiui/commit/534bfd29852003af2209c3a64e5f1b2b1d37c19e), [`fcbfd8026`](https://github.com/XiaoMi/hiui/commit/fcbfd80268b81d75cb63d5381ffba506b67e22a6), [`03ecca72b`](https://github.com/XiaoMi/hiui/commit/03ecca72bac72a1b042e96599b68c3317f0c3236), [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a), [`556049d76`](https://github.com/XiaoMi/hiui/commit/556049d76d54489abececebddec47d93388e5116), [`80cc037a1`](https://github.com/XiaoMi/hiui/commit/80cc037a15381a5f3466a7ea79565e10f05ca129), [`2dd977a5c`](https://github.com/XiaoMi/hiui/commit/2dd977a5c0db411e07aa5c4ea50ef04f37ebf8d2), [`fb9b1281d`](https://github.com/XiaoMi/hiui/commit/fb9b1281d99ba0d21b5cb32c87b5e671272c1c8e), [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748), [`0ddf24960`](https://github.com/XiaoMi/hiui/commit/0ddf24960194fdd15653e34e0a6cef54b1586748), [`4a903b331`](https://github.com/XiaoMi/hiui/commit/4a903b33146db140a2c8edd6951385ad9a6fcdde), [`90ea1ea81`](https://github.com/XiaoMi/hiui/commit/90ea1ea810573f730ebbc4c48272dd6181099933)]:
  - @hi-ui/check-cascader@4.2.0
  - @hi-ui/select@4.2.0
  - @hi-ui/tree@4.5.2
  - @hi-ui/descriptions@4.2.0
  - @hi-ui/check-select@4.3.0
  - @hi-ui/tree-select@4.1.0
  - @hi-ui/cascader@4.1.0
  - @hi-ui/check-tree-select@4.3.0
  - @hi-ui/table@4.2.0
  - @hi-ui/badge@4.0.5
  - @hi-ui/scrollbar@4.0.2
  - @hi-ui/date-picker@4.2.0
  - @hi-ui/dropdown@4.1.0

## 4.2.14

### Patch Changes

- [#2588](https://github.com/XiaoMi/hiui/pull/2588) [`7c6994e5a`](https://github.com/XiaoMi/hiui/commit/7c6994e5a87b5384be0c6dbec11f3d2a68be67cb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 支持在孩子节点前面或后面添加节点

- Updated dependencies [[`7c6994e5a`](https://github.com/XiaoMi/hiui/commit/7c6994e5a87b5384be0c6dbec11f3d2a68be67cb)]:
  - @hi-ui/tree@4.5.1

## 4.2.13

### Patch Changes

- [#2585](https://github.com/XiaoMi/hiui/pull/2585) [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse feat: 完善 size API,增加 sm 尺寸

- [#2584](https://github.com/XiaoMi/hiui/pull/2584) [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05) Thanks [@zyprepare](https://github.com/zyprepare)! - Alert feat: add size api

- [#2582](https://github.com/XiaoMi/hiui/pull/2582) [`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: 增加 actionRender API

- [#2583](https://github.com/XiaoMi/hiui/pull/2583) [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d) Thanks [@zyprepare](https://github.com/zyprepare)! - List feat: avatar 支持传入 ReactNode

- Updated dependencies [[`8205d3394`](https://github.com/XiaoMi/hiui/commit/8205d33946b744192ff55cb5e8d35bb0f772c876), [`4dc2094d4`](https://github.com/XiaoMi/hiui/commit/4dc2094d43cc39ab2cdeb0c10b62866d83f8ad05), [`2d1e50c5e`](https://github.com/XiaoMi/hiui/commit/2d1e50c5e8c4b93de2dcc53f259651247e42448d), [`c817f38ec`](https://github.com/XiaoMi/hiui/commit/c817f38ec6e526c8ea5c644154fd1a020b800305)]:
  - @hi-ui/tree@4.5.0
  - @hi-ui/alert@4.1.0
  - @hi-ui/list@4.0.9
  - @hi-ui/collapse@4.1.2

## 4.2.12

### Patch Changes

- [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 size API

- [#2578](https://github.com/XiaoMi/hiui/pull/2578) [`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d) Thanks [@zyprepare](https://github.com/zyprepare)! - Notification feat: 增加 size API

- [#2577](https://github.com/XiaoMi/hiui/pull/2577) [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu feat: 增加 render 和 extraHeader API

- [#2572](https://github.com/XiaoMi/hiui/pull/2572) [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e) Thanks [@zyprepare](https://github.com/zyprepare)! - Table perf: 表格性能优化

- Updated dependencies [[`2df756409`](https://github.com/XiaoMi/hiui/commit/2df75640961d51f269df60e4dde1ee5c8751430d), [`eee5e6d16`](https://github.com/XiaoMi/hiui/commit/eee5e6d1658685a6119b5aa40038c572145b3b4e), [`ccb1eec12`](https://github.com/XiaoMi/hiui/commit/ccb1eec122a33466536b365d443f175d1e16dc86), [`2f094567e`](https://github.com/XiaoMi/hiui/commit/2f094567e678235e75ff5c443dce1ee09c3bd115)]:
  - @hi-ui/notification@4.1.0
  - @hi-ui/table@4.1.2
  - @hi-ui/menu@4.1.0

## 4.2.11

### Patch Changes

- [#2568](https://github.com/XiaoMi/hiui/pull/2568) [`07188e0d3`](https://github.com/XiaoMi/hiui/commit/07188e0d3106d5ed7b1da4e4fe60e0868481b33f) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker feat: 增加 onClose API

- [#2567](https://github.com/XiaoMi/hiui/pull/2567) [`bd5940eba`](https://github.com/XiaoMi/hiui/commit/bd5940eba7d7a80aa676f37bb804ea27544864d2) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect feat: 支持回车选中值

- [#2531](https://github.com/XiaoMi/hiui/pull/2531) [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912) Thanks [@zyprepare](https://github.com/zyprepare)! - - CheckSelect CheckCascader CheckTreeSelect feat: 增加 tagInputProps API,支持显示内容高度自适应

  - Popper TagInput fix: 优化 wrap 模式下代码

- [#2564](https://github.com/XiaoMi/hiui/pull/2564) [`eda80aaf9`](https://github.com/XiaoMi/hiui/commit/eda80aaf97bb536ff91321e36deccb3c195eb310) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal fix: 修复键盘操作中按钮失焦问题

- Updated dependencies [[`bd5940eba`](https://github.com/XiaoMi/hiui/commit/bd5940eba7d7a80aa676f37bb804ea27544864d2), [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912), [`07188e0d3`](https://github.com/XiaoMi/hiui/commit/07188e0d3106d5ed7b1da4e4fe60e0868481b33f), [`eda80aaf9`](https://github.com/XiaoMi/hiui/commit/eda80aaf97bb536ff91321e36deccb3c195eb310)]:
  - @hi-ui/check-select@4.2.0
  - @hi-ui/picker@4.1.1
  - @hi-ui/select@4.1.1
  - @hi-ui/check-cascader@4.1.0
  - @hi-ui/check-tree-select@4.2.0
  - @hi-ui/date-picker@4.1.0
  - @hi-ui/modal@4.0.11

## 4.2.10

### Patch Changes

- [#2557](https://github.com/XiaoMi/hiui/pull/2557) [`ef7aae038`](https://github.com/XiaoMi/hiui/commit/ef7aae038362d3a7700611737c474c29d1ba07b4) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: maxHeight 支持表达式

- [#2558](https://github.com/XiaoMi/hiui/pull/2558) [`bdd913d71`](https://github.com/XiaoMi/hiui/commit/bdd913d7173de64952437014ab9ffd1947ed506c) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加树形结构排序

- [#2553](https://github.com/XiaoMi/hiui/pull/2553) [`6d48d2f0b`](https://github.com/XiaoMi/hiui/commit/6d48d2f0b2c1258a1fe978cee8ef20a3443e4b66) Thanks [@zyprepare](https://github.com/zyprepare)! - Preview feat: 支持键盘左右切换图片

- [#2552](https://github.com/XiaoMi/hiui/pull/2552) [`5c376ecee`](https://github.com/XiaoMi/hiui/commit/5c376eceefb006643aab2a918c7535c23f5e9449) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload fix: accept 支持设置 .文件类型 这种格式

- Updated dependencies [[`5c376ecee`](https://github.com/XiaoMi/hiui/commit/5c376eceefb006643aab2a918c7535c23f5e9449), [`ef7aae038`](https://github.com/XiaoMi/hiui/commit/ef7aae038362d3a7700611737c474c29d1ba07b4), [`bdd913d71`](https://github.com/XiaoMi/hiui/commit/bdd913d7173de64952437014ab9ffd1947ed506c), [`6d48d2f0b`](https://github.com/XiaoMi/hiui/commit/6d48d2f0b2c1258a1fe978cee8ef20a3443e4b66)]:
  - @hi-ui/upload@4.1.5
  - @hi-ui/table@4.1.1
  - @hi-ui/preview@4.0.5

## 4.2.9

### Patch Changes

- [#2547](https://github.com/XiaoMi/hiui/pull/2547) [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5) Thanks [@zyprepare](https://github.com/zyprepare)! - Collapse fix: 修复嵌套折叠面板样式问题

- [#2542](https://github.com/XiaoMi/hiui/pull/2542) [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f) Thanks [@zyprepare](https://github.com/zyprepare)! - Select feat: 增加 keyword API
  useSearchMode: 增加 keyword API

- [#2550](https://github.com/XiaoMi/hiui/pull/2550) [`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b) Thanks [@zyprepare](https://github.com/zyprepare)! - Descriptions fix: 修复只有一条数据时显示问题

- [#2545](https://github.com/XiaoMi/hiui/pull/2545) [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 体验优化

- Updated dependencies [[`521ad72ed`](https://github.com/XiaoMi/hiui/commit/521ad72ed7eda1104e240320e0f9898fcfc4255b), [`4b40f173a`](https://github.com/XiaoMi/hiui/commit/4b40f173a3c6125958392185c48756a07b1adb2f), [`e5040e00d`](https://github.com/XiaoMi/hiui/commit/e5040e00d71b8cb77cdaa91c8bc1c00aa94732d5), [`a2f9f569a`](https://github.com/XiaoMi/hiui/commit/a2f9f569aefad8d4956db021510163ed8993887c)]:
  - @hi-ui/descriptions@4.1.2
  - @hi-ui/picker@4.1.0
  - @hi-ui/select@4.1.0
  - @hi-ui/collapse@4.1.1
  - @hi-ui/menu@4.0.9

## 4.2.8

### Patch Changes

- [#2534](https://github.com/XiaoMi/hiui/pull/2534) [`9fec6fc1f`](https://github.com/XiaoMi/hiui/commit/9fec6fc1f647a274f4d2bbd139e2b01401a1a54f) Thanks [@safga](https://github.com/safga)! - Textarea fix: 修复 resize 调整高度和 disabled 样式问题

- [#2538](https://github.com/XiaoMi/hiui/pull/2538) [`ec2c785cf`](https://github.com/XiaoMi/hiui/commit/ec2c785cf4cc3b87b901f1ea0a436c0e3b035a52) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput feat: 支持 placeholder

- [#2536](https://github.com/XiaoMi/hiui/pull/2536) [`e8443a2f8`](https://github.com/XiaoMi/hiui/commit/e8443a2f871ad19faa7bbf1df2ad3f52ab245019) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs feat: 增加 unmountOnInactive API

- Updated dependencies [[`9fec6fc1f`](https://github.com/XiaoMi/hiui/commit/9fec6fc1f647a274f4d2bbd139e2b01401a1a54f), [`e8443a2f8`](https://github.com/XiaoMi/hiui/commit/e8443a2f871ad19faa7bbf1df2ad3f52ab245019), [`ec2c785cf`](https://github.com/XiaoMi/hiui/commit/ec2c785cf4cc3b87b901f1ea0a436c0e3b035a52)]:
  - @hi-ui/textarea@4.1.1
  - @hi-ui/tabs@4.1.0
  - @hi-ui/counter@4.1.4
  - @hi-ui/number-input@4.1.3

## 4.2.7

### Patch Changes

- [#2523](https://github.com/XiaoMi/hiui/pull/2523) [`765c4e770`](https://github.com/XiaoMi/hiui/commit/765c4e770626006de15352c49e7c3b8af255c0ca) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 修复 Safari 中月份选择时回调数据错误问题

- Updated dependencies [[`765c4e770`](https://github.com/XiaoMi/hiui/commit/765c4e770626006de15352c49e7c3b8af255c0ca)]:
  - @hi-ui/date-picker@4.0.18

## 4.2.6

### Patch Changes

- [#2516](https://github.com/XiaoMi/hiui/pull/2516) [`49aa47c02`](https://github.com/XiaoMi/hiui/commit/49aa47c02f7b4fc858f2ca9b55974853dfdbd59d) Thanks [@zyprepare](https://github.com/zyprepare)! - CheckTreeSelect feat: 增加 showCheckAll API

- Updated dependencies [[`49aa47c02`](https://github.com/XiaoMi/hiui/commit/49aa47c02f7b4fc858f2ca9b55974853dfdbd59d)]:
  - @hi-ui/check-tree-select@4.1.0

## 4.2.5

### Patch Changes

- [#2510](https://github.com/XiaoMi/hiui/pull/2510) [`fde24c34b`](https://github.com/XiaoMi/hiui/commit/fde24c34bee2adb19800410f6d46d7c78902fada) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree fix: 修复高亮显示问题

- [#2512](https://github.com/XiaoMi/hiui/pull/2512) [`d6c310ee8`](https://github.com/XiaoMi/hiui/commit/d6c310ee8d88fa9e7a03d4e298e93a72a63d474b) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: useTreeSearchProps 增加 customFilterTree api

- Updated dependencies [[`fde24c34b`](https://github.com/XiaoMi/hiui/commit/fde24c34bee2adb19800410f6d46d7c78902fada), [`d6c310ee8`](https://github.com/XiaoMi/hiui/commit/d6c310ee8d88fa9e7a03d4e298e93a72a63d474b)]:
  - @hi-ui/tree@4.4.0

## 4.2.4

### Patch Changes

- [#2506](https://github.com/XiaoMi/hiui/pull/2506) [`acf21fe33`](https://github.com/XiaoMi/hiui/commit/acf21fe33446840efd729f344727870cf895663f) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput fix: 修复 formatter 模式下,光标聚焦时值被清空问题

- [#2505](https://github.com/XiaoMi/hiui/pull/2505) [`76c377aab`](https://github.com/XiaoMi/hiui/commit/76c377aabec97a8c27f5c6100dd18ce0ffd9b0f6) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree feat: add size api

- Updated dependencies [[`76c377aab`](https://github.com/XiaoMi/hiui/commit/76c377aabec97a8c27f5c6100dd18ce0ffd9b0f6), [`acf21fe33`](https://github.com/XiaoMi/hiui/commit/acf21fe33446840efd729f344727870cf895663f)]:
  - @hi-ui/tree@4.3.0
  - @hi-ui/counter@4.1.3
  - @hi-ui/number-input@4.1.2

## 4.2.3

### Patch Changes

- [#2498](https://github.com/XiaoMi/hiui/pull/2498) [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput fix: 修复 formatter 场景下值为 null 和 0 时的异常问题

- [#2495](https://github.com/XiaoMi/hiui/pull/2495) [`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复 showMask 设为 false 后依然有蒙层存在

- Updated dependencies [[`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a), [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d)]:
  - @hi-ui/drawer@4.0.9
  - @hi-ui/counter@4.1.2
  - @hi-ui/number-input@4.1.1

## 4.2.2

### Patch Changes

- [#2487](https://github.com/XiaoMi/hiui/pull/2487) [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复入场动画问题

- [#2492](https://github.com/XiaoMi/hiui/pull/2492) [`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3) Thanks [@zyprepare](https://github.com/zyprepare)! - Pagination fix: 兼容 useCounter 中 onChange 类型

- [#2489](https://github.com/XiaoMi/hiui/pull/2489) [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter fix: 增加了对 null 值的处理,当值设置为 null 时输入框显示为空

- [#2491](https://github.com/XiaoMi/hiui/pull/2491) [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c) Thanks [@safga](https://github.com/safga)! - Dropdown fix: 增加 dataItem 设置 disable 后样式

- Updated dependencies [[`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3), [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be), [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0), [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c)]:
  - @hi-ui/pagination@4.0.10
  - @hi-ui/counter@4.1.1
  - @hi-ui/drawer@4.0.8
  - @hi-ui/dropdown@4.0.6

## 4.2.1

### Patch Changes

- [#2484](https://github.com/XiaoMi/hiui/pull/2484) [`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457) Thanks [@zyprepare](https://github.com/zyprepare)! - Input DatePicker fix: 样式优化

- [#2481](https://github.com/XiaoMi/hiui/pull/2481) [`0d4cfe83d`](https://github.com/XiaoMi/hiui/commit/0d4cfe83d017e596bb52c8aa74072e4c0c03fc18) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 修复时间选择格式化问题

- [#2482](https://github.com/XiaoMi/hiui/pull/2482) [`3301a290f`](https://github.com/XiaoMi/hiui/commit/3301a290fa9bd8b8717e24ef69ed832aa392b11e) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect fix: 数据改变后显示一次滚动条

- Updated dependencies [[`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457), [`0d4cfe83d`](https://github.com/XiaoMi/hiui/commit/0d4cfe83d017e596bb52c8aa74072e4c0c03fc18), [`3301a290f`](https://github.com/XiaoMi/hiui/commit/3301a290fa9bd8b8717e24ef69ed832aa392b11e), [`6980d058f`](https://github.com/XiaoMi/hiui/commit/6980d058f165b309695d10248d7511bd05bee457)]:
  - @hi-ui/date-picker@4.0.17
  - @hi-ui/input@4.0.9
  - @hi-ui/check-select@4.1.3
  - @hi-ui/select@4.0.11
  - @hi-ui/spinner@4.0.5

## 4.2.0

### Minor Changes

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: add SettingDrawer component

### Patch Changes

- [#2473](https://github.com/XiaoMi/hiui/pull/2473) [`3d5f9ba15`](https://github.com/XiaoMi/hiui/commit/3d5f9ba15868ccdc385cdcdc8a3bbe2e55542b39) Thanks [@zyprepare](https://github.com/zyprepare)! - Anchor Table Tree Upload fix: 修复 sonarcloud 扫描的 Bugs

- [#2468](https://github.com/XiaoMi/hiui/pull/2468) [`229dd4e4a`](https://github.com/XiaoMi/hiui/commit/229dd4e4ad428db09e577d95a8b80bd2216cefd1) Thanks [@safga](https://github.com/safga)! - Textarea feat: 增加 header api

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 增加 dataSource 功能

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table feat: 列设置增加 checkDisabledColKeys api,用于禁用列选择操作

- [#2469](https://github.com/XiaoMi/hiui/pull/2469) [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput feat: 增加 formatter 和 parser api

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Loading fix: 更新 Loading Spinner 组件依赖

- [#2465](https://github.com/XiaoMi/hiui/pull/2465) [`eec7e12c0`](https://github.com/XiaoMi/hiui/commit/eec7e12c0b10bf8a0d6ecf39674f5b847f96fbff) Thanks [@zyprepare](https://github.com/zyprepare)! - TimePicker fix: 修复 format="HH:mm" 模式下,选择此刻不生效问题

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 更新 Table 组件依赖

- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - Table fix: 数据排序样式不对

- Updated dependencies [[`eec7e12c0`](https://github.com/XiaoMi/hiui/commit/eec7e12c0b10bf8a0d6ecf39674f5b847f96fbff), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1), [`3d5f9ba15`](https://github.com/XiaoMi/hiui/commit/3d5f9ba15868ccdc385cdcdc8a3bbe2e55542b39), [`229dd4e4a`](https://github.com/XiaoMi/hiui/commit/229dd4e4ad428db09e577d95a8b80bd2216cefd1), [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1)]:
  - @hi-ui/time-picker@4.0.9
  - @hi-ui/table@4.1.0
  - @hi-ui/counter@4.1.0
  - @hi-ui/number-input@4.1.0
  - @hi-ui/anchor@4.0.5
  - @hi-ui/tree@4.2.1
  - @hi-ui/upload@4.1.4
  - @hi-ui/textarea@4.1.0
  - @hi-ui/loading@4.1.0

## 4.1.25

### Patch Changes

- [#2458](https://github.com/XiaoMi/hiui/pull/2458) [`8198be5ac`](https://github.com/XiaoMi/hiui/commit/8198be5ac3f0b1b86d14c4bb68a535157da4d2b1) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 范围选择中，需要在切换年份或月份时触发 onSelect

- [#2459](https://github.com/XiaoMi/hiui/pull/2459) [`957f35be5`](https://github.com/XiaoMi/hiui/commit/957f35be51204b0dbdd48942ca66d0bb99ce50d6) Thanks [@zyprepare](https://github.com/zyprepare)! - EllipsisTooltip fix: type error

- Updated dependencies [[`8198be5ac`](https://github.com/XiaoMi/hiui/commit/8198be5ac3f0b1b86d14c4bb68a535157da4d2b1), [`957f35be5`](https://github.com/XiaoMi/hiui/commit/957f35be51204b0dbdd48942ca66d0bb99ce50d6)]:
  - @hi-ui/date-picker@4.0.16
  - @hi-ui/ellipsis-tooltip@4.1.2

## 4.1.24

### Patch Changes

- [#2448](https://github.com/XiaoMi/hiui/pull/2448) [`573a26adf`](https://github.com/XiaoMi/hiui/commit/573a26adf945654f4301e38044131616982c7b2e) Thanks [@zyprepare](https://github.com/zyprepare)! - Input fix: value 设置 null 时报错

- [#2447](https://github.com/XiaoMi/hiui/pull/2447) [`ce53a9319`](https://github.com/XiaoMi/hiui/commit/ce53a93191a0c71cd9d07deff13e3a4cdef2bb46) Thanks [@zyprepare](https://github.com/zyprepare)! - Tooltip fix: 背景色增加 80% 透明度

- Updated dependencies [[`ce53a9319`](https://github.com/XiaoMi/hiui/commit/ce53a93191a0c71cd9d07deff13e3a4cdef2bb46), [`573a26adf`](https://github.com/XiaoMi/hiui/commit/573a26adf945654f4301e38044131616982c7b2e)]:
  - @hi-ui/tooltip@4.0.7
  - @hi-ui/input@4.0.8

## 4.1.23

### Patch Changes

- [#2440](https://github.com/XiaoMi/hiui/pull/2440) [`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535) Thanks [@zyprepare](https://github.com/zyprepare)! - Input fix: 输入框值格式化时光标跑到最后

- [#2444](https://github.com/XiaoMi/hiui/pull/2444) [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e) Thanks [@zyprepare](https://github.com/zyprepare)! - Textarea fix: 修复类型问题

- [#2443](https://github.com/XiaoMi/hiui/pull/2443) [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload hotfix: type="drag" 模式下，限制文件类型无效

- Updated dependencies [[`45f1ddd4d`](https://github.com/XiaoMi/hiui/commit/45f1ddd4de49c84f09b0074bcacdcb587a5d1535), [`89147b131`](https://github.com/XiaoMi/hiui/commit/89147b131183b344cf1355d2d1062786c4be030e), [`960cb3bc8`](https://github.com/XiaoMi/hiui/commit/960cb3bc89a37a2d8b9882bc6551b75f2119fb82), [`0a69cdf32`](https://github.com/XiaoMi/hiui/commit/0a69cdf32c305a35286947b55d1ec05159358ba0)]:
  - @hi-ui/input@4.0.7
  - @hi-ui/textarea@4.0.7
  - @hi-ui/ellipsis-tooltip@4.1.1
  - @hi-ui/upload@4.1.3

## 4.1.22

### Patch Changes

- [#2435](https://github.com/XiaoMi/hiui/pull/2435) [`92d03cf74`](https://github.com/XiaoMi/hiui/commit/92d03cf7464ab19e08a912deb41984aa0d71340c) Thanks [@chownchen](https://github.com/chownchen)! - EllipsisTooltip: api and docs update

- Updated dependencies [[`c3e490027`](https://github.com/XiaoMi/hiui/commit/c3e49002752965c90fdf73f9be26d85b9252be19)]:
  - @hi-ui/ellipsis-tooltip@4.1.0

## 4.1.21

### Patch Changes

- [#2429](https://github.com/XiaoMi/hiui/pull/2429) [`72e2adbbd`](https://github.com/XiaoMi/hiui/commit/72e2adbbd78911c14fa541492efb55873662657c) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload 修复问题: maxSize 设置后，上传图片超出大小时无效果

- [#2431](https://github.com/XiaoMi/hiui/pull/2431) [`93489d394`](https://github.com/XiaoMi/hiui/commit/93489d394264189b783dde21169e6a3d458e9d6e) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 样式优化: 日历面板显示界面过小

- Updated dependencies [[`72e2adbbd`](https://github.com/XiaoMi/hiui/commit/72e2adbbd78911c14fa541492efb55873662657c), [`93489d394`](https://github.com/XiaoMi/hiui/commit/93489d394264189b783dde21169e6a3d458e9d6e)]:
  - @hi-ui/upload@4.1.2
  - @hi-ui/date-picker@4.0.15

## 4.1.20

### Patch Changes

- [#2423](https://github.com/XiaoMi/hiui/pull/2423) [`2916a5578`](https://github.com/XiaoMi/hiui/commit/2916a557818fe232978562c1f3d4ce6dbb991218) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 交互优化: 日期选择中,左右切换年或月时触发 onSelect 回调

- [#2417](https://github.com/XiaoMi/hiui/pull/2417) [`14f0e2d53`](https://github.com/XiaoMi/hiui/commit/14f0e2d5313cf1575f6e6378659e5406f8045529) Thanks [@zyprepare](https://github.com/zyprepare)! - Tooltip Slider 修复问题: 鼠标拖动过程中 tooltip 没有跟随显示

- [#2419](https://github.com/XiaoMi/hiui/pull/2419) [`2a752a458`](https://github.com/XiaoMi/hiui/commit/2a752a458300331acefa250d20fd8c0785e6683b) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload 问题修复: type="avatar" 模式下,图片裁剪后的格式默认都变成了 png

- Updated dependencies [[`2916a5578`](https://github.com/XiaoMi/hiui/commit/2916a557818fe232978562c1f3d4ce6dbb991218), [`2a752a458`](https://github.com/XiaoMi/hiui/commit/2a752a458300331acefa250d20fd8c0785e6683b), [`f8488d3c3`](https://github.com/XiaoMi/hiui/commit/f8488d3c3235d8bf2fc38e0ca3bfaed75bd0ce09), [`14f0e2d53`](https://github.com/XiaoMi/hiui/commit/14f0e2d5313cf1575f6e6378659e5406f8045529)]:
  - @hi-ui/date-picker@4.0.14
  - @hi-ui/upload@4.1.1
  - @hi-ui/descriptions@4.1.1
  - @hi-ui/slider@4.0.7
  - @hi-ui/tooltip@4.0.6

## 4.1.19

### Patch Changes

- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 问题修复: 在 tab 过多滚动场景下，如果选中的 tab 在最左侧，点击右箭头时无效果

- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect 体验优化: 大数据列表中,打开下拉列表时有一次滚动条提示

- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 增加 expandOnClick api

- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 修复问题: 日期选择中,选择月份后会有一个闪动的界面

- [#2411](https://github.com/XiaoMi/hiui/pull/2411) [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal 修复问题: 设置 height 为表达式时,组件中会有 max-height 限制导致无效

- Updated dependencies [[`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117), [`f7d1257ad`](https://github.com/XiaoMi/hiui/commit/f7d1257ad2006fd40cabb2d16f1fde77677f3117)]:
  - @hi-ui/tree@4.2.0
  - @hi-ui/tabs@4.0.8
  - @hi-ui/modal@4.0.10
  - @hi-ui/check-select@4.1.2
  - @hi-ui/select@4.0.10
  - @hi-ui/date-picker@4.0.13

## 4.1.18

### Patch Changes

- [#2394](https://github.com/XiaoMi/hiui/pull/2394) [`a9a5558ac`](https://github.com/XiaoMi/hiui/commit/a9a5558ac2a17efb213e07a8ee0d3612b43df2a2) Thanks [@zyprepare](https://github.com/zyprepare)! - Pagination 代码优化: 给 PagerButton 组件提供 ref 属性

- [#2392](https://github.com/XiaoMi/hiui/pull/2392) [`5092a901d`](https://github.com/XiaoMi/hiui/commit/5092a901def14bf4a37411d6d4207cd13809d029) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索在 checkable 模式下勾选逻辑有误

- [#2396](https://github.com/XiaoMi/hiui/pull/2396) [`544858c34`](https://github.com/XiaoMi/hiui/commit/544858c342e043f3a60a0368c76c9411a634eb3f) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 修复问题: activeId 受控模式下,后面的较深的 tab 无法自动显示到前面

- [#2389](https://github.com/XiaoMi/hiui/pull/2389) [`d6c7feaf8`](https://github.com/XiaoMi/hiui/commit/d6c7feaf840f8db858f8d2534e86c16a598674b7) Thanks [@chownchen](https://github.com/chownchen)! - Descriptions Component add data api

- Updated dependencies [[`0f1420d36`](https://github.com/XiaoMi/hiui/commit/0f1420d36bc6bc73b8994eb9dd277b26b930451f), [`544858c34`](https://github.com/XiaoMi/hiui/commit/544858c342e043f3a60a0368c76c9411a634eb3f), [`a7d47168b`](https://github.com/XiaoMi/hiui/commit/a7d47168b519cacfd7b34edf6ba239c5b0b92284), [`5092a901d`](https://github.com/XiaoMi/hiui/commit/5092a901def14bf4a37411d6d4207cd13809d029), [`a9a5558ac`](https://github.com/XiaoMi/hiui/commit/a9a5558ac2a17efb213e07a8ee0d3612b43df2a2)]:
  - @hi-ui/descriptions@4.1.0
  - @hi-ui/tabs@4.0.7
  - @hi-ui/core@4.0.5
  - @hi-ui/tree@4.1.2
  - @hi-ui/pagination@4.0.9

## 4.1.17

### Patch Changes

- [#2383](https://github.com/XiaoMi/hiui/pull/2383) [`6248e798b`](https://github.com/XiaoMi/hiui/commit/6248e798b4ad7b9256637027f6bbe79245ed68de) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu 实现 expandedType="pop" 模式下，可以自定义弹出层样式类名

- Updated dependencies [[`6248e798b`](https://github.com/XiaoMi/hiui/commit/6248e798b4ad7b9256637027f6bbe79245ed68de)]:
  - @hi-ui/menu@4.0.8

## 4.1.16

### Patch Changes

- [#2379](https://github.com/XiaoMi/hiui/pull/2379) [`3d1914615`](https://github.com/XiaoMi/hiui/commit/3d1914615ab041ac4b8a35200386a4a56add3070) Thanks [@zyprepare](https://github.com/zyprepare)! - Anchor 首次进入页面，没有跳转到指定的锚点位置

- [#2376](https://github.com/XiaoMi/hiui/pull/2376) [`783172359`](https://github.com/XiaoMi/hiui/commit/78317235998b09e080961e25104d84dcea943a28) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal onClose 设置后，点击关闭按钮没有触发回调

- [#2374](https://github.com/XiaoMi/hiui/pull/2374) [`4e7308002`](https://github.com/XiaoMi/hiui/commit/4e7308002165b63b43491cfcfd0bc0586666cb85) Thanks [@zyprepare](https://github.com/zyprepare)! - Form 在 labelPlacement="top" 下，formMessage 显示异常

- Updated dependencies [[`4e7308002`](https://github.com/XiaoMi/hiui/commit/4e7308002165b63b43491cfcfd0bc0586666cb85), [`783172359`](https://github.com/XiaoMi/hiui/commit/78317235998b09e080961e25104d84dcea943a28), [`3d1914615`](https://github.com/XiaoMi/hiui/commit/3d1914615ab041ac4b8a35200386a4a56add3070)]:
  - @hi-ui/form@4.1.2
  - @hi-ui/modal@4.0.9
  - @hi-ui/anchor@4.0.4

## 4.1.15

### Patch Changes

- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal 体验问题: 鼠标选中内容滑动到外部，松开后模态框会关闭

- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中 useTreeSearchProps 中的 filterTree 中的 keyword 是数组时，结果没有高亮展示

- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中，当传入空字符串时，搜索会展开全部节点

- [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Slider 修复问题: 滑块外部容器设置 overflow: 'hidden' 时,滑块的提示内容显示受限

- Updated dependencies [[`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33)]:
  - @hi-ui/slider@4.0.6
  - @hi-ui/modal@4.0.8
  - @hi-ui/tree@4.1.1

## 4.1.14

### Patch Changes

- [#2345](https://github.com/XiaoMi/hiui/pull/2345) [`5c1fb516f`](https://github.com/XiaoMi/hiui/commit/5c1fb516f94b6282dcb54907cbcf32cca4e46dbc) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 修复问题: TabPane 设置 disabled 不生效

- [#2347](https://github.com/XiaoMi/hiui/pull/2347) [`1dd3fa9ce`](https://github.com/XiaoMi/hiui/commit/1dd3fa9cee0c408ead0849b9fab3e451bcf3e1f7) Thanks [@zyprepare](https://github.com/zyprepare)! - Form 修复体验问题: 错误提示过长时样式错乱

- [#2351](https://github.com/XiaoMi/hiui/pull/2351) [`d39a3d341`](https://github.com/XiaoMi/hiui/commit/d39a3d34117f7a1d18f4d4ad4046749563dcdd37) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 增加功能: 自定义搜索中 useTreeSearchProps 中的 filterTree 中的 keyword 支持数组

- Updated dependencies [[`5c1fb516f`](https://github.com/XiaoMi/hiui/commit/5c1fb516f94b6282dcb54907cbcf32cca4e46dbc), [`d39a3d341`](https://github.com/XiaoMi/hiui/commit/d39a3d34117f7a1d18f4d4ad4046749563dcdd37), [`1dd3fa9ce`](https://github.com/XiaoMi/hiui/commit/1dd3fa9cee0c408ead0849b9fab3e451bcf3e1f7)]:
  - @hi-ui/tabs@4.0.6
  - @hi-ui/tree@4.1.0
  - @hi-ui/form@4.1.1

## 4.1.13

### Patch Changes

- [#2334](https://github.com/XiaoMi/hiui/pull/2334) [`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect CheckTreeSelect TreeSelect 修复问题:设置 loading 无效果

- [#2336](https://github.com/XiaoMi/hiui/pull/2336) [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278) Thanks [@zyprepare](https://github.com/zyprepare)! - FormList 对外暴露内部 add remove 等方法

- Updated dependencies [[`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7), [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278)]:
  - @hi-ui/check-select@4.1.1
  - @hi-ui/check-tree-select@4.0.10
  - @hi-ui/select@4.0.9
  - @hi-ui/tree-select@4.0.10
  - @hi-ui/form@4.1.0

## 4.1.12

### Patch Changes

- [#2326](https://github.com/XiaoMi/hiui/pull/2326) [`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 修复问题:设置 type="weekrange" 时，选择后没有触发 onChange

- [#2324](https://github.com/XiaoMi/hiui/pull/2324) [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 修复单独使用 TabList 时,设置 placement="vertical" 不生效问题

- Updated dependencies [[`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3), [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c)]:
  - @hi-ui/date-picker@4.0.12
  - @hi-ui/tabs@4.0.5

## 4.1.11

### Patch Changes

- [#2315](https://github.com/XiaoMi/hiui/pull/2315) [`551ab0b73`](https://github.com/XiaoMi/hiui/commit/551ab0b734e00d1e0ca170c9a87f316aa4197762) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复设置 size 后,空状态会出现滚动条问题

- [#2312](https://github.com/XiaoMi/hiui/pull/2312) [`763e80604`](https://github.com/XiaoMi/hiui/commit/763e80604bb5040e64cf5f95b82346ed2bccd028) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复 type 受控情况下,修改后 UI 更新不及时问题

- [#2313](https://github.com/XiaoMi/hiui/pull/2313) [`357ea008c`](https://github.com/XiaoMi/hiui/commit/357ea008c8230bd5961837942d596990dbd837d3) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复 value 受控模式下,输入时没有更新值输入框 UI 的问题

- Updated dependencies [[`551ab0b73`](https://github.com/XiaoMi/hiui/commit/551ab0b734e00d1e0ca170c9a87f316aa4197762), [`763e80604`](https://github.com/XiaoMi/hiui/commit/763e80604bb5040e64cf5f95b82346ed2bccd028), [`357ea008c`](https://github.com/XiaoMi/hiui/commit/357ea008c8230bd5961837942d596990dbd837d3)]:
  - @hi-ui/table@4.0.13
  - @hi-ui/date-picker@4.0.11

## 4.1.10

### Patch Changes

- [#2304](https://github.com/XiaoMi/hiui/pull/2304) [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7) Thanks [@zyprepare](https://github.com/zyprepare)! - 更新 filter 组件依赖

- [#2304](https://github.com/XiaoMi/hiui/pull/2304) [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7) Thanks [@zyprepare](https://github.com/zyprepare)! - 更新 Upload 组件依赖

- [#2304](https://github.com/XiaoMi/hiui/pull/2304) [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7) Thanks [@zyprepare](https://github.com/zyprepare)! - 更新 CheckSelect 组件依赖版本

- [#2304](https://github.com/XiaoMi/hiui/pull/2304) [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复 DatePicker 依赖的 moment 库本地语言设置问题

- Updated dependencies [[`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7), [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7), [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7), [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7), [`feaec9a67`](https://github.com/XiaoMi/hiui/commit/feaec9a67a05e315f6f3370115eaf0c8c418faf7)]:
  - @hi-ui/upload@4.1.0
  - @hi-ui/collapse@4.1.0
  - @hi-ui/check-select@4.1.0
  - @hi-ui/date-picker@4.0.10
  - @hi-ui/filter@4.1.0
