Skip to content

antd 3.13.3

  • 📖 New English translation
  • 🐞 Fix mouse cursor style when Switch is disabled. #14764
  • 🐞 Fix Progress shows a wrong successful status. #14769 @imhele
  • 🐞 Fix the issue that the upload status has always been uploading after hiding the upload button in the Upload. #14779
  • 🐞 Fix the issue where the custom icons for vertical Steps were not centered. #14677
  • 🐞 Fix the issue with Input.Search does not support addonAfter. #14785
  • 🐞 Fix layout issues with FormItem when there is an error. #14772
  • 🐞 Fix the issue that the operation button will be blocked when the Card is loading. #14832
  • 🐞 Fix the issue that describes overflow in List. #14765 @Shub1427
  • 🐞 Fix the style issue of TimePicker's clear button, when using the small size. #14861 @Yangzhedi
  • Table
    • 🐞 Fix the issue that the floating element misalignment. #14822 @chiaweilee
    • 🐞 Fix the issue where the className was not synchronized when the rowSelection property was removed. #14759
    • 🐞 Fix border display issue when there is no data. #14834
    • 🐞 Fix the issue where pagination was set to true.
    • 🐞 Fix the issue where the filter drop-down box would be occluded.
  • TypeScript

  • 🐞 修复 Upload 中隐藏上传按钮后导致上传状态一直是 uploading 的问题。#14779
  • 🐞 修复 Switch 禁用时的鼠标样式。#14764
  • 🐞 修复 Progress 显示成功状态错误的问题。#14769 @imhele
  • 🐞 修复垂直 Steps 的自定义图标不居中的问题。#14677
  • 🐞 修复 Input.Search 不支持 addonAfter 的问题。#14785
  • 🐞 修复 FormItem 在有错误提示时的布局问题。#14772
  • 🐞 修复 Card 在 loading 时,操作按钮会被遮住的问题。#14832
  • 🐞 修复 List 中描述溢出的问题。#14765 @Shub1427
  • 🐞 修复 TimePicker 在使用 small 大小时,清楚按钮的样式显示问题。#14861 @Yangzhedi
  • Table
    • 🐞 修复浮动元素错位的问题。#14822 @chiaweilee
    • 🐞 修复移除 rowSelection 属性时,className 不同步的问题。#14759
    • 🐞 修复无数据时的边框显示问题。#14834
    • 🐞 修复 paginationtrue 时报错的问题。
    • 🐞 修复过滤下拉框会被遮挡的问题。#11730
  • TypeScript 类型
    • 🐞 修复 Checkbox 缺少的 onClick 类型。 #14762 @Frezc
    • 🐞 修复 Menu 缺少的 onTitleMouseEnteronTitleMouseLeave 类型。#14737 #GabeMedrash