- 🆕 Notification support
actions
prop and deprecatedbtn
prop. #52703 @thinkasany - 🆕 Carousel support show dot duration. #52672 @yellowryan
- 🆕 Input.OTP support
separator
prop. #52668 @HaceraI - 🆕 Descriptions add
labelColor
component token. #52700 @guoyunhe - 🆕 Segmented supports
shape="round"
. #52685 @afc163 - 🆕 ConfigProvider support
variant
for Card. #52552 @thinkasany - 🆕 Progress/Step supports custom rounding with
rounding
prop. #52017 @yanghoxom - 🆕 Divider
orientation
supportstart
andend
. #52567 @li-jia-nan - 🆕 Add
underlined
tovariant
of Input, InputNumber, Mentions, Form, Select, Cascader, TreeSelect, DatePicker and TimePicker. #52546 @ustcfury - 🆕 ConfigProvider support global config of Modal
centered
. #52343 @guoyunhe - 🆕 Add
label
class name for Checkbox and Radio. #52322 @guoyunhe - 🐞 Fix Tooltip/Popover/Popconfirm/Dropdown misaligned popup positions with custom children in React 19. react-component/util#623 @zombieJ
- 🐞 Fix DatePicker.RangePicker arrow position when popup auto adjust position. #52719 @zombieJ
- 🐞 Update locale
filterCheckall
tofilterCheckAll
. #52517 @thinkasany - 🐞 Fix Form that
scrollToField
andscrollToFirstError
cannot focus components of antd. #52726 @Wxh16144 - 💄 Fix Button shadow color appearing awkward on dark backgrounds. #52701 @afc163
- 💄 Fixed the unnatural animation transition effect of Segmented component in dark mode. #52708 @yellowryan
- 💄 Separate style of Input and TextArea. #52570 @guoyunhe
- 💄 Fix Input and Select style issue under css var mode. #52554 @li-jia-nan
- ⌨️ Remove role="alert" from Form field error to improve screen reader experience. #52661 @mellis481
- ⌨️ Improve accessibility by adding localized labels for empty table header and panel buttons. #52689 @aojunhao123
- ⌨️ Improve Tabs accessibility by fixing error
Certain ARIA roles must contain particular children
. #52677 @afc163 - ⌨️ Add screen reader support for Tooltip. #52293 @aojunhao123
- TypeScript
- 🆕 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