皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Ant Design 5.6.4发布

Ant Design 5.6.4发布

  •  Form
    •  Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #43290
    •  Fix the problem that the warning message that name is empty is falsely reported when the name of Form.List is 0. #43199 @Yuiai01
  •  Fix the Badge color attribute does not take effect. #43304
  •  Fix the position of Select clear icon when FormItem sets hasFeedback#43302 @tinyfind
  •  Fix Transfer paging drop-down button is hidden and showSizeChanger method is invalid. #41906 @Yuiai01
  •  Fix the invalid modification of colorText and fontSize of Popconfirm component. #43212 @MadCcc
  •  Fix the problem that deleting files after Upload configures maxCount will not trigger onChange#43193
  • Fix Button disabled style error when it has link or href attribute. #43091 @BoyYangzai
  • TypeScript
    •  Optimize Breadcrumb params type and support generics. #43211
    •  Optimize Breadcrumb params type and support generics. #43257 @thinkasany
    •  Remove redundant number type from Button loading#43256 @thinkasany
    •  Transparently pass Cascader optionType generic. #43231 @ZWkang

  • Form
    • 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#43290
    •  修复 Form.List 的 name 为 0 时误报 name 为空的警告信息的问题。#43199 @Yuiai01
  • 修复 Badge color 属性不生效的问题。#43304
  • 修复 Select 组件的消除图标在 FormItem 设置 hasFeedback 时的位置问题。#43302 @tinyfind
  • 修复 Transfer 分页下拉按钮被隐藏以及 showSizeChanger 方法无效。#41906 @Yuiai01
  •  修复 Popconfirm 组件 colorText 和 fontSize 修改无效的问题。#43212 @MadCcc
  • 修复 Upload 配置 maxCount 后删除文件不会触发 onChange 的问题。#43193
  • 修复 Button 在有 link 或 href 属性时禁用样式错误。#43091 @BoyYangzai
  • TypeScript