antd 2.1.0
2016-10-16
- Supports spinning Icon.
- Tabs's switch animation could be disabled now. #3324
- Add Spanish localization for LocaleProvider. @Danjavia
- Update Russian localization for LocaleProvider. @plandem
- Add
onSelectevent for AutoComplete. - Improve style of Modal.
- Improve animation of Tooltip.
- Improve style of Transfer's buttons.
- Improve style of Tree.
- Fix some less variables.
- Fix errors while import the whole antd in SSR.
- Fix errors while render Affix and BackTop on server. #3283 #3343
- Fix conflicts between Cascader search mode and browser's autocomplete behaviour. #3350
- Fix bug that
h3cannot be the value of Card[title]. #3388 - DatePicker
- Fix overflow issue for Form.Item label.
- Fix that Icon should not show border in Safari.
- Fix infinite loop while inc/dec InputNubmer with keyboard. #3239
- Fix the style of the arrow of Popover.
- Fix bug Popover and Popconfirm
arrowPointAtCenterdoesn't work. - Select
- Fix style conflicts while use
border&title&footerof Table at the same time. #3301 - Fix that the height of TabPane doesn't follow height of content. #3377
- Fix bug Transfer[titles] is not under the control of LocaleProvider. #3264
- Upload
- Fix bug that moment locales is not found while built. #3204 #3411
- Icon 现在支持旋转动画。
- Tabs 现在可以禁用切换动画。
- 新增西班牙语的 localization 支持。@Danjavia
- 更新俄语的 localization 文案。@plandem
- 新增 AutoComplete[onSelect] 回调。
- 优化 Modal 样式细节。
- 优化 Tooltip 动画。
- 优化 Transfer 按钮的样式。
- 优化 Tree 的样式细节。
- 整理和修复了部分 less 变量。
- 修复服务端渲染时全量引入 antd 报错的问题。
- 修复 Affix 与 BackTop 的服务端渲染问题。#3283 #3343
- 修复 Card[title] 内无法使用
h3之类的标签的问题。#3388 - 修复 Cascader 搜索模式与浏览器自动完成有冲突的问题。#3350
- DatePicker
- 修复 Form.Item 标签文案过长溢出的问题。
- 修复 Icon 在 Safari 下会出现边框的问题。
- 修复 InputNubmer 键盘事件死循环问题。#3239
- 修复 Popover 箭头样式问题。
- 修复 Popover 和 Popconfirm 的
arrowPointAtCenter无效的问题。 - Select
- 修复 Table 边框线与页头页脚冲突的问题。#3301
- 修复 TabPane 高度不随内容变化的问题。#3377
- 修复 Transfer[titles] 不受 LocaleProvider 控制的问题。
- Upload
- 修复项目构建时 moment locales 找不到的问题。#3204 #3411