Skip to content
- 🔥 Table component now supports the
virtual attribute to enable virtual scrolling. #44349
- 🔥 Form's
validateFields now supports recursive to validate all fields with nested paths. #44130
- 🔥 Form.Item now supports
validateDebounce to configure validation debounce. #44633
- 🆕 Button component has added three component tokens:
contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
- 🆕 Form's
requiredMark now supports custom rendering. #44073
- 🆕 Tabs component has added a new component token
itemColor to control the text color of normal tabs. #44201
- 🆕 ColorPicker now supports
defaultFormat. #44487 @CYBYOB
- 🆕 Form supports
feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894 @gldio
- 🆕 Added the
itemSelectedColor component token to the Segmented component. #44570 @xiaozisong
- 🆕 Added support for custom function rendering in the Modal footer. #44318 @RedJue
- 🆕 Added responsive setting support for
items.span in Descriptions. #44534
- 🆕 Added support for global configuration of
indicatorSize in Tabs component through ConfigProvider. #44517
- 🆕 Added the
direction parameter to the filterOption function in the Transfer component. #44417 @Zian502
- 🆕 Added support for the
source parameter in the onSearch method of the Input.Search component. #44457 @kiner-tang
- 🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
- 🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
- 🆕 Tour component now supports horizontal offset for spacing. #44377 @RedJue
- 🆕 Tour component now supports customizing the close button using the
closeIcon prop. #44312 @kiner-tang
- 🆕 Avatar component now supports configuring size using ConfigProvider. #44288 @li-jia-nan
- 🆕 List component now supports configuring size using ConfigProvider's
componentSize option. #44267 @Yuiai01
- 🆕 Cascader component now supports
autoClearSearchValue option. #44033 @linxianxi
- 🆕 Added support for
rootClassName in Upload,AutoComplete,Badge.Ribbon,Input.TextArea,RangePicker,TimePicker @kiner-tang.
- 💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by
width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
- 💄 Adjusted the linear gradient colors for
circle and dashboard in Progress to conical gradients. #44404
- 💄 Fixed DatePicker missing custom footer style. #44642 @li-jia-nan
- 💄 Fixed Tag where
tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
- 💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has
transform: scale style configured in getPopupContainer option. #44378
- 🐞 Fixed an issue where Form.Item with
noStyle configuration prevented the bound element from consuming useStatus. #44576
- 🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect
font-size on hover. #44663
- 🐞 Fixed an issue where Input's default button had extra shadow. #44660 @daledelv
- 🐞 Fixed an issue where using Modal's hooks to close it with the
esc key didn't correctly trigger the await. #44646
- 🐞 Fixed the issue where the preset
size of Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598 @li-jia-nan
- 🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594 @zbw-zbw
- 🐞 Fix FloatButton that margin not work with
href in FloatButton.Group. #44707 @Yuiai01
- 🐞 Fixed the issue where
fontSizeSM token was not being applied to Button component. #44217 @CHENGTIANG
- 🐞 The Watermark now works in nested Modal and Drawer components. #44104
- 🛠 Alert, Tree, Cascader, Layout, Table, Modal, Drawer, Button, Switch, Select, Badge, Form, TimePicker, Spin, Input, Progress, Divider Added Component Token. #42142 #42607 #42627 #42757 #42774 #42778 #44090 #44118 #44174 #44228 #44261 #44282 #44334 #42192 @hms181231 @linhf123 @poyiding @Wxh16144 @Yuiai01
- 🛠 Remove compatibility logic for old versions of IE browser for Space and Grid components to reduce bundle size. #44620 @li-jia-nan
- TypeScript