Skip to content
- 🆕 Drawer panel support event listener. #42712 @kiner-tang
- 🐞 Fix Upload
onChange sometime not sync when in React 18. #43200
- 🐞 Fix Notification cannot hide close icon by
closeIcon={null}. #42791
- 🐞 Fix Drawer
id was passed in incorrectly, and now is always added to the popup panel. #43124 @MuxinFeng
- 🐞 Fix InputNumber with
prefix abnormal height under Form.Item of hasFeedBack. #43048
- 🐞 Fix Popover with
getPopupContainer sometime makes width too narrow. #42697
- 🐞 Fix Select will display the letter A under some circumstances. #42654 @tchen-l
- 🐞 Fix ConfigProvider that import useless modules from
rc-field-form when importing FormProvider . #42502 @BanShan-Alec
- 🐞 Fix Popconfirm trigger
onVisibleChange twice. #42351
- 🐞 Fix Form
onFieldsChange missing validating status change. #42263
- 🐞 Fix Popover that display empty
div when title and content is null. 19f8505 @MaHui
- 🐞 Fix Upload
disabled logic. #42143 @Wxh16144
- 🐞 Fix RangePicker wrong panel position under some circumstances. #43179 @cooljser
- 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #43207 @yoyo837
- 💄 Optimize Spin style to keep height of container the same as child element. #42163 @cheapCoder