- 🐞 Fix Descriptions
labelStyle
contentStyle
unsuccessful whenlayout="vertical"
andbordered={true}
. #29942 - 🐞 Upload won't crash when
fileList
is a frozen object now. #29944 - 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #29983
- 🐞 Fix Button throws
Cannot read property 'removeChild' of null
in some situation. #29961 @JohnDeved - 🐞 Fix Transfer button's box-shadow getting cut. #30030 @jinchaofs
- 🐞 Fix CheckBox.Group cannot work with Form of
@ant-design/compatible
. #30039 @jameslahm - 🐞 Fix PageHeader
<Tabs type="card" />
padding missing. #29819 - Table
- 💄 Optimize Table pagination style when narrow width. #30065
- 🐞 Fix Table
@table-border-radius-base
not being applied to.ant-table
node. #29966 @VoliBearCat
- 🐞 Fix Input.TextArea
maxLength
does not work in control mode. #30070 - TypeScript
- Locale
- 🐞 修复 Descriptions
labelStyle
contentStyle
当设置layout="vertical"
和bordered={true}
时不生效的问题。#29942 - 🐞 Upload 的
fileList
为冻结对象时不再崩溃。#29944 - 🐞 修复 Tabs 在 Safari 13.1 垂直模式下不能滚动问题。#29983
- 🐞 修复点击 Button 时有时会报错
Cannot read property 'removeChild' of null
的问题。#29961 @JohnDeved - 🐞 修复 Transfer 按钮区域 box-shadow 被截断的问题。#30030 @jinchaofs
- 🐞 修复 CheckBox.Group 和
@ant-design/compatible
的 Form 无法一起工作的问题。#30039 @jameslahm - 🐞 修复 PageHeader 下卡片类型
tabs
样式问题。#29819 - Table
- 💄 优化 Table 分页器在狭窄空间的样式问题。#30065
- 🐞 修复 Table
@table-border-radius-base
没有被应用到.ant-table
节点上。#29966 @VoliBearCat
- 🐞 修复 Input.TextArea
maxLength
在受控时无效的问题。#30070 - TypeScript
- 国际化