Open renovate-bot opened 1 week ago
This PR contains the following updates:
5.21.3
5.22.2
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
5.21.3
->5.22.2
Release Notes
ant-design/ant-design (antd)
### [`v5.22.2`](https://redirect.github.com/ant-design/ant-design/compare/5.22.1...4dfa7ddf5ed998c61f4d43206ed1fb2afaf5d838) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.22.1...5.22.2) ### [`v5.22.1`](https://redirect.github.com/ant-design/ant-design/releases/tag/5.22.1) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.22.0...5.22.1) - 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when `needConfirm` and the user has not submitted the date. [#51591](https://redirect.github.com/ant-design/ant-design/pull/51591) [@zombieJ](https://redirect.github.com/zombieJ) - 🛠 Lock Input.OTP `ctrl + z` operation to avoid data not correct. [#51609](https://redirect.github.com/ant-design/ant-design/pull/51609) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 Fix Select `tags` or `multiple` mode display issue. [#51605](https://redirect.github.com/ant-design/ant-design/pull/51605) [@guoyunhe](https://redirect.github.com/guoyunhe) - 🐞 Fix Badge `count` motion missing in Safari. [#51598](https://redirect.github.com/ant-design/ant-design/pull/51598) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 Fix Tabs with `centered` the tabs can not fully display. [#51571](https://redirect.github.com/ant-design/ant-design/pull/51571) [@DDDDD12138](https://redirect.github.com/DDDDD12138) - 🐞 Fix Transfer with controlled `dataSource` & `selectedKeys` sometime miss sync checked state. [#51523](https://redirect.github.com/ant-design/ant-design/pull/51523) [@IsKaros](https://redirect.github.com/IsKaros) - 🐞 Revert Button `display` `inline-flex` back to `inline-block` to resolve Icon align issue. [#51588](https://redirect.github.com/ant-design/ant-design/pull/51588) [@Wxh16144](https://redirect.github.com/Wxh16144) *** - 🛠 调整 DatePicker.RangePicker 当 `needConfirm` 切用户未提交日期时,不允许通过点击输入框切换到下一个字段。[#51591](https://redirect.github.com/ant-design/ant-design/pull/51591) [@zombieJ](https://redirect.github.com/zombieJ) - 🛠 禁用 Input.OTP `ctrl + z` 操作以防止数据变化非预期的问题。[#51609](https://redirect.github.com/ant-design/ant-design/pull/51609) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 修复 Select 标签模式下展示异常的问题。[#51605](https://redirect.github.com/ant-design/ant-design/pull/51605) [@guoyunhe](https://redirect.github.com/guoyunhe) - 🐞 修复 Badge `count` 在 Safari 下动画丢失的问题。[#51598](https://redirect.github.com/ant-design/ant-design/pull/51598) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 修复 Tabs `centered` 下标签展示不全的问题。[#51571](https://redirect.github.com/ant-design/ant-design/pull/51571) [@DDDDD12138](https://redirect.github.com/DDDDD12138) - 🐞 修复 Transfer 受控 `dataSource` 和 `selectedKeys` 时,偶尔会出现勾选不正确的问题。[#51523](https://redirect.github.com/ant-design/ant-design/pull/51523) [@IsKaros](https://redirect.github.com/IsKaros) - 🐞 回滚 Button `display` 的 `inline-flex` 为 `inline-block` 以解决 Icon 位置偏移的问题。[#51588](https://redirect.github.com/ant-design/ant-design/pull/51588) [@Wxh16144](https://redirect.github.com/Wxh16144) ### [`v5.22.0`](https://redirect.github.com/ant-design/ant-design/releases/tag/5.22.0) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.21.6...5.22.0) - Form - 🆕 Form.Item supports hiding labels. [#51524](https://redirect.github.com/ant-design/ant-design/pull/51524) [@crazyair](https://redirect.github.com/crazyair) - 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. [#51254](https://redirect.github.com/ant-design/ant-design/pull/51254) [@hongzzz](https://redirect.github.com/hongzzz) - 🐞 Fix the problem that `onValuesChange` is still triggered when the Form field triggers change but the value does not change. [#51437](https://redirect.github.com/ant-design/ant-design/pull/51437) [@crazyair](https://redirect.github.com/crazyair) - 🆕 Form supports the focus property in scrollToFirstError when form validation fails. [#51231](https://redirect.github.com/ant-design/ant-design/pull/51231) [@nathanlao](https://redirect.github.com/nathanlao) - Table - 🆕 Table column filter drop-down box supports `filterDropdownProps`. [#51297](https://redirect.github.com/ant-design/ant-design/pull/51297) [@Wxh16144](https://redirect.github.com/Wxh16144) - 🆕 Table `expandedRowClassName` supports string . [#51067](https://redirect.github.com/ant-design/ant-design/pull/51067) [@li-jia-nan](https://redirect.github.com/li-jia-nan) - Tree - 💄 Fix the problem of missing padding style for selected nodes in Tree. [#51492](https://redirect.github.com/ant-design/ant-design/pull/51492) [@zombieJ](https://redirect.github.com/zombieJ) - 🆕 Tree component Token adds `nodeHoverColor` and `nodeSelectedColor` support. [#51367](https://redirect.github.com/ant-design/ant-design/pull/51367) [@zmbxy](https://redirect.github.com/zmbxy) - 🆕 Tree adds `indentSize` token for custom indent width. [#51010](https://redirect.github.com/ant-design/ant-design/pull/51010) [@afc163](https://redirect.github.com/afc163) - DatePicker - 🆕 DatePicker supports prefix attribute. [#51335](https://redirect.github.com/ant-design/ant-design/pull/51335) [@guoyunhe](https://redirect.github.com/guoyunhe) - 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. [#51533](https://redirect.github.com/ant-design/ant-design/pull/51533) [@afc163](https://redirect.github.com/afc163) - Input.OTP - 🆕 In the `Input.OTP` component, add `onInput` event to get the value of each user input. At the same time, the relevant documentation has been updated. [#51289](https://redirect.github.com/ant-design/ant-design/pull/51289) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🐞 Fixed the problem that Input.OTP cannot specify `inputMode`. [#51271](https://redirect.github.com/ant-design/ant-design/pull/51271) [@alan-rudzinski](https://redirect.github.com/alan-rudzinski) - 🆕 ColorPicker supports `disabledFormat`. [#51539](https://redirect.github.com/ant-design/ant-design/pull/51539) [@su-muzhi](https://redirect.github.com/su-muzhi) - 🆕 Add `cursor` configuration item to the `focus` method of InputNumber component to control the cursor position. [#51444](https://redirect.github.com/ant-design/ant-design/pull/51444) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🆕 Cascader adds `disabled` attribute to disable all first-level directory items of the component. [#51272](https://redirect.github.com/ant-design/ant-design/pull/51272) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🆕 Descriptions supports single-line spreading. [#51365](https://redirect.github.com/ant-design/ant-design/pull/51365) [@crazyair](https://redirect.github.com/crazyair) - 🆕 Select/TreeSelect/Cascader components add `prefix` property to support custom prefix. [#51186](https://redirect.github.com/ant-design/ant-design/pull/51186) [@guoyunhe](https://redirect.github.com/guoyunhe) - 🐞 Fix the problem that the preview image class name is lost when setting `ImageProps.preview.rootClassName` in Image. [#51538](https://redirect.github.com/ant-design/ant-design/pull/51538) [@dislido](https://redirect.github.com/dislido) - 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. [#51481](https://redirect.github.com/ant-design/ant-design/pull/51481) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 Fix TreeSelect dropdown height not enough. [#51567](https://redirect.github.com/ant-design/ant-design/pull/51567) [@afc163](https://redirect.github.com/afc163) - 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. [#51453](https://redirect.github.com/ant-design/ant-design/pull/51453) [@thinkasany](https://redirect.github.com/thinkasany) - 🐞 Fixed the issue that Upload `itemRender` calling `action.preview` will cause a crash. [#51419](https://redirect.github.com/ant-design/ant-design/pull/51419) [@yoyo837](https://redirect.github.com/yoyo837) - 🐞 Fixed Splitter pseudo-element symbol issue. [#51536](https://redirect.github.com/ant-design/ant-design/pull/51536) [@dislido](https://redirect.github.com/dislido) - 💄 Optimize Collapse accessibility attribute and mouse hover style. [#51400](https://redirect.github.com/ant-design/ant-design/pull/51400) [@afc163](https://redirect.github.com/afc163) - 💄 Fix styling issue of Menu title content. [#51425](https://redirect.github.com/ant-design/ant-design/pull/51425) [@coding-ice](https://redirect.github.com/coding-ice) - 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. [#51501](https://redirect.github.com/ant-design/ant-design/pull/51501) [@alexandre-p-marques-alb](https://redirect.github.com/alexandre-p-marques-alb) - 🇺🇿 Optimize uz_UZ internationalization. [#51407](https://redirect.github.com/ant-design/ant-design/pull/51407) [@Zukhrik](https://redirect.github.com/Zukhrik) - TypeScript - 🤖 Upload exports type DraggerProps. [#51546](https://redirect.github.com/ant-design/ant-design/pull/51546) [@DBvc](https://redirect.github.com/DBvc) - 🤖 Add defaultValue property to TimePicker.RangePicker example. [#51413](https://redirect.github.com/ant-design/ant-design/pull/51413) [@nathanlao](https://redirect.github.com/nathanlao) - 🤖 Message Optimize the top type in message.config. [#51468](https://redirect.github.com/ant-design/ant-design/pull/51468) [@Fog3211](https://redirect.github.com/Fog3211) - 🤖 Optimize the TS definition of Tree and TreeSelect. [#51251](https://redirect.github.com/ant-design/ant-design/pull/51251) [@afc163](https://redirect.github.com/afc163) *** - Form - 🆕 Form.Item 支持隐藏 label。[#51524](https://redirect.github.com/ant-design/ant-design/pull/51524) [@crazyair](https://redirect.github.com/crazyair) - 🐞 Form 移除了用于撑开 error 高度的 div,将 errorDom 和 extraDom 用一个 div 包裹,并为该 div 设置了最小高度。[#51254](https://redirect.github.com/ant-design/ant-design/pull/51254) [@hongzzz](https://redirect.github.com/hongzzz) - 🐞 修复 Form 在字段触发 change 但是值没有变化时,`onValuesChange` 仍然会触发的问题。[#51437](https://redirect.github.com/ant-design/ant-design/pull/51437) [@crazyair](https://redirect.github.com/crazyair) - 🆕 Form 支持在表单验证失败时,scrollToFirstError 中的 focus 属性。[#51231](https://redirect.github.com/ant-design/ant-design/pull/51231) [@nathanlao](https://redirect.github.com/nathanlao) - Table - 🆕 Table 列过滤下拉框支持 `filterDropdownProps`。[#51297](https://redirect.github.com/ant-design/ant-design/pull/51297) [@Wxh16144](https://redirect.github.com/Wxh16144) - 🆕 Table `expandedRowClassName` 支持 string 。[#51067](https://redirect.github.com/ant-design/ant-design/pull/51067) [@li-jia-nan](https://redirect.github.com/li-jia-nan) - Tree - 💄 修复 Tree 选中节点丢失 padding 样式的问题。[#51492](https://redirect.github.com/ant-design/ant-design/pull/51492) [@zombieJ](https://redirect.github.com/zombieJ) - 🆕 Tree 组件 Token 增加 `nodeHoverColor` 和 `nodeSelectedColor` 支持。[#51367](https://redirect.github.com/ant-design/ant-design/pull/51367) [@zmbxy](https://redirect.github.com/zmbxy) - 🆕 Tree 新增 `indentSize` token 用于自定义缩进宽度。[#51010](https://redirect.github.com/ant-design/ant-design/pull/51010) [@afc163](https://redirect.github.com/afc163) - DatePicker - 🆕 DatePicker 支持 `prefix` 属性。[#51335](https://redirect.github.com/ant-design/ant-design/pull/51335) [@guoyunhe](https://redirect.github.com/guoyunhe) - 💄 修复 DatePicker.RangePicker 当鼠标移动到单元格之间时出现闪烁样式的问题。[#51533](https://redirect.github.com/ant-design/ant-design/pull/51533) [@afc163](https://redirect.github.com/afc163) - Input.OTP - 🆕 Input.OTP 组件新增 `onInput` 事件用于获取用户每一次输入的值。[#51289](https://redirect.github.com/ant-design/ant-design/pull/51289) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🐞 修复 Input.OTP 无法指定 `inputMode` 的问题。[#51271](https://redirect.github.com/ant-design/ant-design/pull/51271) [@alan-rudzinski](https://redirect.github.com/alan-rudzinski) - 🆕 ColorPicker 支持 `disabledFormat` 属性以禁用格式切换器。[#51539](https://redirect.github.com/ant-design/ant-design/pull/51539) [@su-muzhi](https://redirect.github.com/su-muzhi) - 🆕 为 InputNumber 组件的 `focus` 方法增加 `cursor` 配置项以控制光标位置。[#51444](https://redirect.github.com/ant-design/ant-design/pull/51444) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🆕 Cascader 新增 `disabled` 属性以禁用组件的所有一级目录项。[#51272](https://redirect.github.com/ant-design/ant-design/pull/51272) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🆕 Descriptions 支持单行铺满。[#51365](https://redirect.github.com/ant-design/ant-design/pull/51365) [@crazyair](https://redirect.github.com/crazyair) - 🆕 Select/TreeSelect/Cascader 组件增加 `prefix` 属性以支持自定义前缀。[#51186](https://redirect.github.com/ant-design/ant-design/pull/51186) [@guoyunhe](https://redirect.github.com/guoyunhe) - 🐞 修复 Image 设置 `ImageProps.preview.rootClassName` 导致预览图类名丢失。[#51538](https://redirect.github.com/ant-design/ant-design/pull/51538) [@dislido](https://redirect.github.com/dislido) - 🐞 修复 TimePicker 面板列的最后一项无法滚动到最上面的问题。[#51481](https://redirect.github.com/ant-design/ant-design/pull/51481) [@zombieJ](https://redirect.github.com/zombieJ) - 🐞 修复 TreeSelect 弹层高度不够的问题。[#51567](https://redirect.github.com/ant-design/ant-design/pull/51567) [@afc163](https://redirect.github.com/afc163) - 🐞 修复 Typography 在 ConfigProvider 语言切换时候没有立即更新。[#51453](https://redirect.github.com/ant-design/ant-design/pull/51453) [@thinkasany](https://redirect.github.com/thinkasany) - 🐞 修复 Upload `itemRender` 调用 `action.preview` 会导致崩溃的问题。[#51419](https://redirect.github.com/ant-design/ant-design/pull/51419) [@yoyo837](https://redirect.github.com/yoyo837) - 🐞 修复 Splitter 伪元素符号问题。[#51536](https://redirect.github.com/ant-design/ant-design/pull/51536) [@dislido](https://redirect.github.com/dislido) - 💄 优化 Collapse 可访问性属性和鼠标 hover 样式。[#51400](https://redirect.github.com/ant-design/ant-design/pull/51400) [@afc163](https://redirect.github.com/afc163) - 💄 修复 Menu title 内容的样式问题。[#51425](https://redirect.github.com/ant-design/ant-design/pull/51425) [@coding-ice](https://redirect.github.com/coding-ice) - 🇵🇹 修正葡萄牙语 (pt_PT) 本地化文件中的翻译,以提高准确性和一致性。[#51501](https://redirect.github.com/ant-design/ant-design/pull/51501) [@alexandre-p-marques-alb](https://redirect.github.com/alexandre-p-marques-alb) - 🇺🇿 优化 uz_UZ 国际化。[#51407](https://redirect.github.com/ant-design/ant-design/pull/51407) [@Zukhrik](https://redirect.github.com/Zukhrik) - TypeScript - 🤖 Upload 导出类型 DraggerProps。[#51546](https://redirect.github.com/ant-design/ant-design/pull/51546) [@DBvc](https://redirect.github.com/DBvc) - 🤖 将 defaultValue 属性添加到 TimePicker.RangePicker 示例中。[#51413](https://redirect.github.com/ant-design/ant-design/pull/51413) [@nathanlao](https://redirect.github.com/nathanlao) - 🤖 Message 优化 message.config 中的 top 类型。[#51468](https://redirect.github.com/ant-design/ant-design/pull/51468) [@Fog3211](https://redirect.github.com/Fog3211) - 🤖 优化 Tree 和 TreeSelect 的 TS 定义。[#51251](https://redirect.github.com/ant-design/ant-design/pull/51251) [@afc163](https://redirect.github.com/afc163) ### [`v5.21.6`](https://redirect.github.com/ant-design/ant-design/releases/tag/5.21.6) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.21.5...5.21.6) - 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. [#51210](https://redirect.github.com/ant-design/ant-design/pull/51210) - 🐞 Fix the Button icon was not vertically centered. [#51381](https://redirect.github.com/ant-design/ant-design/pull/51381) - 🐞 Fix the pointer style not set to `not-allowed` in the `disabled` state when `variant` of the Input was set to `borderless`. [#51387](https://redirect.github.com/ant-design/ant-design/pull/51387) [@ustcfury](https://redirect.github.com/ustcfury) - Splitter - 💄 Improve the pre-rendered style of Splitter under SSR. [#51378](https://redirect.github.com/ant-design/ant-design/pull/51378) - 💄 Increased the click area of the Splitter collapse button to improve usability. [#51383](https://redirect.github.com/ant-design/ant-design/pull/51383) [@aojunhao123](https://redirect.github.com/aojunhao123) - 💄 Improve Checkbox `indeterminate` to enhance accessibility experience. [#51350](https://redirect.github.com/ant-design/ant-design/pull/51350) [@SpaNb4](https://redirect.github.com/SpaNb4) - 💄 Improve the `title` of the Empty preset svg image to improve accessibility experience. [#51368](https://redirect.github.com/ant-design/ant-design/pull/51368) *** - 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。[#51210](https://redirect.github.com/ant-design/ant-design/pull/51210) - 🐞 修复 Button 图标未垂直居中的问题。[#51381](https://redirect.github.com/ant-design/ant-design/pull/51381) - 🐞 修复 Input 组件 `variant` 设置 `borderless` 时,`disabled` 状态下指针样式未设置 `not-allowed` 的问题。[#51387](https://redirect.github.com/ant-design/ant-design/pull/51387) [@ustcfury](https://redirect.github.com/ustcfury) - Splitter - 💄 优化 Splitter 在 SSR 下预渲染的样式。[#51378](https://redirect.github.com/ant-design/ant-design/pull/51378) - 💄 增大 Splitter 折叠按钮点击区域,提高可用性。[#51383](https://redirect.github.com/ant-design/ant-design/pull/51383) [@aojunhao123](https://redirect.github.com/aojunhao123) - 💄 优化 Checkbox `indeterminate` 提升无障碍体验。[#51350](https://redirect.github.com/ant-design/ant-design/pull/51350) [@SpaNb4](https://redirect.github.com/SpaNb4) - 💄 优化 Empty 预设 svg 图片的 `title` 提升无障碍体验。[#51368](https://redirect.github.com/ant-design/ant-design/pull/51368) ### [`v5.21.5`](https://redirect.github.com/ant-design/ant-design/releases/tag/5.21.5) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.21.4...5.21.5) - 🐞 Fix Cascader filter limitation not working when `limit` set to `false`. [#51263](https://redirect.github.com/ant-design/ant-design/pull/51263) [@dongbanban](https://redirect.github.com/dongbanban) - 🐞 Fix DatePicker disabled items cannot response mouse events bug. [#51294](https://redirect.github.com/ant-design/ant-design/pull/51294) [@ajenkins-mparticle](https://redirect.github.com/ajenkins-mparticle) - 🐞 Fix FloatButton menu problem what is difficult to click. [#51208](https://redirect.github.com/ant-design/ant-design/pull/51208) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🐞 Fix QRCode `onRefresh` property not working properly. [#51315](https://redirect.github.com/ant-design/ant-design/pull/51315) [@kiner-tang](https://redirect.github.com/kiner-tang) - 🐞 Fix Typography links cannot be selected by user. [#51243](https://redirect.github.com/ant-design/ant-design/pull/51243) [@thinkasany](https://redirect.github.com/thinkasany) - 💄 Fix Badge incorrect token of texts. [#51252](https://redirect.github.com/ant-design/ant-design/pull/51252) [@Wxh16144](https://redirect.github.com/Wxh16144) - 💄 Fix Layout lost styles of collapse button. [#51313](https://redirect.github.com/ant-design/ant-design/pull/51313) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🛠 Improve Button event handler declaration. [#42037](https://redirect.github.com/ant-design/ant-design/pull/42037) [@SohaibRaza](https://redirect.github.com/SohaibRaza) - 🛠 Improve Splitter style token semantic name. [#51223](https://redirect.github.com/ant-design/ant-design/pull/51223) [@wanpan11](https://redirect.github.com/wanpan11) *** - 🐞 修复 Cascader `limit` 属性设置 `false` 不生效的问题。[#51263](https://redirect.github.com/ant-design/ant-design/pull/51263) [@dongbanban](https://redirect.github.com/dongbanban) - 🐞 修复 DatePicker 的禁用日期项无法响应鼠标事件的问题。[#51294](https://redirect.github.com/ant-design/ant-design/pull/51294) [@ajenkins-mparticle](https://redirect.github.com/ajenkins-mparticle) - 🐞 修复 FloatButton 悬浮菜单难以点击的问题。[#51208](https://redirect.github.com/ant-design/ant-design/pull/51208) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🐞 修复 QRCode `onRefresh` 属性不生效的问题。[#51315](https://redirect.github.com/ant-design/ant-design/pull/51315) [@kiner-tang](https://redirect.github.com/kiner-tang) - 🐞 修复 Typography 中的超链接无法被用户选中的问题。[#51243](https://redirect.github.com/ant-design/ant-design/pull/51243) [@thinkasany](https://redirect.github.com/thinkasany) - 💄 修复 Badge 文本样式 token 不正确的问题。[#51252](https://redirect.github.com/ant-design/ant-design/pull/51252) [@Wxh16144](https://redirect.github.com/Wxh16144) - 💄 修复 Layout 折叠按钮样式缺失的问题。[#51313](https://redirect.github.com/ant-design/ant-design/pull/51313) [@aojunhao123](https://redirect.github.com/aojunhao123) - 🛠 优化 Button 事件处理器实现。[#42037](https://redirect.github.com/ant-design/ant-design/pull/42037) [@SohaibRaza](https://redirect.github.com/SohaibRaza) - 🛠 优化 Splitter 样式 token 的命名语义。[#51223](https://redirect.github.com/ant-design/ant-design/pull/51223) [@wanpan11](https://redirect.github.com/wanpan11) ### [`v5.21.4`](https://redirect.github.com/ant-design/ant-design/releases/tag/5.21.4) [Compare Source](https://redirect.github.com/ant-design/ant-design/compare/5.21.3...5.21.4) - 🐞 Fixed Input.Search not applying the `hoverBorderColor/activeBorderColor` token for hover/active states. [#51226](https://redirect.github.com/ant-design/ant-design/pull/51226) [@iqingting](https://redirect.github.com/iqingting) - 🐞 Fix Tree icon align issue. [#51181](https://redirect.github.com/ant-design/ant-design/pull/51181) [@Meowu](https://redirect.github.com/Meowu) - 🐞 Fix Splitter occasionally shows unnecessary scrollbars in nested combinations. [#51169](https://redirect.github.com/ant-design/ant-design/pull/51169) [@zombieJ](https://redirect.github.com/zombieJ) - 💄 Modify Design Token `textHoverBg` hover background to `colorFillTertiary`. [#51187](https://redirect.github.com/ant-design/ant-design/pull/51187) [@coding-ice](https://redirect.github.com/coding-ice) - TypeScript - 🤖 Improve type of Switch `eventHandler`. [#51165](https://redirect.github.com/ant-design/ant-design/pull/51165) [@thinkasany](https://redirect.github.com/thinkasany) *** - 🐞 修复 Input.Search 无法使用 Input Token `hoverBorderColor/activeBorderColor` 修改边框颜色的问题。[#51226](https://redirect.github.com/ant-design/ant-design/pull/51226) [@iqingting](https://redirect.github.com/iqingting) - 🐞 修复 Tree 的图标不对齐的问题。[#51181](https://redirect.github.com/ant-design/ant-design/pull/51181) [@Meowu](https://redirect.github.com/Meowu) - 🐞 修复 Splitter 在嵌套组合时,偶尔会出现多余滚动条的问题。[#51169](https://redirect.github.com/ant-design/ant-design/pull/51169) [@zombieJ](https://redirect.github.com/zombieJ) - 💄 修改 Design Token 的 `textHoverBg` 悬浮状态下的背景色为 `colorFillTertiary`。[#51187](https://redirect.github.com/ant-design/ant-design/pull/51187) [@coding-ice](https://redirect.github.com/coding-ice) - TypeScript - 🤖 优化 Switch `eventHandler` 类型。[#51165](https://redirect.github.com/ant-design/ant-design/pull/51165) [@thinkasany](https://redirect.github.com/thinkasany)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.