- 🐞 Fix Menu to import
@ant-design/icons
icon directly to reduce bundle size without tree shaking. #31011 - 🐞 Fix Menu with overflow indicator popup do not follow current theme. #31043
- 🐞 Fix Table styles not using
@{table-prefix-cls}
less variable. #30983 - 🐞 Fix Input.Password hover border color in Form validation. #30999
- 🐞 Fix Space with wrap takes additional negative margin style. #31000
- 🐞 Fix Typography warning for non-boolean attribute when set
italic
property. #31004 - 🐞 Fix Badge not passing markup validation. #31042 @conwnet
- 🐞 修复 Menu 直接导入
@ant-design/icons
的方式以减少不使用 Tree Shaking 的打包尺寸。#31011 - 🐞 修复 Menu 过长省略弹层没有跟随
theme
配置的问题。#31043 - 🐞 修复 Table 某处样式代码没有使用
@{table-prefix-cls}
less 变量可能导致样式覆盖失效的问题。#30983 - 🐞 修复 Input.Password 校验失败时的 hover 边框色。#30999
- 🐞 修复 Space 设置
wrap
时额外设置了负margin
的样式问题。#31000 - 🐞 修复 Typography 配置
italic
时会警告不是一个合法 DOM 属性的问题。#31004 - 🐞 修复 Badge 没有通过 html 标签嵌套校验的问题。#31042 @conwnet