antd 2.2.0
2016-10-28
- Supports TypeScript@2.0. @AlbertZheng #3358
- Not rely on specific version of React now. #3627
- Alert supports
classNamestyle. - DatePicker & MonthPicker & RangePicker allow developers to set whether to show the clear button. #3618
- Form.Item can generate
validateStatus&helpfor nested form control automatically. #3212 - RangePicker can set some hours or minutes or seconds to be not selectable. #
- Switch
- The width of Switch will resize automatically, according to
checkedChildren/unCheckedChildren. #3380 - Improve the switch animation.
- The width of Switch will resize automatically, according to
- Upload can customized request now. @edgji
- Icon
- New icons
bulbselectlike-odislike-o. - Adjust existing icons
loadinglikedislike.
- New icons
- Improve the TypeScript definition of Card & DatePicker & Icon & Table. @infeng 3468 #3603 #3531
- Fix Cascader
defaultValueshould work. #3470 - Fix the alignment of Button & Input & DatePicker & Select. #3481
- DatePicker
- Fix wrong timing of triggering
onChangewhileDatePicker[showTime]is set. #3523
- Fix wrong timing of triggering
- Fix
Dropdown.Button[disabled]doesn't works for behaviour. #3535 - Menu
- Fix loading status animation for message.#3536
- Form
- Should not limit the min width of Popover while
Popover[title]is not set. - Table
- Tabs
- Height of header of
Tabs[type="card|editable-card"]should follow design. - Fix height of TabPane should follow height of its content. #3304
- Height of header of
- Fix style of
TreeSelect[showSearch]. #3520
- 支持 TypeScript@2.0。@AlbertZheng #3358
- 不再强依赖于 React 特定版本。#3627
- Alert 支持
classNamestyle属性。 - DatePicker MonthPicker RangePicker 现在允许设置是否显示清除按钮。#3618
- Form.Item 现在可以感知深层嵌套的表单域,以自动为其生成错误信息和状态。#3212
- RangePicker 现在可以设置不可选的时间。#
- Switch
- 宽度现在会随着
checkedChildren/unCheckedChildren自动调整。#3380 - 优化切换动画。
- 宽度现在会随着
- Upload 现在可以 自定义上传方式。@edgji
- Icon
- 新增
bulbselectlike-odislike-o。 - 调整
loadinglikedislike。
- 新增
- 优化 Card DatePicker Icon Table 的 TypeScript 定义。@infeng 3468 #3603 #3531
- 修复 Cascader
defaultValue失效的问题。#3470 - 修复在一行内同时使用 Button Input DatePicker Select 时对齐的问题。#3481
- DatePicker
- 修复设置
DatePicker[showTime]后onChange事件触发时机问题。#3523
- 修复设置
- 修复 Dropdown.Button disabled 后仍然响应操作的问题。#3535
- Menu
- 修复 message 加载状态无动画的问题。#3536
- Form
- 当
Popover[title]没有设置时,不再限制 Popover 的最小宽度。 - Table
- Tabs
- 修复卡片叶签头部高度与设计稿不一致的问题。
- 修复 TabPane 的高度会被同级 TabPane 撑高的问题。#3304
- 修复
TreeSelect[showSearch]样式问题。#3520