Skip to content

v5.11.0

Compare
Choose a tag to compare
@awmleer awmleer released this 28 Apr 07:44
· 1060 commits to master since this release
  • 特性
    • Form 增加了 useWatch Hook,可以更方便的订阅指定字段的变更 #5074
    • Form 增加了 disabled 属性,可以整体禁用全部表单字段 #5129
    • Button 增加了 loadingIcon 属性 #5106
    • Button 的 loading 属性新增了 'auto' 模式 #5114 #5115
    • Input 和 SearchBar 增加了 onlyShowClearWhenFocus 属性,可以配置清除按钮是否一直显示,同时,SearchBar 的清除按钮调整为了“有内容时一直显示” f1e1eb0
    • Calendar 增加了 minmax 属性 8dbab9a
  • 优化
    • IndexBar.Panel 增加了 children 属性的定义 #5109
    • 水平模式的 Form.Item 中,左侧 label 内容宽度略微调大了一些 4215daa
  • 修复
    • 修复了 Input 处于禁用状态时,在 iOS 下颜色偏浅的问题 e40bc36
    • 修复了 DatePicker 的 closeOnMaskClick 属性未生效的问题 7a26836