antd 3.26.9
- 🐞 Fix Badge that count is not align when wrapped by Typography. #21237
- 🐞 Fix Steps that icon is not align when
size="small"andlabelPlacement="vertical". #21258 - 🐞 Fix Typography not focus at the end of textarea when
editableis true. #21268 - TypeScript
- 💄 Improve type definition of validation rule's type for Form. #21250 @hansololai
- 🐞 Fix type definition of
eventfor Tree. #21200 @Jirka-Lhotka
- 🐞 修复 Badge 在 Typography 下数字错位的问题。#21237
- 🐞 修复 Steps 在
size="small"和labelPlacement="vertical"时图标没有对齐的问题。#21258 - 🐞 修复 Typography 在可编辑状态时光标没有在输入框末位的问题。#21268
- TypeScript
- 💄 完善 Form 中校验规则类型的类型定义。#21250 @hansololai
- 🐞 修复 Tree 中事件类型定义不正确的问题。#21200 @Jirka-Lhotka