Skip to content

antd 3.13.0

  • 🎉 New component Statistic. #14154
  • Button
    • 🌟 Button support round shape. #14236
  • Collapse
    • 🌟 Add expandIcon to allow customization of Collapse icon. #14060
  • ConfigProvider
    • 🌟 Support Content Security Policy (CSP) config. #14222
    • 🌟 Support autoInsertSpaceInButton to remove space between 2 chinese characters on Button. #14230
  • DatePicker
    • 🌟 Will read format as default format in locale if provided. #14340
  • Tabs
    • 🌟 Support customize bar node. #14368
  • Icon
    • 🌟 Icon component add aria-label prop to enhance accessibility. #14258
    • 🌟 Add rotate to allow icon rotate as specified degrees. #14060
  • Badge
    • 🐞 Fix changing the count with border-color will raises an property readonly error. #14525
  • Modal
    • 🌟 Add mask property support for Modal method. #14197
    • 🌟 Add transitionName and maskTransitionName property support for Modal method. #14273 @thomasJang
  • Input
    • 🐞 Fix Input.Search style issue. Move className from inner input to top wrapper when with addon. #14461
  • TimePicker
    • 🌟 Deprecated allowEmpty prop and use allowClear instead. Sync style with DatePicker. #14490
  • Radio
    • 🐞 Fix RadioButton trigger onChange twice in RadioGroup. #14523
  • Spin
    • 🐞 Fix Table cannot click with loading when IE <= 10. #14511
  • Switch
    • 🌟 Switch support event as onChange, onClick argument. #14560
  • Table
    • 🐞 Fix style issue when use fixed column in Safari. #14550
  • Progress
    • 🌟 All types support successPercent prop. #14412
  • Pagination
  • 🐞 Fix wave style issue in Edge. #14469

  • 🎉 新增 Statistic 统计/倒计时组件#14154
  • Button
    • 🌟 Button 添加圆边形状。#14236
  • Collapse
    • 🌟 新增 expandIcon 属性,允许用户自定义 Collapse 折叠图标。#14060
  • ConfigProvider
    • 🌟 支持 Content Security Policy (CSP) 配置。#14222
    • 🌟 提供 autoInsertSpaceInButton 属性以移除按钮中 2 个汉字时字间的空格。#14230
  • DatePicker
    • 🌟 将会读取本地化格式配置作为默认日期格式。#14340
  • Tabs
    • 🌟 支持自定义标签节点。#14368
  • Icon
    • 🌟 Icon 组件添加 aria-label 属性以提升无障碍体验。#14258
    • 🌟 新增 rotate 属性,允许用户修改图标旋转角度。#14060
  • Badge
    • 🐞 修复带 border-color 时改变数值报错的问题。#14525
  • Modal
    • 🌟 Modal 函数组件新增 mask 属性支持。#14197
    • 🌟 Modal 函数组件新增 transitionNamemaskTransitionName 属性支持。#14273 @thomasJang
  • Input
    • 🐞 修复 Input.Search 样式问题。在 addon 下,将 className 从 input 改到最顶层元素上。#14461
  • TimePicker
    • 🌟 废弃 allowEmpty 属性,改用 allowClear 替代。并与 DatePicker 统一样式。#14490
  • Radio
    • 🐞 修复 RadioButton 在 RadioGroup 下会触发 2 次 onChange 的问题。#14523
  • Spin
    • 🐞 修复 Table 在低版本 IE 中 spinning 会遮挡操作的问题。#14511
  • Switch
    • 🌟 Switch 为 onChangeonClick 添加 event 参数。#14560
  • Table
    • 🐞 修复 Safari 中固定列样式问题。#14550
  • Progress
    • 🌟 所有类型都支持 successPercent 属性。#14412
  • Pagination
  • 🐞 修复水波纹在 Edge 下的样式问题。#14469