Skip to content
- 🐞 Fix Skeleton missing
style prop. #33405
- 🐞 Fix Descriptions overflow style cause other components being cut. #33392
- 🆕 Unique Select-like component generic as OptionType to support FieldNames type. #33364
- 🐞 Fix Slider rail hover color when it is disabled. #33369 @chen-jingjie
- Table
- 🆕 Table
colSpan & rowSpan move to onCell function to optimize performance. #33114
- 🆕 Table support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN to customize column order. #33026
- Form
- 🔥 Form.List nest Form.Item no longer need pass
fieldKey anymore. #32689
- 🆕 Form
label can wrap via setting labelWrap now. #33048
- 🆕 ConfigProvider support Form
colon. 9bc148a @seaSuper
- 🆕 add
prefix to InputNumber. #32600 @Austaras
- 🆕 Modal static function support
wrapClassName prop. #32676 @cwjTerrace
- 🆕 Popconfirm add
showCancel prop. #32620 @cwjTerrace
- 🆕 Dropdown.Button supports
loading property now. #32467 @kaysonwu
- 🆕 Input adds
showCount property. #32522 @cwjTerrace
- 🆕 Alert supports
closeIcon now. #32345 @chen-jingjie
- Typography
- 🆕 for editable Paragraph, edit can be triggered by clicking the icon or the value itself (or both) with
triggerType. #32219 @kachanovskiy
- 🆕 Typography support
enterIcon to config confirm icon. #32220 @kachanovskiy
- 🆕 Divider added
orientationMargin APIs for customizing margin-left/right of title. #32084 @neotan
- 🆕 Avatar add
maxPopoverTrigger to support configuration of popover trigger. #32197 @RiteshMakan
- 🆕 Upload supports
showUploadList.previewIcon now. #32059 @1040961807
- 🏴 Fix Catalan (ca_ES) missing translation key with
Form. #33377 @ZzGGitter
- 🇫🇮 Fix Finland (fi_FI) missing translation key with
Table. #33372 @ZakarFin
- 🇰🇭 Added locales for Khmer (km_KH) translation. #32853 @vireakkeosokvibol
- TypeScript