- 💄 Fix Card radius style broken when customize
bodyStyle
background color. #38973 @Yukiniro
- 💄 Optimize default algorithm for error color. #38933
- 💄 Optimize the style issue in RTL mode. #38829 @Wxh16144
- Space.Compact
- 💄 Optimize Space.Compact style when wrapping a single child component. #38896 @foryuki
- 💄 Fix Space.Compact component style problem when wrapping Modal, Dropdown, Drawer and other components. #38870 @foryuki
- 🐞 Fix horizontal Menu that has wrong width when is overflow. #38989
- 🐞 Fix Table that the old filter state still takes effect when the list filter column changes. #38982
- 🐞 Fix Select and Pagination incorrect text color in dark theme. #38979 @Dunqing
- 🐞 Fix that Mentions
options
props not working. #38968 @heiyu4585
- 🐞 Fix that
dist/reset.css
may be dropped in production mode. #38956 @passerV
- 🐞 Fix Badge that
showZero
can’t be used with custom color. #38967 @Wxh16144
- 🐞 Fix Form validation motion flick issue. #38962
- 🐞 Fix Tabs dropdown motion not work. #38892
- 🐞 Fix ConfigProvider that
componentDisabled
is not work. #38886 @lidianhao123
- 🐞 Fix Button
block
prop is not working when shape="round"
. #38869 @jjlstruggle
- 🐞 Fix Dropdown.Button that
dropdownRender
is not executed. #38862 @imoctopus