Skip to content

antd 3.6.2

  • 🐞 Fix the wrong status of check all checkbox in Table when data change. #10629
  • 🐞 Fix border style of Button.Group.
  • 🐞 Fix file list being reversed when beforeUpload returns false in Upload component. #10681
  • 🐞 Fix overflow of cell content in Calendar. #10808 @Yangzhedi
  • 🐞 Fix the processing color of Badge not follows the primary-color.
  • Spin
    • 🐞 Fix custom icon does not follow the value of size. #10786
    • 🐞 Fix no delay issue when sets spinning to true as default.#10727 @dreamerblue
  • TypeScript

  • 🐞 修复 Table 数据变化时全选勾选框状态显示不正确的问题。#10629
  • 🐞 修复 Button.Group 中使用 disabled 按钮时缺失边框。
  • 🐞 修复 Upload 中 beforeUpload 返回 false 时,文件列表排序会被反转的问题。#10681
  • 🐞 修复 Calendar 表格中内容溢出的问题。#10808 @Yangzhedi
  • Spin
    • 🐞 修复使用图标时不能按照 size 正确显示大小的问题。#10786
    • 🐞 修复默认旋转时 delay 不生效的问题。#10727 @dreamerblue
  • 修复 Badge 的状态色不跟主题色变化的问题。
  • TypeScript
    • 🐞 修复 Menu 类型定义。#10773
    • 🐞 修复 AutoComplete 类型定义。#10745 #10619
    • 🐞 修复 Tree 类型定义。#10841 @Voronar
    • 🐞 修复 Checkbox.Group 的类型定义。#10677