Skip to content

antd 2.11.0

  • New component Avatar. :full_moon_with_face:
  • LocaleProvider
  • Collapse.Panel can be disabled now, which makes users cannot toggle panel with mouse/keyboard. #6119 demo
  • DatePicker and RangePicker support customized footer. #6122 #5188 demo
  • InputNumber can set precision with property precision, this means that precision need not to follow step. #5998
  • TreeSelect supports allowClear in multiple mode.
  • Improve keyboard support of Pagination. rc-pagination#83 @geramirez
  • Improve style of Progress. #6354
  • Improve ARIA support of Slider. #6301
  • Fix that animating elements should not be clickable. #6314
  • Fix Cannot read property '0' of undefined issue of DatePicker, TimePicker, and RangePicker. #6334
  • DatePicker
    • Fix misplaced popup. #6347
    • Fix wrong format of tooltip of date cell. #5724 @zefj
    • Fix that disabled date is selectable while using keyboard. #6345
  • Fix nested fields support of Form validateFieldsAndScroll. #5410
  • Input[addon]
    • Fix that style doesn't work. #6379
    • Fix vertical align issue. #6403
  • Fix that confirm button not clickable when the returned promise of Modal.confirm is rejected. #6183
  • Fix style of input of Pagination. #6339
  • Fix that user input of Select should not be trimed in search mode. #6382
  • Fix that timers of Spin should be removed correctly. #6383
  • Fix onClick support of Switch. #6373
  • Fix wrong TypeScript definition of Table.Column which will cause error TS2304: Cannot find name 'T'. #6313
  • Fix error TypeScript definition of Timeline.Item and Dropdown.Button. #6356
  • Fix broken style of disabled Tree and TreeSelect. #6320

  • 新增头像组件 Avatar。:full_moon_with_face:
  • LocaleProvider
  • Collapse.Panel 现在可以被禁用,禁用时无法通过用户交互改变面板打开/关闭状态。#6119 demo
  • DatePicker 与 RangePicker 现在支持在弹层中渲染自定义 footer。#6122 #5188 demo
  • InputNumber 现在可以通过 precision 单独设置精度,即精度与 step 可以不再绑定。#5998
  • TreeSelect 多选模式支持 allowClear 展示清除按钮。
  • 优化 Pagination 对键盘操作的支持。rc-pagination#83 @geramirez
  • 优化 Progress 样式。#6354
  • 优化 Slider 的可访问性支持。#6301
  • 修复正在执行动画的元素可点击的问题。#6314
  • 修复时间类组件的 Cannot read property '0' of undefined 报错问题。#6334
  • DatePicker
    • 修复弹层错位的问题。#6347
    • 修复日期单元格 tooltip 的内容格式问题。#5724 @zefj
    • 修复能通过键盘操作选择 disabled 日期的问题。#6345
  • 修复 Form validateFieldsAndScroll 不支持 nested fields 的问题。#5410
  • Input[addon]
    • 修复 style 属性失效的问题。#6379
    • 修复垂直对齐的问题。#6403
  • 修复 Modal.confirm onOk 返回的 Promise rejected 后用户无法重试的问题。#6183
  • 修复 Pagination 简单模式下输入框过小的问题。#6339
  • 修复 Select 在搜索模式下用户输入的内容被截断的问题。#6382
  • 修复 Spin 定时器没有被正确移除的问题。#6383
  • 修复 Switch 对 onClick 的支持。#6373
  • 修复 Table.Column TypeScript definition 导致 error TS2304: Cannot find name 'T' 的问题。#6313
  • 修复 Timeline.Item 和 Dropdown.Button 在 TypeScript 报 does not have any construct or call signatures 错中的问题。#6356
  • 修复 Tree、TreeSelect disabled 样式问题。#6320