Skip to content
- 🔥 New component Input.OTP support. #48076
- 🆕 Tag support
aria-* in closable. #47678 @kiner-tang
- 🆕 Table add
rowHoverable to control hover effect. #48112 @madocto
- 🆕 Typography support async copy. #48123 @crazyair
- 🆕 Progress support
steps with circle. #47940 @yykoypj
- 🆕 Table support
onScroll event for table body scroll. #47986
- 🆕 Typography ellipsis supports expand and collapse. #47264 @crazyair
- 🆕 ConfigProvider support configuring FloatButton.Group
closeIcon. #47953 @li-jia-nan
- 🆕 Table support
sorterTooltipTarget prop for sorters. #47409 @Ke1sy
- 🆕 Cascader support
optionRender. #47727 @crazyair
- 🆕 Notification support
aria-* in closable. #47710 @kiner-tang
- ⌨️ Popover can be closed by ESC when trigger is
focus or click. #47928 @CooperHash
- 🐞 Fix Button that vertically center icons when icon-only. #48178 @momesana
- 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
- Form #48163 @madocto
- 🐞 1. Fix Form
getValueProps shouldn't work when FormItem's name doesn't exist .
- 🐞 2. Fix Form's
setFieldsValue should tread same as setFields.
- 🐞 Fixe Table that internationalization of table columns fails when searching. #48126 @LingJinT
- 🐞 Fix Upload that
onChange should be triggered when fileList.length is larger than maxCount. #47747 @Zhou-Bill
- 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
- 🐞 Fix ColorPicker that displayed cleared color not change after
value changed. #47816 @MadCcc
- 🐞 Make Badge consistent with Tag that applay
colorInfo token in processing. #47695 @pfdgithub
- 🌐 Add missing form translations in is_IS. #48104 @LonelySnowman
- 🌐 Add Uzbek(latn) locale. #47899
- TypeScript
- 🤖 Improve Transfer's
key type, change key: string to key: React.Key. #47879 @madocto
- 🤖 Table support for generic pairs dataIndex props verification . @crazyair