antd 2.7.2
2017-02-17
- Fix that
antd.versiondoesn'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
- Fix click animation of
- Menu
- Table
- Fix that Radio should support number
0as children. #4874 @HQidea - Fix that RangePicker should work with
style.widthwhich 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].
- 修复
antd.version无法正常使用的问题。 #4844 - 修复 dist 文件没有 locales 的问题。 #4910
- 修复 Cascader 搜索模式下可以选择已禁用选项的问题。 #4699
- Button
- 修复
Button[type=danger]的点击动画。 - 修复设置
loading时的样式问题。 #4875
- 修复
- Menu
- Table
- 修复 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]的动画。