Skip to content

antd 2.7.2

2017-02-17

  • Fix that antd.version doesn't work as expected. #4844
  • Fix that dist files don't include locales. #4910
  • Fix that disabled option is selectable in search mode of Cascader. #4699
  • Button
    • Fix click animation of Button[type=danger].
    • Fix broken style with loading. #4875
  • Menu
    • Fix that openKeys should be controlled property in vertical mode. #4876
    • Fix selected animation of Menu.Item.
    • Fix broken style of Menu.SubMenu. #4906
  • Table
    • Fix broken style of table which use small size and fixed header. #4850
    • Fix placeholder style. #4851
    • Simplify DOM structure. #4868
  • Fix that Radio should support number 0 as children. #4874 @HQidea
  • Fix that RangePicker should work with style.width which is small than 300. #4920
  • Fix CSS compile error caused by Spin. #4915
  • Fix that Tooltip should work with disabled button in Chrome. #4865
  • Fix UX of Tree while dragging. #4858
  • Fix failed style of Upload. #4810
  • Fix that Menu[vertical]'s SubMenu cannot popup in Layout.Sider. #4890
  • Improve animation of Button and Badge[status=processing].

Badge animation Button animation


  • 修复 antd.version 无法正常使用的问题。 #4844
  • 修复 dist 文件没有 locales 的问题。 #4910
  • 修复 Cascader 搜索模式下可以选择已禁用选项的问题。 #4699
  • Button
    • 修复 Button[type=danger] 的点击动画。
    • 修复设置 loading 时的样式问题。 #4875
  • Menu
    • 修复 vertical 模式下 openKeys 为受控属性。 #4876
    • 修复 Menu.Item 选中时的动画问题。
    • 修复 Menu.SubMenu 的样式问题。 #4906
  • Table
    • 修复在混合使用固定表头和小尺寸时的样式问题。 #4850
    • 修复无数据时的占位符样式问题。 #4851
    • 精简了 DOM 结构。 #4868
  • 修复 Radio 组件 children 无法为数字 0 的问题。 #4874 @HQidea
  • 修复 RangePicker style.width 无法小于 300 的问题。 #4920
  • 修复 Spin 样式在打包时会导致编译错误的问题。 #4915
  • 修复 Chrome 下 Tooltip 无法在 disabled 的按钮上使用的问题。 #4865
  • 修复 Tree 节点在拖动时会导致整棵树抖动的问题。 #4858
  • 修复 Upload 上传失败的样式问题。 #4810
  • 修复 Menu[vertical] 和 Layout.Sider 配合使用时二级菜单无法弹出的问题。 #4890
  • 优化 Button、Badge[status=processing] 的动画。

Badge animation Button animation