Skip to content
- 🐞 Fix that Spin can't render children
0. #27839 @liuchao233
- 💄 Fix the RangePicker panel interaction style. #27894
- 💄 Fix Switch
loading style. #27860
- 💄 Optimize Skeleton color to fit dark background. #27836
- 💄 Adjust Statistic
deciaml font size. #27884
- 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
- 🛠 Refactor BackTop、Badge、UploadList with
rc-motion instead of rc-animate. #27840 #27848 #27923
- RTL
- 💄 Fix the style of the Tree switch icon in RTL mode. #27876
- TypeScript
- 🤖 Fix AutoComplete
DataSourceItemType type definition. #27892
- 🤖 Export Image
ImageProps interface. #27846 @wangcch