Skip to content

antd 2.13.11

  • 📝 Improve support of TypeScript. #8394 #8395 @burdell @khayalan-mathew
  • 🐞 Fixed Tooltip missing defaultVisible property. #8257
  • 🐞 Fixed Modal footer property is overwrited when customing this property. #8379
  • 🐞 Fixed fileList shown incorrect when beforeUpload of Upload return false. #8036
  • 🐞 Fixed vertical align of Form.Item's feedback shown incorrect when Input size property is default\small. #8243
  • 🐞 Fixed nested Form.Item style incorrect. #8320
  • 🐞 Fixed Form.Item height are different between Chrome with Safari. #8220
  • 🐞 Fixed links where inside Form.Item's label are unavailable to click. bf70d30
  • 🐞 Fixed Progress word wrap. #8239

  • 📝 完善组件对 TypeScript 的支持。#8394 #8395 @burdell @khayalan-mathew
  • 🐞 修复了 Tooltip 不支持 defaultVisible 属性的问题。#8257
  • 🐞 修复了 Modal 组件在传入自定义 footer 的时候默认 footer 被覆盖的问题。#8379
  • 🐞 修复了 Upload 组件在 beforeUpload 中返回 false 时,修改 fileList 导致上传列表展示不正常的问题。#8036
  • 🐞 修复了 Form 表单的信息回显在当 Input 组件 size 属性为 default\small 时没有对齐的问题。#8243
  • 🐞 修复了 Form.Item 在互相嵌套时样式异常的问题。#8320
  • 🐞 修复了 Form.Item 在 Chrome 和 Safari 下高度不一致的问题。 #8220
  • 🐞 修复了 Form.Item 在部分情况下 label 内链接无法点击的问题。 bf70d30
  • 🐞 修复了 Progress 对于折行的场景兼容性问题。#8239