Skip to content

chore(deps): update dependency antd to v6.6.0 - #504

Open
renovate[bot] wants to merge 1 commit into
update-dependenciesfrom
renovate-antd-6.x-lockfile
Open

chore(deps): update dependency antd to v6.6.0#504
renovate[bot] wants to merge 1 commit into
update-dependenciesfrom
renovate-antd-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 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) 6.4.36.6.0 age confidence

Release Notes

ant-design/ant-design (antd)

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • "before 10pm on Sunday"
  • 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 force-pushed the renovate-antd-6.x-lockfile branch from 5d79efd to dc44846 Compare June 22, 2026 09:03
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.4.4 chore(deps): update dependency antd to v6.4.5 Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from dc44846 to 90001d4 Compare June 27, 2026 18:17
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.4.5 chore(deps): update dependency antd to v6.5.0 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from 6650b89 to d97cd77 Compare July 13, 2026 11:55
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.0 chore(deps): update dependency antd to v6.5.1 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from c998b33 to 54a08b3 Compare July 21, 2026 02:46
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 54a08b3 to 6105453 Compare July 24, 2026 05:54
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.1 chore(deps): update dependency antd to v6.5.2 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch 2 times, most recently from 9ba9f12 to 0d69072 Compare July 31, 2026 08:32
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.2 chore(deps): update dependency antd to v6.5.3 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 0d69072 to a1e3bca Compare August 7, 2026 11:11
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.3 chore(deps): update dependency antd to v6.5.4 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from a1e3bca to 04903d5 Compare August 10, 2026 13:48
@renovate renovate Bot changed the title chore(deps): update dependency antd to v6.5.4 chore(deps): update dependency antd to v6.6.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate-antd-6.x-lockfile branch from 04903d5 to c6abde0 Compare August 11, 2026 23:40
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