Skip to content
- 🔥 Add
@ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @afc163
- 🐞 Fix Form.List losing sibling field values when using
onValuesChange. #57399 @zombieJ
- 🐞 Fix missing
screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372 @sealye09
- 🐞 Fix ConfigProvider component config typings to expose semantic
classNames and styles for supported components. #57396 @QDyanbing
- 🐞 Fix Image
fetchPriority prop not being passed through to the <img> element. #57392 @aojunhao123
- Menu
- 🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374 @EmilyyyLiu
- 🐞 Fix Menu collapsed icons appearing misaligned when customizing
collapsedIconSize. #57360 @QDyanbing
- 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342 @QDyanbing
- 🐞 Fix Transfer
render prop returning JSX elements causing search to fail. #57133 @WustLCQ
- 🐞 Fix Tree custom
switcherIcon missing switcher-line-icon className when showLine is enabled. #57303 @QDyanbing
- 🐞 Fix Watermark TypeScript errors when
onRemove is omitted. #57344 @QDyanbing