Skip to content

antd 3.2.0

2018-02-04

  • 🌟 Add new tabBarGutter prop to Tab to allow setting gutter between tabs. #8644 @lixiaoyang1992
  • 🌟 Add new hasSider prop to Layout to avoid render error when server rendering. #8937
  • 🌟 Add new successPercent to Progess to alow showing two phases. Demo
  • 🌟 Add new iconType prop to Alert to allow settting type of icon. #8811 @minwe
  • 🌟 Add id prop to DatePicker. #8598 @mgrdevport
  • 🌟 Add new forceRender prop to Collapse to allow rendering hide panel. #9192 #Pyroboomka @paulcmason
  • RangePicker
    • 🌟 Improve ranges prop to allow passing function to it. #8281
    • 🐞 Fix issue resulting in can not input start date manually. #6999
    • 🐞 Fix issue resulting date panel being closed without animation when click on the preset range. #6364
    • 🐞 Fix issue resulting onOk is not being trigged, when click on the preset range. #7747
  • Select
    • 🌟 Improve onChangeonDeselect, they will receive selected Option as second paramteter.
    • 🐞 Fix issue resulting in onSelect is not trigged when using automatic tokenization. #9094
    • 🐞 Fix the missing scrollbar in Chrome.
  • 🌟 Improve Table's rowSelection[getCheckboxProps] prop, now the all the properties returned by getCheckboxProps will be passed to checkbox. #9054 @mgrdevport
  • 🐞 Fix issue resulting in Calendar's mode not being allowed to be changed from outside. #9243 @mgrdevport
  • 🐞 Fix issue resulting AutoComplete showing wrong border when showing validattion message.9f2b490
  • 🐞 Fix issue resulting in DatePicker showing wrong time in the control mode. #8885
  • 🐞 Fix issue resulting in TextArea showing wrong height in Edge. #9108 @cuyl
  • 🐞 Fix issue resulting in Tabs showing wrong tab style when using type="card" combine with tabPosition="bottom". #9165 @ryanhoho
  • 🌟 Add new Kurdish locale.

  • 🌟 Tab 新增 tabBarGutter 属性,用于设置 tabs 之间的间隙。#8644 @lixiaoyang1992
  • 🌟 Layout 新增 hasSider 属性,用于避免服务端渲染时显示问题。#8937
  • 🌟 Progress 新增 successPercent 属性,用于显示分段进度条。例子
  • 🌟 Alert 新增 iconType 属性,用于显示自定义图标。#8811 @minwe
  • 🌟 DatePicker 新增 id 属性。#8598 @mgrdevport
  • 🌟 Collapse 新增 forceRender 属性,用于渲染隐藏的内容。#9192 #Pyroboomka @paulcmason
  • RangePicker
    • 🌟 改进 ranges 属性,使其支持方法。#8281
    • 🐞 修复无法手动输入开始时间的问题。#6999
    • 🐞 修复点击预设范围关闭日期面板的时候没有动画的问题。#6364
    • 🐞 修复点击预设范围时不触发 onOk 的问题。#7747
  • Select
    • 🌟 改进了 onChangeonDeselect 方法,现在他们会接受选中的 Option 作为第二个参数。
    • 🐞 修复自动分词不触发 onSelect 的问题。#9094
    • 🐞 修复 Chrome 上下拉框没有滚动条的问题。
  • 🌟 改进 Table 的 rowSelection[getCheckboxProps] 属性,现在可以传任意属性给 chekbox 了。#9054 @mgrdevport
  • 🐞 修复 Calendar 的 mode 属性不能从外部控制的问题。#9243 @mgrdevport
  • 🐞 修复 AutoComplete 在 Form 中显示错误信息时的边框颜色。9f2b490
  • 🐞 修复 DatePicker 在受控模式下时间显示不正确的问题。#8885
  • 🐞 修复 TextArea 在 Edge 下高度计算错误的问题。#9108 @cuyl
  • 🐞 修复 Tabs 在 card 模式且 tabPosition 是 bottom 时的样式问题。#9165 @ryanhoho
  • 🌟 新增库尔德语。