Skip to content

ENH: antd [^5.1.5 → ^6.0.0] 업데이트#20

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

ENH: antd [^5.1.5 → ^6.0.0] 업데이트#20
renovate[bot] wants to merge 1 commit into
developfrom
renovate/antd-6.x

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

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.1.5^6.0.0 age confidence

Release Notes

ant-design/ant-design (antd)

v6.3.7

Compare Source


v6.3.6

Compare Source


v6.3.5

Compare Source


v6.3.4

Compare Source

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #​57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #​57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #​57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #​57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #​57392 @​aojunhao123
  • Menu
  • 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #​57342 @​QDyanbing
  • 🐞 Fix Transfer render prop returning JSX elements causing search to fail. #​57133 @​WustLCQ
  • 🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #​57303 @​QDyanbing
  • 🐞 Fix Watermark TypeScript errors when onRemove is omitted. #​57344 @​QDyanbing

  • 🔥 新增官方命令行工具 @ant-design/cli,支持离线查询 Ant Design 组件知识、分析项目用法及提供迁移指导。#​57413 @​afc163
  • 🐞 修复 Form.List 在使用 onValuesChange 时丢失同级字段值的问题。#​57399 @​zombieJ
  • 🐞 修复 useToken 缺少 screenXXXLMin 导致生成错误的 antd.css 的问题。#​57372 @​sealye09
  • 🐞 修复 ConfigProvider 组件配置的类型定义,为已支持的组件暴露语义化 classNamesstyles#​57396 @​QDyanbing
  • 🐞 修复 Image 组件 fetchPriority 属性未正确透传到 <img> 元素的问题。#​57392 @​aojunhao123
  • Menu
    • 🐞 修复通过 ConfigProvider 自定义 Menu 的 itemHoverColor 时,SubMenu 父级菜单项 hover 状态颜色不生效的问题。#​57374 @​EmilyyyLiu
    • 🐞 修复 Menu 自定义 collapsedIconSize 后折叠图标看起来未居中的问题。#​57360 @​QDyanbing
  • 🐞 修复 Table 在开启滚动时列头中受控 Popover 被重复渲染的问题。#​57342 @​QDyanbing
  • 🐞 修复 Transfer render 属性返回 JSX 元素时搜索功能失效的问题。#​57133 @​WustLCQ
  • 🐞 修复 Tree 开启 showLine 时自定义 switcherIcon 缺少 switcher-line-icon 类名导致样式异常的问题。#​57303 @​QDyanbing
  • 🐞 修复 Watermark 在未传入 onRemove 时的 TypeScript 报错。#​57344 @​QDyanbing

v6.3.3

Compare Source


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

v6.3.0

Compare Source

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #​56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #​56709 @​guoyunhe
    • 🆕 Support ConfigProvider expandIcon and loadingIcon global configuration for Cascader. #​56482 @​guoyunhe
    • 🆕 Support ConfigProvider scroll global configuration for Table. #​56628 @​Clayton
    • 🆕 Support ConfigProvider className and style configuration for App, and arrow prop for ColorPicker. #​56573 @​zombieJ
    • 🆕 Support ConfigProvider loadingIcon global configuration for Button. #​56439 @​guoyunhe
    • 🆕 Support ConfigProvider rangePicker.separator global configuration. #​56499 @​guoyunhe
    • 🆕 Support ConfigProvider tooltipIcon and tooltipProps global configuration for Form. #​56372 @​guoyunhe
  • Upload
  • 🆕 Add Grid xxxl (1920px) breakpoint to adapt to FHD screens. #​56825 @​guoyunhe
  • 🆕 Support Switch indicator customization for semantic structure. #​56710 @​zombieJ
  • Button
  • Select
    • 💄 Remove Select redundant -content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #​56811 @​zombieJ
    • 🐞 Fix Select notFoundContent not taking effect. #​56756 @​QdabuliuQ
  • Radio
    • 🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. #​56909 @​jany55555
    • 💄 Remove Radio -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • 💄 Disable Modal & Drawer mask blur effect by default. #​56781 @​aojunhao123
  • 🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. #​56887 @​zombieJ
  • 🐞 Fix List color-related tokens not working for deprecated component config. #​56913 @​zombieJ
  • 🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. #​56852 @​zombieJ
  • ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #​56521 @​huangkevin-apr
  • 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #​56764 @​zombieJ
  • ⌨️ ♿ Improve Tree accessibility support. #​56716 @​aojunhao123
  • 🐞 Support ColorPicker semantic structure for selection block, and fix root semantic being incorrectly applied to popup elements. #​56607 @​zombieJ
  • 💄 Change Avatar default value of size from default to medium for consistency. #​56440 @​guoyunhe
  • 💄 Remove Checkbox -inner DOM node of icon sub-element for better semantic structure adaptation. #​56783 @​zombieJ
  • MISC
    • 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #​56830 @​zombieJ
    • 🛠 Streamline styles and classNames type definitions for better standardization. #​56758 @​crazyair

v6.2.3

Compare Source


v6.2.2

Compare Source

  • 🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. #​56619 @​QdabuliuQ
  • 🐞 Fix component token not taking effect for Button with type="text". #​56291 @​QDyanbing
  • 🐞 Fix where components within the Popover were affected by the state association with Form.Item. #​56728
  • 🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. #​56675
  • 💄 Fix misaligned elements in Pagination when the global fontSize is increased. #​56715 @​QDyanbing
  • 💄 Fix incorrect Drawer dragger position in RTL mode. #​56693 @​QdabuliuQ

  • 🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。#​56619 @​QdabuliuQ
  • 🐞 修复 Button type="text" 时组件 Token 不生效的问题。#​56291 @​QDyanbing
  • 🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。#​56728
  • 🐞 修复 Select 多选时占位符显示异常的问题。#​56675
  • 💄 修复 Pagination 全局 fontSize 变大时各元素上下错位的问题。#​56715 @​QDyanbing
  • 💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。#​56693 @​QdabuliuQ

v6.2.1

Compare Source


v6.2.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Seoul)

  • 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.


  • 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 requested a review from HongDongk May 11, 2026 05:26
@renovate renovate Bot changed the title Update dependency antd to v6 BLD: antd ^6.0.0 버전 업데이트 May 11, 2026
@renovate renovate Bot removed the major-update label May 11, 2026
@renovate renovate Bot changed the title BLD: antd ^6.0.0 버전 업데이트 Update dependency antd to v6 May 11, 2026
@renovate renovate Bot added major-update enhancement New feature or request and removed major-update labels May 11, 2026
@renovate renovate Bot changed the title Update dependency antd to v6 BLD: antd ^6.0.0 메인버전 업데이트 May 11, 2026
@renovate renovate Bot removed enhancement New feature or request major-update labels May 11, 2026
@renovate renovate Bot changed the title BLD: antd ^6.0.0 메인버전 업데이트 Update dependency antd to v6 May 11, 2026
@renovate renovate Bot added enhancement New feature or request major-update labels May 11, 2026
@renovate renovate Bot changed the title Update dependency antd to v6 [BLD] Update dependency antd antd ^5.1.5 -> ^6.0.0 메인 버전 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] Update dependency antd antd ^5.1.5 -> ^6.0.0 메인 버전 업데이트 [BLD] Update dependency antd ^5.1.5 -> ^6.0.0 메인 버전 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] Update dependency antd ^5.1.5 -> ^6.0.0 메인 버전 업데이트 [BLD] dependency antd v^5.1.5 → v^6.0.0 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] dependency antd v^5.1.5 → v^6.0.0 메인 업데이트 [BLD] v^5.1.5 → v^6.0.0 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] v^5.1.5 → v^6.0.0 메인 업데이트 [BLD] Update antd [^5.1.5 → ^6.0.0] 메인 버전 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] Update antd [^5.1.5 → ^6.0.0] 메인 버전 업데이트 [BLD] Update antd ^6.0.0 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title [BLD] Update antd ^6.0.0 메인 업데이트 ENH: Update antd ^6.0.0 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title ENH: Update antd ^6.0.0 메인 업데이트 ENH: Update antd [^5.1.5 → ^6.0.0] 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title ENH: Update antd [^5.1.5 → ^6.0.0] 메인 업데이트 ENH: antd [^5.1.5 → ^6.0.0] 업데이트 May 11, 2026
@renovate renovate Bot changed the title ENH: antd [^5.1.5 → ^6.0.0] 업데이트 ENH: antd [^5.1.5 → ^6.0.0] 메인 업데이트 May 11, 2026
@renovate renovate Bot changed the title ENH: antd [^5.1.5 → ^6.0.0] 메인 업데이트 ENH: antd [^5.1.5 → ^6.0.0] 업데이트 May 11, 2026
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 3c23a55 to ef0ed01 Compare May 11, 2026 14:00
@renovate renovate Bot changed the base branch from master to develop May 12, 2026 01:46
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from bacbe4a to fd2402a Compare May 14, 2026 12:24
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 3 times, most recently from c490593 to 2ad092b Compare May 18, 2026 14:41
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from be29f39 to 394eb3e Compare June 1, 2026 21:15
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 394eb3e to 75a1b47 Compare June 13, 2026 16:10
@renovate renovate Bot force-pushed the renovate/antd-6.x branch 2 times, most recently from cc74f0b to 341c51d Compare June 27, 2026 18:15
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from 341c51d to b4e053c Compare July 12, 2026 10:52
@renovate renovate Bot force-pushed the renovate/antd-6.x branch from b4e053c to fc34c99 Compare July 13, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request major-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants