Skip to content

Update dependency antd to v6 - #640

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/antd-6.x
Open

Update dependency antd to v6#640
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/antd-6.x

Conversation

@renovate

@renovate renovate Bot commented Nov 23, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ant-design/ant-design (antd)

v6.5.3

Compare Source

  • Input
  • Typography
  • 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using showTime and allowEmpty. #​58803 @​zombieJ
  • 🐞 Fix Form.Item useStatus returning stale errors and warnings when the validation status remains unchanged. #​58815 @​afc163
  • 🐞 Fix Slider triggering onFocus and onBlur callbacks multiple times. #​58711 @​QDyanbing
  • 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #​58801 @​QDyanbing
  • 🐞 Fix Table controlled filter dropdown selections not updating while open. #​58816 @​afc163
  • 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #​58817 @​afc163
  • 💄 Fix incomplete Icon base styles when theme.zeroRuntime or CSS layers are enabled. #​58763 @​QDyanbing
  • 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #​58581 @​QDyanbing
  • 💄 Fix Tabs third-party <svg> icons not vertically aligning with labels. #​58847 @​mohamedkhaled4053

  • Input
    • 🐞 修复 Input.OTP 使用字符串 mask 时仍采用 type="text" 的问题,并保留显式 type 配置。#​58835 @​QDyanbing
    • 🐞 修复 Input.OTP 的 masktrue 时仍显示原始值的问题。#​58805 @​cyphercodes
    • 💄 修复 Input.TextArea 调整大小手柄在触摸设备上显示为小圆点的问题。#​58812 @​pupuking723
  • Typography
  • 🐞 修复 DatePicker.RangePicker 使用 showTimeallowEmpty 时失焦会提交未确认部分值的问题。#​58803 @​zombieJ
  • 🐞 修复 Form.Item useStatus 在校验状态未变化时返回旧错误和警告内容的问题。#​58815 @​afc163
  • 🐞 修复 Slider 的 onFocusonBlur 回调被重复触发的问题。#​58711 @​QDyanbing
  • 🐞 修复 Spin 独立加载指示器嵌套使用时定位错乱的问题。#​58801 @​QDyanbing
  • 🐞 修复 Table 受控筛选面板保持打开时选中项未同步更新的问题。#​58816 @​afc163
  • 🐞 修复 Upload 默认下载打开的新页面可访问来源页面的问题。#​58817 @​afc163
  • 💄 修复启用 theme.zeroRuntime 或 CSS layer 时 Icon 基础样式不完整的问题。#​58763 @​QDyanbing
  • 💄 修复 Select 自定义主题色下后缀图标或选中内容与清除图标重叠的问题。#​58581 @​QDyanbing
  • 💄 修复 Tabs 中第三方 <svg> 图标与标签文字垂直方向未对齐的问题。#​58847 @​mohamedkhaled4053

v6.5.2

Compare Source


v6.5.1

Compare Source

  • 💄 Fix AutoComplete custom input background color being applied twice in the filled variant. #​58669 @​QDyanbing
  • 🐞 Fix Avatar, List, Pagination, Steps, and Table not responding to breakpoint changes after responsive configuration is enabled dynamically. #​58654 @​li-jia-nan
  • ⌨️ Fix Button, Checkbox, Switch, Splitter, and BorderBeam pseudo-element transitions and animations so they respect prefers-reduced-motion. #​58685 @​li-jia-nan
  • 🐞 Fix Button icon vertical alignment when used in Card extra. #​58584 @​zombieJ
  • ConfigProvider
  • 🐞 Fix Descriptions content columns collapsing to near-zero width when nested in Popover. #​58583 @​zombieJ
  • 🐞 Fix Dropdown positioning and interaction when its child component does not support ref. #​58662 @​afc163
  • Form
    • 🐞 Fix Form.Item validation messages still appearing when help={false} is set. #​58558 @​QDyanbing
    • 🐞 Fix Form.Item feedback icon classes and nested noStyle feedback state not updating after dynamic configuration changes. #​58653 @​li-jia-nan
  • 💄 Fix Icon TwitchFilled rendering smaller than other icons and remove its unintended drop shadow. #​58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ Fix Input.Search focus outline being covered when hovering the adjacent Input. #​58615 @​QDyanbing
  • 🐞 Fix Modal methods incorrectly applying classNames.body, styles.body, and bodyStyle to confirmation dialog titles. #​58412 @​biubiukam
  • 🐞 Fix Pagination page-size selector expanding to full width inside Form.Item. #​58579 @​QDyanbing
  • 💄 Fix Switch icons in checkedChildren and unCheckedChildren not being vertically centered. #​58672 @​mohamedkhaled4053
  • Table
    • 🐞 Fix Table horizontal scrolling occasionally jumping back because of stale deferred scroll synchronization. #​58613 #​58622 @​zombieJ
    • 🐞 Fix Table filter selections not resetting to the current filtered values when reopening the filter dropdown. #​58657 @​li-jia-nan
  • Typography
  • 🌐 Complete missing localized messages for ConfigProvider, Table, Transfer, Typography, Form, QRCode, ColorPicker, and Icon across 68 locales. #​58575 @​li-jia-nan

  • 💄 修复 AutoComplete 自定义输入组件在 filled 形态下背景色重复叠加的问题。#​58669 @​QDyanbing
  • 🐞 修复 Avatar、List、Pagination、Steps 和 Table 动态启用响应式配置后无法响应断点变化的问题。#​58654 @​li-jia-nan
  • ⌨️ 修复 Button、Checkbox、Switch、Splitter 和 BorderBeam 的伪元素过渡与动画,使其遵循 prefers-reduced-motion 设置。#​58685 @​li-jia-nan
  • 🐞 修复 Button 图标在 Card extra 中垂直对齐的问题。#​58584 @​zombieJ
  • ConfigProvider
    • 🐞 修复 ConfigProvider 配合 StyleProvider layer 使用时部分组件样式可能丢失的问题。#​58559 @​fireairforce
    • 🐞 修复 ConfigProvider 动态修改 prefixCls 后 CSS 变量前缀未更新的问题。#​58652 @​li-jia-nan
  • 🐞 修复 Descriptions 嵌套在 Popover 中时内容列宽度塌缩的问题。#​58583 @​zombieJ
  • 🐞 修复 Dropdown 子组件不支持 ref 时弹层定位与交互异常的问题。#​58662 @​afc163
  • Form
    • 🐞 修复 Form.Item 设置 help={false} 时仍展示校验提示的问题。#​58558 @​QDyanbing
    • 🐞 修复 Form.Item 动态配置变化后反馈图标类名与嵌套 noStyle 反馈状态未更新的问题。#​58653 @​li-jia-nan
  • 💄 修复 Icon TwitchFilled 相比其他图标偏小且带有意外投影的问题。#​58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ 修复 Input.Search 搜索按钮的聚焦轮廓在相邻 Input 进入 hover 态时被覆盖的问题。#​58615 @​QDyanbing
  • 🐞 修复 Modal 方法将 classNames.bodystyles.bodybodyStyle 错误应用到确认弹窗标题的问题。#​58412 @​biubiukam
  • 🐞 修复 Pagination 每页条数选择器在 Form.Item 中被撑满宽度的问题。#​58579 @​QDyanbing
  • 💄 修复 Switch 的 checkedChildrenunCheckedChildren 中图标未垂直居中的问题。#​58672 @​mohamedkhaled4053
  • Table
  • Typography
    • ⌨️ 修复 Typography 的 ellipsis.rows 或可编辑文本变化后省略模式与 aria-label 未更新的问题。#​58650 @​li-jia-nan
    • 🇯🇵 修复 Typography 日语 expandcollapse 文案语义错误。#​58563 @​greymoth-jp
  • 🌐 补全 ConfigProvider、Table、Transfer、Typography、Form、QRCode、ColorPicker 和 Icon 在 68 个语言包中缺失的本地化文案。#​58575 @​li-jia-nan

v6.5.0

Compare Source


  • 🔥 新增 antd DESIGN.md 设计语言文件并发布到 ant.design/design.md,帮助 AI 设计工具理解 Ant Design 的视觉语言、组件范式和主题 token。#​58011 #​58356 #​58489 @​afc163
  • 📦 优化 antd 完整包体积:相比 6.4.5,size-limit 中 antd.min.js437.05 KB 降至 432.44 KBantd-with-locales.min.js514.19 KB 降至 506.84 KB。主要来自 @rc-component/picker 精简 DatePicker 和 TimePicker 运行时代码,以及 Icon/Upload 减少额外 TwoTone runtime 引入。#​58403 #​58497 @​QDyanbing @​afc163
  • Icon
    • 🔥 新增 Icon 内置图标:Anthropic、Claude、Gemini、Mistral、DeepSeek、Qwen、Perplexity、HuggingFace、Ollama、Replicate、ElevenLabs、Telegram、Mastodon、Threads 和 Snapchat。#​58524 @​afc163 Ant Design 6.5.0 新增图标
    • 📦 优化 Icon 和 Upload 默认图标引入:升级 @ant-design/icons6.3.1,并将 Upload 图片列表默认占位图标改为 Outlined 图标,减少完整包额外 TwoTone runtime 引入。#​58497 @​afc163
    • 🐞 修复 Icon 在开启 theme.zeroRuntime 后样式不生效的问题。#​58517 @​afc163
  • Input
  • Select
  • Table
    • 🐞 修复 Table 列设置 responsive 后,在当前断点隐藏时 defaultSortOrder 与受控 sortOrder 不生效的问题。#​58008 @​yogeshwaran-c
    • 🐞 修复 Table bordered 模式下最后一个右固定列出现额外竖线的问题。#​58516 @​uttam12331
    • ⌨️ 优化 Table 行选择复选框的可访问性,支持从 getCheckboxProps 传入 aria-* 属性。#​58275 @​EmilyyyLiu
    • 💄 修复 Table bordered 模式下 sticky 表头顶部边框丢失的问题。#​58451 @​BangDori
  • BorderBeam
  • Badge
  • Layout
  • Pagination
  • Upload
  • Alert
    • 🐞 修复 Alert 带有描述内容时图标垂直对齐异常的问题。#​57915 @​MMMIXER
    • 🐞 修复 Alert 仅包含标题时图标和关闭按钮未与标题首行对齐的问题。#​57878 @​QDyanbing
  • 📖 优化 ant.design 网站的 AI 智能体支持,提升 isitagentready.com/ant.design 检测结果。#​58510 #​58490 #​57725 @​afc163 @​ug-one
  • 📖 更新 Ant Design CLI 文档,补充 antd setup、Node.js >=20.0.0 要求、MCP 版本自动检测和环境变量说明,并同步 For Agents 与 MCP Server 中英文文档。#​58460 @​afc163
  • 🐞 修复 antd 各组件根节点语义化 style 优先级,确保组件 style 覆盖全局 styles.rootstyle 配置。#​58474 @​QDyanbing
  • 💄 优化 Component Token 紧凑主题下小尺寸控件高度,避免文字行框过于拥挤。#​58411 @​nightt5879
  • 🐞 修复 Anchor 在特殊构造的 hash 值下解析性能异常的问题。#​58472 @​afc163
  • 🆕 新增 Collapse headerPaddingSMheaderPaddingLGcontentPaddingSMcontentPaddingLG token,支持分别配置小号和大号尺寸的头部与内容区域内边距。#​58436 @​biubiukam
  • 🆕 新增 ConfigProvider form labelWrap 全局配置支持。#​58035 @​EmilyyyLiu
  • 🐞 修复 Descriptions 在 bordered 模式下 labelStylecontentStyle 以及语义化 styles.labelstyles.content 未应用到对应单元格的问题。#​58241 @​gaurav0107
  • 🔥 新增 DatePicker 和 TimePicker onClear 回调支持。#​58403 @​QDyanbing
  • 🆕 新增 Dropdown leftright 弹出位置支持。#​58437 @​linyana
  • 🐞 修复 FloatButton.Group 禁用状态下仍会打开 hover 菜单的问题。#​58513 @​QDyanbing
  • 💄 修复 Form 垂直布局未应用 labelHeight token 的问题。#​58433 @​BangDori
  • 🔥 新增 Menu onSelectonClickonDeselect 回调参数中的 itemData 信息。#​58197 @​EmilyyyLiu
  • 🔥 新增 Modal scrollLock 属性,用于控制弹窗打开时是否锁定 body 滚动。#​58256 @​EmilyyyLiu
  • 🐞 修复 Popconfirm 异步确认时按钮不对齐的问题,并恢复 Button 图标按钮与 Modal footer 的默认布局表现。#​58429 @​ffgenius
  • 🐞 修复 Result 在 extra 为数字 0 时不渲染的问题。#​58504 @​QDyanbing
  • 🆕 新增 Slider Range 模式下 disabled 数组支持,可单独禁用特定 handle。#​57982 #​58528 @​EmilyyyLiu @​afc163
  • Steps
  • 🔥 新增 Tabs bodycontent 语义化 DOM 支持。#​58521 @​zombieJ
  • 🆕 新增 Watermark content 逐行字体样式支持。#​57886 @​QDyanbing

v6.4.5

Compare Source

  • 🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. #​58214 @​18062706139fcz
  • 🐞 Fix Alert actions spacing not taking effect when hashed styles are enabled. #​58314 @​QDyanbing
  • ⌨️ Fix Table not applying aria-* attributes to fixed header tables when scroll creates multiple tables. #​58339 @​biubiukam
  • 💄 Fix Pagination quick jumper input not following ConfigProvider variant styles. #​58371 @​biubiukam
  • 🌐 Localization

  • 🐞 修复 Dropdown 纵向菜单在触发器位于屏幕中部时溢出视口、顶部菜单项无法点击的问题。#​58214 @​18062706139fcz
  • 🐞 修复 Alert 在开启 hashed 样式时 actions 间距不生效的问题。#​58314 @​QDyanbing
  • ⌨️ 修复 Table 在 scroll 生成多个 table 时,固定表头 table 未应用 aria-* 属性的问题。#​58339 @​biubiukam
  • 💄 修复 Pagination 快速跳转输入框未跟随 ConfigProvider variant 样式的问题。#​58371 @​biubiukam
  • 🌐 国际化

v6.4.4

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday before 6:00am"
  • 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.


  • 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 added the dependencies Pull requests that update a dependency file label Nov 23, 2025
@lobehubbot

Copy link
Copy Markdown
Member

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 958a93b to d2297a8 Compare December 8, 2025 15:49
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from d2297a8 to 1d844a9 Compare December 15, 2025 17:35
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 3185ff4 to d71d131 Compare December 29, 2025 10:38
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from d71d131 to 45ae169 Compare January 5, 2026 11:34
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 45ae169 to 8fa3ad8 Compare January 13, 2026 09:08
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from ec37f05 to db3b0a2 Compare January 26, 2026 14:55
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from db3b0a2 to afe662e Compare February 2, 2026 10:09
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from afe662e to 0e9ed21 Compare February 10, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 0e9ed21 to 04644a6 Compare February 24, 2026 16:00
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 6e47274 to 3193e9b Compare March 16, 2026 09:07
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 1ec32cd to 003ae4b Compare March 30, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 003ae4b to a1040d5 Compare April 17, 2026 11:40
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from a1040d5 to a637d1f Compare April 27, 2026 10:32
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from fa83e29 to 596a19e Compare May 18, 2026 10:55
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 596a19e to 1de266a Compare June 12, 2026 10:31
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 5f434b7 to a9b7808 Compare June 27, 2026 17:27
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from a9b7808 to e1d3829 Compare July 13, 2026 11:10
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from e1d3829 to ee17fb5 Compare July 24, 2026 05:43
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from ee17fb5 to ff86bb1 Compare July 31, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant