Skip to content
- 🛎 Fix Button icon and text align issue by changing
inline-block to inline-flex and simplify iconPosition implementation. #47318
- Drawer
- Form
- 🆕 Form.Item add
layout property to toggle layout mode. #49119 @crazyair
- 🆕 Form
ref property supports to access the native element. #48841 @wanpan11
- 🆕 Form add
clearOnDestroy property to clear form data when destroy. #48921 @crazyair
- Image
- 🆕 Image add
onReset and onClose properties. #48936 @kiner-tang
- 🆕 Image supports get
imgInfo from arguments of toolbarRender and imageRender render functions. #48729 @nova1751
- notification
- 🆕 notification add
pauseOnHover property to pause the timer. #49024 @yociduo
- 🆕 notification add
showProgress property to show the progress bar. #48353 @yociduo
- Progress
- 🆕 Avatar.Group add
max property for replace maxCount、maxStyle、maxPopoverPlacement and maxPopoverTrigger properties. #49131 @wanpan11
- 🆕 Modal add
loading property to show the skeleton. #48848 @li-jia-nan
- 🆕 Rate add
keyboard property to ignore keyboard events. #49132 @Wxh16144
- 🆕 Spin support
percent to render as progress. #48657
- 🐞 Watermark add
overflow: hidden style to prevent set height: 0 to hide the watermark case. #49130
- 🐞 Anchor fix scroll animation lost bug when set
replace property. #49136 @mySkey
- 🐞 Tour fix
current argument of onClose is wrong. #49124
- 💄 List.Item add
styles and className properties. #49154 @wanpan11
- 🇯🇵 DatePicker add missing ja_JP translations. #49155 @huyikai
- 🛠 Simplify several logics and type definitions. #49146 #49156 #49169 #49162 @coding-ice