Skip to content
- 🆕 Drawer supports
closable.placement prop to specify the position of the close button. #54067 @davidhsing
- 🆕 Image component supports
fallback global configuration. #54702 @Jiyur
- 🆕 QRCode component supports
boostLevel prop. #55063 @li-jia-nan
- 🆕 Splitter supports
onCollapse prop. #54673 @ug-hero
- 🆕 Statistic displays animation effect by default when set to
loading. #55398 @afc163
- 🆕 TreeSelect supports global configuration for switcher icon. #54821 @Jiyur
- Segmented
- 💄 Segmented theme variable
itemSelectedBg supports background gradient. #55391 @zancheng
- 🐞 Fix Segmented abnormal animation after React DevTools upgrade. #55438 @afc163
- 🐞 Fix Tree and Transfer components
disabled inheritance issue. #54831 @cactuser-Lu
- 🐞 Fix Tree.DirectoryTree
defaultExpandAll not working when fieldNames is defined. #55420 @Wxh16144
- Upload
- 💄 Notification supports configuring background color token. #54802 @thinkasany
- 💄 Pagination supports modifying the text color of active items through
itemActiveColor and itemActiveColorHover tokens. #55195 @Renderz
- 🐞 Fix Select, DatePicker, TreeSelect, Cascader and other components not showing default suffix icon when
suffixIcon is configured as undefined. #54790 @EmilyyyLiu
- 🐞 Fix Mentions component not inheriting
disabled from external Form. #54829 @EmilyyyLiu
- 🐞 Fix Watermark component crashing when wrapping Modal with
modalRender. #55435 @ug-hero
- 🗑 Input component deprecates
addonAfter and addonBefore props, use Space.Compact instead. #55315 @EmilyyyLiu
- 🤖 Row component
gutter prop supports string type definition. #54628 @ug-hero