Skip to content

Update dependency antd to v6 - #319

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

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

Conversation

@renovate

@renovate renovate Bot commented Dec 6, 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) 5.12.76.6.1 age confidence

Release Notes

ant-design/ant-design (antd)

v6.6.1

Compare Source


v6.6.0

Compare Source


v6.5.4

Compare Source


  • 🐞 修复 Alert 的 closable 配置对象仅包含 onClose 时不显示关闭按钮的问题。#​58885 @​QDyanbing
  • 🐞 修复 Checkbox.Group 的 options 包含空值选项或空值 value 时崩溃的问题。#​58879 @​GuillaumeZ2SS
  • 🐞 修复 App 使用 component={false} 时产生不必要的 CSS 变量警告,并在此模式下无法应用根节点属性时给出提示。#​58877 @​li-jia-nan
  • 🐞 修复 Table 全选数据时仍会选中其他分页中禁用行的问题。#​58843 @​QDyanbing
  • 🐞 修复 Transfer 筛选后取消全选行为异常的问题。#​58844 @​thlovey
  • 🐞 修复 DatePicker RangePicker 语义化回调未透传 props 的问题。#​58905 @​QDyanbing
  • 💄 修复 FloatButton.BackTop 滚动动画未遵循 prefers-reduced-motion 设置的问题。#​58849 @​li-jia-nan
  • 💄 修复 Breadcrumb、Collapse、Segmented、Tabs 和 Tag 使用第三方图标库的原生 <svg> 图标时可能出现对齐异常、间距缺失,或在 CSS reset 下换行的问题。#​58862 #​58868 #​58869 #​58870 @​mohamedkhaled4053
  • 💄 修复 AutoComplete 禁用状态下文本未使用禁用文字颜色的问题。#​58838 @​lazerg
  • 🤖 修复 Tour 暴露无法在单个步骤中使用的 indicatorsRenderactionsRender TypeScript 类型定义的问题。#​58859 @​lazerg

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
    • 🐞 修复 Table 横向滚动时旧的延迟同步任务可能导致滚动位置回跳的问题。[#​58613](https://redirect.gith

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Jerusalem)

  • 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 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 added the renovate label Dec 6, 2025
@vercel

vercel Bot commented Dec 6, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
b2b-react-sample-app Ready Ready Preview Aug 26, 2026 11:04am

@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from e27720d to ee76c96 Compare December 8, 2025 06:44
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from ee76c96 to a4fdac4 Compare December 8, 2025 07:40
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from a4fdac4 to 3b8fb24 Compare December 11, 2025 14:55
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 3b8fb24 to 051e263 Compare December 18, 2025 15:56
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 051e263 to 4696eeb Compare December 25, 2025 10:04
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 4696eeb to 396e16c Compare December 27, 2025 06:03
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 396e16c to 96affb5 Compare December 31, 2025 18:26
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 96affb5 to 4343f16 Compare January 1, 2026 10:46
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 4343f16 to 4ba7545 Compare January 8, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 4ba7545 to 615454e Compare January 15, 2026 13:34
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 615454e to 242d733 Compare January 16, 2026 07:49
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 242d733 to 1fb063b Compare January 23, 2026 12:03
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 1fb063b to ff04b57 Compare January 29, 2026 15:00
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from ff04b57 to c814a18 Compare February 2, 2026 16:47
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 5567bf8 to 452494e Compare March 5, 2026 16:38
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 452494e to 8312a84 Compare March 12, 2026 11:05
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 8312a84 to 1d2ab6c Compare March 14, 2026 06:01
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 1d2ab6c to 7a41a7c Compare March 19, 2026 10:54
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 7a41a7c to be7076a Compare March 27, 2026 16:15
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from be7076a to 7431880 Compare April 1, 2026 16:01
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 7431880 to 35436b5 Compare April 2, 2026 10:58
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 35436b5 to bea84b2 Compare April 8, 2026 15:42
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from bea84b2 to b93ed96 Compare April 20, 2026 11:36
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from b93ed96 to f3763a1 Compare May 1, 2026 11:09
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from f3763a1 to 3072309 Compare May 12, 2026 14:19
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 3072309 to 6fa8a57 Compare May 17, 2026 10:10
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 6fa8a57 to a85b434 Compare May 17, 2026 14:09
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from a85b434 to 6232f1e Compare May 17, 2026 18:04
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 6232f1e to 6cf9f01 Compare May 18, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants