Skip to content

antd 2.8.3

2017-03-27

  • TypeScript
    • Fixed missing definition of AutoComplete[filterOption]. #5393 @mitchelldemler
    • Improve definition of getPopupContainer getCalendarContainer getTooltipContainer getSuggestionContainer, etc. 322e9ef
    • Improve definition of Form.create. #5420 @infeng
  • Fixed Badge should work in Maxthon. #5477
  • Fixed Button cannot work with null undefined as children. #5472 @blade254353074
  • Breadcrumb are not rely on route.breadcrumbName now. ac1c7f3
  • Fixed Form.Item[hasFeedback] will lost styles while using with Input[prefix]. #5456 @william-yz
  • Fixed Layout.Content will show scrollbar while using with Carousel. #5415
  • LocaleProvider
  • Fixed inconsistet animation of Menu Icon and text. #5495
  • Fixed Modale[footer] cannot be set to null. #5462
  • Fixed Pagination will lost styles in IE<=10 which is introduced in 2.8.2. #5484
  • Fixed Popover will be closed by mistake while using Table in it. #5407
  • Remove restriction that Radio can only be direct chidlren of Radio.Group. #5443
  • Fixed warning while using Switch in Form.Item. #5368
  • Now we defaultly hide the Table's "Select All" dropdown icon, display it when set selections to true. #5246 @infeng
  • New theme variable @info-color. #5442
  • Supporting suppress warning(You are using a whole package of antd...) with NODE_ENV=test while testing. #5345
  • Upgrade moment to 2.18.0.

  • TypeScript
    • 修复 AutoComplete[filterOption] 定义缺失的问题。#5393 @mitchelldemler
    • 修复 getPopupContainer getCalendarContainer getTooltipContainer getSuggestionContainer 等的定义问题。322e9ef
    • 优化 Form.create 的定义。#5420 @infeng
  • 修复 Badge 在 Maxthon 内的兼容性问题。#5477
  • 修复 Button 内无法使用 null undefined 的问题。#5472 @blade254353074
  • Breadcrumb 不再强依赖于 route.breadcrumbName ac1c7f3
  • 修复 Form.Item[hasFeedback]Input[prefix] 混用时的样式问题。#5456 @william-yz
  • 修复 Layout.Content 与 Carousel 一起使用时的样式问题。#5415
  • LocaleProvider
  • 修复 Menu 内 Icon 动画效果与文字不一致的问题。#5495
  • 修复 Modale[footer] 无法置空的问题。#5462
  • 修复 2.8.2 引入的 Pagination 在 IE<=10 下样式丢失的问题。#5484
  • 修复 Popover 内使用 Table 时会意外关闭的问题。#5407
  • 去掉 Radio 只能作为 Radio.Group 的直接后代的限制。#5443
  • 修复 Switch 在 Form.Item 内使用时的 warning。#5368
  • Table 的选择全部菜单现在默认隐藏,selections 设置为 true 时展现。#5246 @infeng
  • 新增 @info-color 主题变量。#5442
  • 现在可以通过 NODE_ENV=test 来禁用测试时 antd 全量加载的 warning。#5345
  • 升级 moment 到 2.18.0