Skip to content

antd 2.8.0

2017-03-06

  • Tabs
    • Added tabBarStyle to allow customize style of tab bar. #4966
    • Added TabPane[closable] to allow config whether to show delete icon or not. #4807 @lixiaoyang1992
  • Anchor
    • Added showInkInFixed to allow config whether to show circle icon or not when anchor is fixed. #4960
    • Fix issue resulting in Anchor throw errors when children is not AnchorLink. #5129
  • Table
    • Added invert selection feature. demo #4962
    • spin now spport Spin props. #4824 @lixiaoyang1992
    • Fix issue resulting header's bottom border doesn't show when size is small. #5182
  • Mention added custom trigger character support. demo
    • Mention animation
  • Rate
    • Support custom character. demo
    • Added new className prop.
  • Layout
    • Added a new Header Sider demo. demo
    • Added a new Fixed Header demo. demo
    • Added Sider[breakpoint] to allow config responsive breakpoint. #4931
  • Form
    • Added layout to replace the original horizontalverticalinline. #5056
    • Added responsive support. #5055
  • Calendar
    • Added dateFullCellRender and monthFullCellRender to allow override the content of cell. #5138 @wonyun
    • Added onSelect for date selection. demo
  • AutoComplete
    • Fix alignment issue in Form.Item. #5139
    • Adde a newd Uncertain Category demo. demo
  • Col added xl to support 1600px breakpoint. #4796 @hjin-me
  • Upload added locale to support i18n. #4697
  • Transfer added onScroll to support load data dynamically. #4188
  • message and notification add getContainer to allow config the render container. #5019
  • Badge added showZero to allow config whether to show 0 or not. #4251
  • InputNumber
    • Added formatter to allow format the value to present.
    • Added ctrl and shift key support. detail
  • Added some new icons. #5107
  • New locale support:
  • Improve Spin display position. #4722
  • Fix Checkbox comatible issue with browser-sync. #2744
  • Fix Steps width issue when resize window. #5083
  • Fix Upload.Dragger unmount error. #5162
  • Fix Button shifting during click in IE issue.
  • FIx Input prefix and suffix vertical alignment.

  • Tabs
    • 新增 tabBarStyle 用于自定义 tabBar 的样式。#4966
    • 新增 TabPane[closable] 用于设置是否显示删除按钮。#4807 @lixiaoyang1992
  • Anchor
    • 新增 showInkInFixed 用于设置在 fixed 状态下是否圆形图标。#4960
    • 修复 children 不是 AnchorLink 时会报错的问题。#5129
  • Table
    • 新增反选功能并允许自定义全选选项。#4962
    • spin 属性支持所有 Spin 的属性。#4824 @lixiaoyang1992
    • 修正 sizesmall 的时候表头没有底边框的问题。#5182
  • Mention 新增自定义触发字符的支持。demo
    • Mention animation
  • Rate
    • 支持自定义字符。demo
    • 新增 className 属性。
  • Layout
    • 新增 顶部-侧边布局-通栏 的例子。demo
    • 新增 固定头部 的例子。demo
    • Sider 新增 breakpoint 用于设置响应式展示。#4931
  • Form
    • 新增 layout 属性用于取代原有的 horizontalverticalinline#5056
    • 支持响应式布局变化。#5055
  • Calendar
    • 新增 dateFullCellRendermonthFullCellRender 用于覆盖单元格的内容。#5138 @wonyun
    • 新增 onSelect 用于日期选择功能。demo
  • AutoComplete
    • 修复在 Form.Item 里不对齐的问题。#5139
    • 新增 查询模式 - 确定类目 的例子。demo
  • Col 新增 xl 属性,支持 1600px 的响应布局断点。#4796 @hjin-me
  • Upload 新增 locale 支持国际化文案定义。#4697
  • Transfer 新增 onScroll 支持动态加载数据。#4188
  • message 和 notification 新增 getContainer 参数支持自定义消息渲染的容器。#5019
  • Badge 新增 showZero 支持设置是否显示 0#4251
  • InputNumber
    • 新增 formatter 用于格式化展示的值。
    • 新增组合键的支持。详细
  • 新增大量图标。#5107
  • 新增语言支持:
  • 优化 Spin 显示位置。#4722
  • 优化 Checkbox 以兼容 browser-sync#2744
  • 修复 Steps 在窗口变化时的宽度问题。#5083
  • 修复 Upload.Dragger unmount 时会报错的问题。#5162
  • 修复 Button 里的文字在 IE 下点击时会移动的问题。
  • 修复 Input 的前缀跟后缀的垂直居中对齐问题。