Notification 支持 actions
属性并废弃 btn
属性。#52703 @thinkasany
Carousel 支持展示指示点进度。#52672 @yellowryan
Input.OTP 支持 separator
属性。#52668 @HaceraI
Descriptions 增加 labelColor
组件 token。#52700 @guoyunhe
Segmented 支持 shape="round"
的胶囊形状的样式。#52685 @afc163
ConfigProvider 支持 Card 组件的 variant
配置。#52552 @thinkasany
Progress/Step 支持使用 rounding
属性自定义取整方法。#52017 @yanghoxom
Divider 的 orientation
属性支持 start
和 end
.#52567 @li-jia-nan
为 Input、InputNumber、Mentions、Form、Select、Cascader、TreeSelect、DatePicker、TimePicker 组件的 variant
添加 underlined
属性。#52546 @ustcfury
ConfigProvider 支持 Modal centered
全局配置。#52343 @guoyunhe
为 Checkbox 和 Radio 增加 label
类名。#52322 @guoyunhe
修复 Tooltip/Popover/Popconfirm/Dropdown 在 React 19 下 children 为自定义组件时弹层位置错乱的问题。react-component/util#623 @zombieJ
修复 DatePicker.RangePicker 弹出窗体自动调整位置时,面板的箭头位置不正确的问题。#52719 @zombieJ
修正 locale 中 filterCheckall
为 filterCheckAll
。#52517 @thinkasany
修复 Form scrollToField
和 scrollToFirstError
无法聚焦 antd 组件的问题。#52726 @Wxh16144
修复 Button 预设值按钮的阴影色在暗色背景下显示突兀的问题。#52701 @afc163
修复 Segmented 组件在暗黑模式下的动画过渡效果不自然的问题。#52708 @yellowryan
拆分 Input 和 TextArea 样式。#52570 @guoyunhe
修复 Input 和 Select 在 css var 模式下的样式问题。#52554 @li-jia-nan
⌨️ Form field error 移除 role=”alert” 以提升可访问性。#52661 @mellis481
⌨️ 优化无障碍体验,为空表头和面板按钮添加本地化标签。#52689 @aojunhao123
⌨️ 优化 Tabs 组件的可访问性,修复 Certain ARIA roles must contain particular children
的报错。#52677 @afc163
⌨️ 为 Tooltip 添加读屏器支持。#52293 @aojunhao123
TypeScript