- 💄 style: Card card image has extra 1px border. #26659
- 💄 Fix Select
placeholder
color not same as Input. #26651 @wangcch - 🐞 Fix Menu not support React.Fragment inside. #26656
- 🐞 Fix TextArea different behavior with Input when set
value
toundefined
. #26652 - 🐞 Fix Motion related issue like Upload align flash and Form.Item with
help
ssr issue. #26628 - 🐞 Fix Typography.Link warning
Invalid value for prop navigate
when using with react-router. #26623 - 🐞 Fix Table pagination missing when is above table. #26618
- 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
- TypeScript
- 🤖 Fix Table that sorter
compare
andmultiple
should be optional. #26686
- 🤖 Fix Table that sorter
- 💄 修复 Card 封面图片上有 1px 白边的问题。#26659
- 💄 修复 Select 的
placeholder
颜色与 Input 不一致的问题。#26651 @wangcch - 🐞 修复 Menu 不支持 React.Fragment 的问题。#26656
- 🐞 修复 TextArea 设置
value
为undefined
时和 Input 行为不一致的问题。#26652 - 🐞 修复 Motion 相关问题例如 Upload 对齐闪烁与 Form.Item 配置
help
的 ssr 问题。#26628 - 🐞 修复 Typography.Link 和 react-router 一起使用时抛出
Invalid value for prop navigate
的问题。#26623 - 🐞 修复 Table 分页器在表格上方消失的问题。#26618
- 🐞 修复 Upload 受控时同时上传多份文件会丢失部分文件的问题。#26612
- TypeScript
- 🤖 修复 Table sorter 的
compare
和multiple
不是可选的问题。#26686
- 🤖 修复 Table sorter 的