6.4.4
6.4.4
View on GitHubView PackagePublished: Jun 12, 2026

Release Notes

  • Descriptions
  • Radio
    • 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @QDyanbing
    • 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @QDyanbing
  • Table
    • 🐞 Fix Table incorrect semantic DOM structure in virtual mode. #58134 @meet-student
    • ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @ug-hero
  • Tour
  • Transfer
    • ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @ZQDesigned
    • ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @ug-hero
  • 🐞 Fix Menu icon animation jumping when collapsed. #58271 @murisans
  • 🐞 Fix Modal footer buttons vertical misalignment when confirmLoading is true. #58120 @xxiaoxiong
  • 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @QDyanbing
  • 🐞 Fix Popover and Popconfirm not rendering when title or content is the number 0. #58296 @afc163
  • 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @yogeshwaran-c
  • 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @QDyanbing
  • 🐞 Fix Tree.DirectoryTree defaultExpandParent not working. #58068 @EmilyyyLiu
  • 🐞 Fix Upload progress bar becoming abnormally thick when progress is not configured. #58126 @QDyanbing
  • 🐞 Fix Icon spin animation stopping when multiple iconPrefixCls coexist. #58253 @18062706139fcz
  • 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @QDyanbing
  • 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @unknowntocka
  • 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @wanpan11
  • 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @QDyanbing
  • 💄 Fix Select selected option active state background color not following theme color. #58069 @QDyanbing
  • 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @EmilyyyLiu
  • 💄 Deepen boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @afc163
  • ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @ug-hero
  • ⌨️ Improve DatePicker and TimePicker clear button accessibility. #58132 @Pareder
  • ⌨️ Improve Splitter split bar semantic attributes for better accessibility. #58060 @ug-hero
  • ⌨️ Improve Tag.CheckableTag semantic attributes for better accessibility. #58067 @ug-hero
  • 🛠 Fix Dropdown triggering React 19 element.ref deprecation warning when the trigger node has a ref. #58056 @QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is false. #58088 @QDyanbing
  • 🌐 Localization
    • 🇬🇧 Improve QRCode and ColorPicker British English en_GB locale to align with American English en_US. #58224 @JordanWeatherby
    • 🇧🇷 Add missing Brazilian Portuguese pt_BR locale text for QRCode and ColorPicker. #58188 @yogeshwaran-c
  • TypeScript
    • 🤖 Fix AutoComplete showSearch type leaking unsupported Select props. #58104 @sri443
    • 🤖 Improve Descriptions type definition to support native HTML attributes. #58190 @yogeshwaran-c

  • Descriptions
    • 🐞 修复 Descriptions 嵌套 Table 时宽度可能被异常撑大的问题。#58203 @18062706139fcz
    • 🐞 修复 Descriptions 传入响应式 column 属性值时行为可能不符合预期的问题。#58058 @kfylaktopoulos
  • Radio
    • 🐞 修复 Radio.Group button 形态在垂直布局下圆角和相邻边框展示异常的问题。#58317 @QDyanbing
    • 🐞 修复 Radio 非受控模式下点击后选中状态不更新的问题。#57917 @QDyanbing
  • Table
    • 🐞 修复 Table 开启 virtual 模式时部分语义化 DOM 结构不正确的问题。#58134 @meet-student
    • ⌨️ 优化 Table 筛选下拉框外层容器的无障碍语义为展示用途。#58164 @ug-hero
  • Tour
    • ⌨️ 修复 Tour 主色模式下 hover 上一步按钮时文字颜色的可读性问题。#58311 @QDyanbing
    • 🇰🇭 补全 Tour 的高棉语 km_KH 本地化文案。#58140 @yogeshwaran-c
  • Transfer
    • ⌨️ 修复 Transfer 未透传根 HTML 属性影响可访问性的问题。#58166 @ZQDesigned
    • ⚡️ 优化 Transfer 收集可用项 key 时的遍历性能。#58168 @ug-hero
  • 🐞 修复 Menu 折叠时图标动画可能发生跳动的问题。#58271 @murisans
  • 🐞 修复 Modal 在 confirmLoadingtrue 时 footer 按钮垂直方向错位的问题。#58120 @xxiaoxiong
  • 🐞 修复 Notification 在未传入 title 时关闭按钮与描述内容重叠的问题。#58096 @QDyanbing
  • 🐞 修复 Popover 与 Popconfirm 在 titlecontent 为数字 0 时不渲染的问题。#58296 @afc163
  • 🐞 修复 Slider 滑块在 Safari 中拖动时周围文本可能被意外选中的问题。#58024 @yogeshwaran-c
  • 🐞 修复 Tabs 更多菜单在向上弹出时动画方向错误的问题。#58202 @QDyanbing
  • 🐞 修复 Tree.DirectoryTree 设置 defaultExpandParent 不生效的问题。#58068 @EmilyyyLiu
  • 🐞 修复 Upload 未配置 progress 时进度条异常变粗的问题。#58126 @QDyanbing
  • 🐞 修复 Icon 在存在多个 iconPrefixCls 时旋转动画停止的问题。#58253 @18062706139fcz
  • 💄 修复 AutoComplete 禁用自定义输入组件时背景色比其他禁用控件更深的问题。#58114 @QDyanbing
  • 💄 修复 Checkbox 在移动端设备上点击时残留 hover 样式。#58085 @unknowntocka
  • 💄 修复 Empty 组件未使用 design tokens 来支持暗色模式下的 SVG 颜色。#58152 @wanpan11
  • 💄 修复 Result 和 Popconfirm 图标颜色可能被全局图标 reset 样式覆盖的问题。#58157 @QDyanbing
  • 💄 修复 Select 选中项激活态背景色不是主题色的问题。#58069 @QDyanbing
  • 💄 修复 Tooltip 和 Popover 箭头阴影比容器深的问题。#57988 @EmilyyyLiu
  • 💄 加深 boxShadowTertiary 阴影,提升浅色背景下的可见度,影响 Card、Tour 和 Segmented 组件。#58205 @afc163
  • ⌨️ 优化 ColorPicker 清除按钮的语义化属性以提升可访问性。#58040 @ug-hero
  • ⌨️ 提升 DatePicker 及 TimePicker 清除按钮的可访问性。#58132 @Pareder
  • ⌨️ 优化 Splitter 分隔条的语义化属性以提升可访问性。#58060 @ug-hero
  • ⌨️ 优化 Tag.CheckableTag 的语义化属性以提升可访问性。#58067 @ug-hero
  • 🛠 修复 Dropdown 触发节点带有 ref 时在 React 19 下出现 element.ref 废弃警告的问题。#58056 @QDyanbing
  • 🛠 修复多个组件在 ReactNode 内容为 false 时渲染空包装 DOM 节点的问题。#58088 @QDyanbing
  • 🌐 国际化
    • 🇬🇧 优化 QRCode 及 ColorPicker 英国英语 en_GB 以对齐美国英语 en_US。#58224 @JordanWeatherby
    • 🇧🇷 补充 QRCode 与 ColorPicker 组件缺失的巴西葡萄牙语 pt_BR 国际化文案。#58188 @yogeshwaran-c
  • TypeScript
    • 🤖 修复 AutoComplete showSearch 类型泄露不支持的 Select 属性的问题。#58104 @sri443
    • 🤖 完善 Descriptions 类型定义以支持传递原生 HTML 属性。#58190 @yogeshwaran-c