Skip to content

antd 2.4.0

  • 调整了组件的导航结构。
  • 新增 Anchor 锚点组件。
  • 整理了样式变量,修复 @font-size-base@text-color 在部分组件无效的问题,新增 @font-size-lg @text-color-secondary,并移除了部分无用的变量。
  • Transfer 组件新增了受控属性 selectedKeys#3729
  • Tag 新增选中状态。
  • 修复 Dropdown.Button 不支持 visibleonVisibleChange 的问题。#3779
  • 修复 DatePicker[showTime]``的此刻` 按钮。#3748
  • 修复 Steps 竖直方向的样式。#3760
  • 修复 Spin 组件在 IE10+ 的样式问题。#3755
  • 修复 Mention 组件的 focus 逻辑. #3801
  • 修复 Progress 组件的动画问题。#3784
  • 修复 Select 搜索时的丢失焦点问题。#3778
  • 修复 TimePicker 不支持 format="HH" 等格式的问题。#3793
  • 修复 Inputsuffix 部分区域中鼠标事件无法响应的问题。#3714
  • 优化了 Table 选择的性能。#3757
  • 优化 Carousel 的默认样式。
  • 优化 CheckboxRadio 的样式。#3590
  • 修复 DatePickerFormTable 等组件的样式细节。

  • Adjust components structure.
  • New Anchor Component.
  • Fix less variables @font-size-base and @text-color, add @font-size-lg @text-color-secondary.
  • Add new props selectedKeys for Transfer component [#3729]. (https://github.com/ant-design/ant-design/issues/3729)
  • Add Tag selected status.
  • Fix Dropdown.Button not support visible and onVisibleChange. #3779
  • Fix Now button of DatePicker[showTime]. #3748
  • Fix style of Steps in vertical mode. #3760
  • Fix style compatibility of Spin in IE10+.#3755
  • Fix default style of Carousel component.
  • Fix focus logic of Mention component. #3801
  • Fix animate bug of Progress component. #3784
  • Fix focus bug of Select component. #3778
  • Fix TimePicker not support format="HH" bug. #3793
  • Fix Input suffix mouse event responsive area. #3714
  • Improve perfermance of Table selection. #3757
  • Improve Carousel default UI style.
  • Improve style of Checkbox and Radio. #3590
  • Fix style of DatePickek, Form, Table.