- ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item
onClickon keyboard activation, and preserving existing Tooltiparia-describedbyrelationships. #59139 @github-actions - 🐞 Fix numeric
0content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #59117 #59094 #59079 #59101 @bhumin18 @QDyanbing @dogledogle - 🤖 Fix Alert global
closableand Select and AutoCompleteonPopupVisibleChangetype definitions incorrectly exposing unsupported callbacks or props. #59100 #59142 @QDyanbing - Menu
- ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @zombieJ
- 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @EmilyyyLiu
- 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @QDyanbing
- Transfer
- 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #59121 @QDyanbing
- 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #59074 @biubiukam
- Table
- 🐞 Fix Table sortable columns not invoking custom
onKeyDownhandlers for keys other than Enter. #59078 @QDyanbing - 🐞 Fix Table triggering
filterDropdownProps.onOpenChange(false)twice when closing the built-in filter dropdown. #59023 @thlovey
- 🐞 Fix Table sortable columns not invoking custom
- Tree
- 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when
expandedKeysorselectedKeysis explicitlyundefined. #59076 @giaBaoJS - 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose
keyis numeric0. #59029 @QDyanbing
- 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when
- List
- 🐞 Fix List remounting items when
rowKeyreturns numeric0. #59113 @nrps9909 - 🛎 Update List deprecation warning to recommend migrating to Listy. #59060 @QDyanbing
- 🐞 Fix List remounting items when
- 🐞 Fix Checkbox.Group
disabled={false}failing to override the global disabled state for JSX children. #59109 @QDyanbing - 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #59137 @dogledogle
- 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #59126 @nrps9909
- 🐞 Fix Drawer header action area not rendering when only the
extraprop is provided. #59089 @dogledogle - 🐞 Fix Grid Row retaining stale
alignandjustifyclasses after the props are removed or responsive breakpoints stop matching. #59066 @QDyanbing - 🐞 Fix Tag.CheckableTag local
stylebeing overridden by ConfigProvidertag.style. #59087 @QDyanbing - ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #59105 @nrps9909
- ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #59107 @nrps9909
- 🐞 Fix Descriptions resetting item state after reordering an item with
key: 0. #59064 @QDyanbing - 🐞 Fix Cascader and Cascader.Panel showing the default empty state when
notFoundContentisnull. #59028 @QDyanbing - 🐞 Fix Watermark throwing an error when
contentisundefined. #59077 @VamoBao - 📖 Fix component LLMs links on website mirrors and local deployments. #59062 @QDyanbing
- ♿ 优化 Progress、Steps 和 Tooltip 的无障碍体验,避免进度条 SVG 被重复朗读,确保键盘激活 Steps 项目时触发
onClick,并保留 Tooltip 已有的aria-describedby关联。#59139 @github-actions - 🐞 修复 Alert、Empty、Card、Tag、Breadcrumb、Segmented、FloatButton、Form.Item 和 Statistic 无法正确渲染数值
0内容的问题。#59117 #59094 #59079 #59101 @bhumin18 @QDyanbing @dogledogle - 🤖 修复 Alert 全局
closable、Select 和 AutoComplete 的onPopupVisibleChange类型定义错误暴露不支持回调或属性的问题。#59100 #59142 @QDyanbing - Menu
- ⌨️ 修复多个 Menu 实例之间弹层 ID 重复的问题。#59048 @zombieJ
- 🐞 修复 Menu 横向模式下鼠标从菜单项移向子菜单弹层时子菜单意外关闭的问题。#59088 @EmilyyyLiu
- 🐞 修复 Menu 内联菜单收缩完成后图标仍继续位移的问题。#59085 @QDyanbing
- Transfer
- 🐞 修复 Transfer 搜索结果全部为禁用项时“全选”复选框仍可用的问题。#59121 @QDyanbing
- 🐞 修复 Transfer 从空过滤结果恢复数据后不显示列表项的问题。#59074 @biubiukam
- Table
- 🐞 修复 Table 可排序列不触发非 Enter 键自定义
onKeyDown回调的问题。#59078 @QDyanbing - 🐞 修复 Table 关闭内置筛选面板时重复触发
filterDropdownProps.onOpenChange(false)的问题。#59023 @thlovey
- 🐞 修复 Table 可排序列不触发非 Enter 键自定义
- Tree
- 🐞 修复 Tree.DirectoryTree 的
expandedKeys或selectedKeys显式传入undefined时无法展开或选择的问题。#59076 @giaBaoJS - 🐞 修复 Tree.DirectoryTree 从
key为数值0的节点开始时 Shift 范围选择失效的问题。#59029 @QDyanbing
- 🐞 修复 Tree.DirectoryTree 的
- List
- 🐞 修复 List 在
rowKey返回数值0时重新挂载列表项的问题。#59113 @nrps9909 - 🛎 更新 List 废弃警告,推荐迁移至 Listy。#59060 @QDyanbing
- 🐞 修复 List 在
- 🐞 修复 Checkbox.Group
disabled={false}在 JSX 子节点场景下无法覆盖全局禁用状态的问题。#59109 @QDyanbing - 🐞 修复 Upload 生成 GIF 预览后在 DOM 中遗留隐藏 canvas 元素的问题。#59137 @dogledogle
- 🐞 修复 Notification 关闭按钮意外提交外层表单的问题。#59126 @nrps9909
- 🐞 修复 Drawer 仅设置
extra属性时头部操作区不渲染的问题。#59089 @dogledogle - 🐞 修复 Grid Row 在移除
align、justify属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#59066 @QDyanbing - 🐞 修复 Tag.CheckableTag 局部
style被 ConfigProvidertag.style覆盖的问题。#59087 @QDyanbing - ♿ 优化 Steps 无障碍体验,对辅助技术隐藏面板中的装饰箭头。#59105 @nrps9909
- ♿ 优化 Skeleton.Image 无障碍体验,对辅助技术隐藏装饰性占位图形。#59107 @nrps9909
- 🐞 修复 Descriptions 重排
key: 0的条目后内容状态被重置的问题。#59064 @QDyanbing - 🐞 修复 Cascader 和 Cascader.Panel 的
notFoundContent为null时仍显示默认空状态的问题。#59028 @QDyanbing - 🐞 修复 Watermark 的
content为undefined时抛出错误的问题。#59077 @VamoBao - 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#59062 @QDyanbing