Skip to content
- 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
- 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @kiner-tang
- Button
- 🐞 Fix hover and active styles not differentiating when Button
type="text"and type="danger" are used together. #48876 @LonelySnowman
- Fix issue where some components throw findDOMNode warnings
- 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @li-jia-nan
- 💄 Fix missing bottom border when Card
size="small". #48787 @wanpan11
- 🐞 Fix AutoComplete
tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
- RTL
- 💄 Fix Button's missing icon order and margins under RTL. #48821
- TypeScript