Skip to content
- 🐞 Fix Button child element's
className be cleared if it contains two Chinese characters. #56593 @QdabuliuQ
- 🐞 Fix DatePicker DOM not updated bug after update
suffixIcon as null. #56637 @AlanQtten
- 🐞 Fix Table content area border radius when set border radius for container. #56478 @QDyanbing
- 💄 Fix Card unexpected border radius for Body area. #56653 @ug-hero
- 💄 MISC: Fix unexpected
undefined and null in the injected styles. #56636 @li-jia-nan
- 💄 MISC: Improve
background transition to background-color for all components. #56598 @li-jia-nan
- 🛠 Improve Grid use
genCssVar method to generate more stable CSS variable names. #56635 @li-jia-nan
- 🛠 Improve @ant-design/icons usage to avoid depend on full package since externals. #56639 @ShenHongFei