- 🔥 Add
@ant-design/cliofficial 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
screenXXXLMininuseTokencausing incorrect antd.css to be generated. #57372 @sealye09 - 🐞 Fix ConfigProvider component config typings to expose semantic
classNamesandstylesfor supported components. #57396 @QDyanbing - 🐞 Fix Image
fetchPriorityprop 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
renderprop returning JSX elements causing search to fail. #57133 @WustLCQ - 🐞 Fix Tree custom
switcherIconmissingswitcher-line-iconclassName whenshowLineis enabled. #57303 @QDyanbing - 🐞 Fix Watermark TypeScript errors when
onRemoveis omitted. #57344 @QDyanbing
- 🔥 新增官方命令行工具
@ant-design/cli,支持离线查询 Ant Design 组件知识、分析项目用法及提供迁移指导。#57413 @afc163 - 🐞 修复 Form.List 在使用
onValuesChange时丢失同级字段值的问题。#57399 @zombieJ - 🐞 修复
useToken缺少screenXXXLMin导致生成错误的 antd.css 的问题。#57372 @sealye09 - 🐞 修复 ConfigProvider 组件配置的类型定义,为已支持的组件暴露语义化
classNames和styles。#57396 @QDyanbing - 🐞 修复 Image 组件
fetchPriority属性未正确透传到<img>元素的问题。#57392 @aojunhao123 - Menu
- 🐞 修复通过 ConfigProvider 自定义 Menu 的
itemHoverColor时,SubMenu 父级菜单项 hover 状态颜色不生效的问题。#57374 @EmilyyyLiu - 🐞 修复 Menu 自定义
collapsedIconSize后折叠图标看起来未居中的问题。#57360 @QDyanbing
- 🐞 修复通过 ConfigProvider 自定义 Menu 的
- 🐞 修复 Table 在开启滚动时列头中受控 Popover 被重复渲染的问题。#57342 @QDyanbing
- 🐞 修复 Transfer
render属性返回 JSX 元素时搜索功能失效的问题。#57133 @WustLCQ - 🐞 修复 Tree 开启
showLine时自定义switcherIcon缺少switcher-line-icon类名导致样式异常的问题。#57303 @QDyanbing - 🐞 修复 Watermark 在未传入
onRemove时的 TypeScript 报错。#57344 @QDyanbing