Skip to content

antd 2.5.1

  • Improve website experience on mobile devices.
  • Add some migrate warnings for 1.x to 2.x.
  • ToolTip, Popover, Popconfirm support to wrap text node and multiple node directly now. #3924
  • Anchor
    • Fix current position bug when scroll fastly. #4053
    • Fix a bug of parent component ref node is undefined. #4037
  • Table
    • Fix a selection problem when setting defaultChecked in rowSelection. #4020
    • Fix grouping column title cannot work with filters. #4099
  • Fix a misplace bug when using Popover over Input[type="textarea"]. #4092
  • Fix Popconfirm visible is not-working problem. #4068
  • Fix TimePicker can not override width by style.width.
  • Unify Steps icon size. #3817
  • Fix style details of Form, Button, Slider, Table.

  • 提升网站首页在移动端访问的体验。
  • 补充从 1.x 升级到 2.x 时的组件改动警告提示。#4028
  • 现在 ToolTip、Popover、Popconfirm 支持直接包裹文本节点和多个节点。#3924
  • Anchor
    • 修复快速滚动时的定位问题。#4053
    • 修复 target 指定父元素 ref 时无效的问题。#4037
  • Table
    • 修复设置 defaultChecked 时的一个选中问题。#4020
    • 修复分组表头中筛选功能无法使用的问题。#4099
  • 修复在 Input[type="textarea"] 上使用 Popover 定位错误问题。#4092
  • 修复 Popconfirm 的 visible 属性失效的问题。#4068
  • 修复 TimePicker 无法设置 style.width 的问题。
  • 修复 Steps 自定义图标和默认图标大小不一致的问题。#3817
  • 修复 Form、Button、Slider、Table 等组件的一些样式细节