Skip to content

fix(deps): update dependency antd to v6#840

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

fix(deps): update dependency antd to v6#840
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/antd-6.x

Conversation

@renovate

@renovate renovate Bot commented Nov 25, 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 Confidence
antd (source) 4.20.76.5.0 age confidence

Release Notes

ant-design/ant-design (antd)

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


v6.4.3

Compare Source

  • 🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular *Placeholder fields. #​58020 @​yogeshwaran-c
  • 🐞 Fix Result rendering an empty title element when the title prop is not provided. #​58028 @​yogeshwaran-c
  • 🐞 Fix Select search input font size and line-height rendering issue in Safari. #​57990 @​QDyanbing
  • 🐞 Fix strict ESM build errors caused by deep @rc-component/util runtime imports in Form, Input, Button and other components. #​57993 @​li-jia-nan
  • 🐞 Fix Transfer filteredItems not updating when filterOption or direction changes. #​58004 @​afc163
  • ⚡️ Improve Table and Mentions performance by reducing redundant array iterations. #​58006 @​ug-hero
  • Table
    • 🛠 Rename Table filter types FilterRestProps to FilterResetProps, with a deprecated alias kept for compatibility. #​57985 @​ZQDesigned
    • ⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m) .includes() checks. #​58004 @​afc163

  • 🐞 修复 DatePicker RangePicker 在语言包仅定义单数形式 *Placeholder 时占位符为空的问题。#​58020 @​yogeshwaran-c
  • 🐞 修复 Result 未传入 title 属性时仍会渲染空的标题元素的问题。#​58028 @​yogeshwaran-c
  • 🐞 修复 Select 搜索输入框在 Safari 下字号和行高渲染异常的问题。#​57990 @​QDyanbing
  • 🐞 修复 Form、Input、Button 等组件在严格 ESM 构建链路下因 @rc-component/util 运行时深层导入导致的构建报错。#​57993 @​li-jia-nan
  • 🐞 修复 Transfer 在 filterOptiondirection 变化时 filteredItems 不更新的问题。#​58004 @​afc163
  • ⚡️ 优化 Table 和 Mentions 性能,减少冗余的数组迭代操作。#​58006 @​ug-hero
  • Table
    • 🛠 Table 过滤类型将 FilterRestProps 更正为 FilterResetProps,并保留 deprecated 别名以兼容存量引用。#​57985 @​ZQDesigned
    • ⚡️ 优化 Table 行选择性能,使用 Set 查找替代 O(n*m) 的 .includes() 判断。#​58004 @​afc163

v6.4.2

Compare Source

  • 🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. #​57976 @​QDyanbing

  • 🐞 修复 message 和 notification 在严格 ESM 构建链路下因 rc notification 运行时深层导入导致的构建报错。#​57976 @​QDyanbing

v6.4.1

Compare Source


  • 🐞 回滚 #​57930 中新增的 exports 字段,修复 antd 在 moduleResolution: "bundler" 下 TypeScript 类型解析失败的问题。#​57968 @​afc163
  • 🐞 修复 BorderBeam 光束动画在圆角转弯处断开的问题。#​57969 @​QDyanbing

v6.4.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "after 10:30 before 18:00 every weekday except after 13:00 before 14:00"
  • 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) November 25, 2025 02:05
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 1e5c219 to 6551748 Compare November 25, 2025 05:56
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from 1a7f360 to cd42687 Compare December 8, 2025 12:57
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from cd42687 to 43469d8 Compare December 15, 2025 17:54
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from c5cde49 to 51e4991 Compare December 29, 2025 08:44
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 5b1f5f3 to c27c487 Compare January 5, 2026 15:57
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from 04114df to b2007e7 Compare January 13, 2026 11:05
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from 204d03b to 3ad2b64 Compare January 26, 2026 12:36
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from e28fa26 to 245b897 Compare February 2, 2026 09:06
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from 68f6515 to 88c4ccb Compare February 10, 2026 10:06
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from 51a55a5 to 5818ad0 Compare February 17, 2026 20:11
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from e6f0b4e to e1c3841 Compare March 3, 2026 08:43
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from 79777ef to 3996dd6 Compare March 9, 2026 09:14
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from d68c8b3 to fcc54ae Compare March 20, 2026 05:22
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from 126200a to 3471972 Compare March 27, 2026 13:06
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 3471972 to 0dc0e4b Compare March 30, 2026 10:15
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 0dc0e4b to 73a6d83 Compare April 8, 2026 18:14
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 73a6d83 to 96f178e Compare April 17, 2026 09:22
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 96f178e to 510566e Compare April 27, 2026 11:53
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from 76c48b9 to 6a61551 Compare May 18, 2026 10:51
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from d9914d8 to 85f0287 Compare June 1, 2026 23:07
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from e296ea7 to 2420940 Compare June 12, 2026 11:33
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 2420940 to 413cf79 Compare June 22, 2026 10:36
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 413cf79 to c2e28fb Compare June 27, 2026 16:45
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