Skip to content

chore(deps): update dependency antd to v6.3.2#140

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages
Mar 15, 2026
Merged

chore(deps): update dependency antd to v6.3.2#140
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 6.3.06.3.2 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v6.3.2

Compare Source


  • 🐞 修复 Form.Item 使用动态 rulesdependencies 配合使用时,时序问题导致的校验失败的问题。#​57147 @​zombieJ
  • 🐞 修复 InputNumber 在 borderless 形态下与 Input 或 Select 并排时高度异常的问题。#​57162 @​QDyanbing
  • 🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57171 @​QDyanbing
  • 🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局 componentSize 设置的问题。#​57093 #​57106 @​QDyanbing
  • 🐞 修复 Splitter 存在 size 受控面板时其他面板尺寸可能计算错误的问题。#​57142 @​js0753
  • 🐞 修复 Tree 及 TreeSelect 在自定义 titleHeight 时会连线错位的问题。#​56785 @​QDyanbing
  • 💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#​57144 @​QDyanbing
  • 💄 修复 ConfigProvider 的 csp 配置没有对所有的动态 style 生效的问题。#​57159 @​zombieJ
  • Select
  • Upload
    • 💄 修复 Upload 在 picture-card 模式下无数据时仍然存在无效空白区域的问题。#​57157 @​QDyanbing
    • ⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。#​57156 @​Arktomson
  • 🌐 新增 es_US 国际化配置。#​57137 @​yuriidumych-max
  • 🛠 统一 size 枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用 medium 替代 default,针对 Descriptions 使用 mediumlarge 替代 middledefault,针对 Table 和 Divider 使用 medium 替代 middle#​57127 #​57106 @​QDyanbing
  • 🛠 统一 size className 在所有组件元素上的设置值。#​57106 @​QDyanbing
  • TypeScript

v6.3.1

Compare Source

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #​56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #​56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #​56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #​56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #​56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #​56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #​56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #​56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #​56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #​57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #​57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#​57049 @​meet-student

  • Select
    • 🐞 Select 修复 value 为空字符串时下拉框高度不正确的问题。#​56976 @​zombieJ
    • 🐞 Select 修复 value 为空字符串时值回显异常的问题。#​56966 @​luozz1994
    • 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#​56946
  • 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#​56961 @​luozz1994
  • 🐞 Typography 修复同时开启 copyableellipsis 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#​56855 @​claytonlin1110
  • 🐞 Progress 修复 status="active" 时动画溢出的问题。#​56972 @​aibayanyu20
  • 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#​56945 @​xbsheng
  • 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#​56937 @​zombieJ
  • ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 prefers-reduced-motion 媒体查询支持,禁用过渡动画以改善无障碍体验。#​56902 @​li-jia-nan
  • 🐞 Input 修复 variant="borderless" 时高度与 Select 不一致的问题。#​57014 @​njlazzar-su
  • 🐞 Modal 修复 confirm 方法在 icon 为空时布局出现多余空白的问题。#​57024 @​Arktomson
  • 🐞 Select 组件中的禁用选项添加 aria-disabled 属性。#​57049 @​meet-student

Configuration

📅 Schedule: Branch creation - "before 11am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 15, 2026 16:47
@renovate renovate bot merged commit 2c566ac into main Mar 15, 2026
4 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch March 15, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants