Skip to content
- 🆕 Notification support
actions prop and deprecated btn 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 support start and end. #52567 @li-jia-nan
- 🆕 Add
underlined to variant 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 to filterCheckAll. #52517 @thinkasany
- 🐞 Fix Form that
scrollToField and scrollToFirstError 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