|
|
@ -17,6 +17,41 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 2.9.0 |
|
|
|
|
|
|
|
`2017-04-01` :ghost: |
|
|
|
|
|
|
|
- 现在默认字体将数字设为等宽字体,方便进行纵向比较。[b526083](https://github.com/ant-design/ant-design/commit/b526083fa6a619113a3d26c4f4f092a8648f3bd4) |
|
|
|
- Select |
|
|
|
- 新增 mode 参数,废弃 Select 的 `tags|combobox|multiple` 属性,使用 `mode={tags|combobox|multiple}` 来代替。 |
|
|
|
- `tags|multiple` 模式现在支持配置 `allowClear` 清除按钮。[#4843](https://github.com/ant-design/ant-design/issues/4843) |
|
|
|
- Progress 新增 `dashboard` 仪表盘类型。[#5225](https://github.com/ant-design/ant-design/issues/5225) [@qiaolb](https://github.com/qiaolb) |
|
|
|
- Tree 新增 `showLine` 属性,支持纵向连接线展示。[#3854](https://github.com/ant-design/ant-design/issues/3854) |
|
|
|
- TimePicker 支持 12 小时制:`use12Hours`。[#4063](https://github.com/ant-design/ant-design/issues/4063) |
|
|
|
- Table 支持 `column.filterIcon`,支持使用自定义筛选菜单时自定义图标。[#5293](https://github.com/ant-design/ant-design/pull/5293) |
|
|
|
- Spin 新增 `wrapperClassName`,方便给包裹形态的加载条增加类名。[#5425](https://github.com/ant-design/ant-design/pull/5425) [@aaronplanell](https://github.com/aaronplanell) |
|
|
|
- Tabs 新增点击左右切换箭头的回调 `onPrevClick` `onNextClick`。[#4395](https://github.com/ant-design/ant-design/issues/4395) |
|
|
|
- InputNumber 新增 `parser` 属性,用于有时指定了 `formatter` 时需要解析出数字。 |
|
|
|
- 国际化 |
|
|
|
- 新增日语。[#5529](https://github.com/ant-design/ant-design/pull/5529) [@novi](https://github.com/novi) |
|
|
|
- 新增斯洛伐克语。[#5304](https://github.com/ant-design/ant-design/pull/5304) [@Kamahl19](https://github.com/Kamahl19) |
|
|
|
- 新增爱沙尼亚语。[#5266](https://github.com/ant-design/ant-design/pull/5266) [@madisvain](https://github.com/madisvain) |
|
|
|
- 新增土耳其语。[#5536](https://github.com/ant-design/ant-design/pull/5536) [@c0b41](https://github.com/c0b41) |
|
|
|
- TypeScript |
|
|
|
- 参照 react-slick 补充 Carousel 的定义。 |
|
|
|
- 修复 Form 的部分定义。 |
|
|
|
- 修正 `getPopupContainer` 定义。 |
|
|
|
- 允许分开禁用 Tabs 的高亮条和面板的切换动画。[#5089](https://github.com/ant-design/ant-design/issues/5089) [@xieguanglei](https://github.com/xieguanglei) |
|
|
|
- Button 的 `loading` 属性支持 `{ delay: 1000 }` 的形式,默认不再延迟切换状态 。[#5365](https://github.com/ant-design/ant-design/issues/5365) |
|
|
|
- 增加 Card 头部的 less 变量。[#5354](https://github.com/ant-design/ant-design/pull/5354) [@kossel](https://github.com/kossel) |
|
|
|
- 修复 Breadcrumb 没有设置 `breadcrumbName` 时分隔符多余的问题。 |
|
|
|
- 修复 Dropdown.Button 的 `Unknown prop placement` 警告信息。[#5594](https://github.com/ant-design/ant-design/issues/5594) |
|
|
|
- 修复 RangePicker 和 InputNumber 的占位文字颜色。 |
|
|
|
- 修复 Cascasder 搜索模式下无法使用退格键的问题。[#5340](https://github.com/ant-design/ant-design/issues/5340) |
|
|
|
- 修复 LocaleProvider 有时对 `Modal.confirm` 失效的问题。[#5493](https://github.com/ant-design/ant-design/issues/5493) [@hargasinski](https://github.com/hargasinski) |
|
|
|
- 修复 BackTop 设置了 `target` 时滚动动效消失的问题。[#5564](https://github.com/ant-design/ant-design/issues/5564) |
|
|
|
- 优化 Pagination 的样式实现。[#5557](https://github.com/ant-design/ant-design/issues/5557) |
|
|
|
|
|
|
|
## 2.8.3 |
|
|
|
|
|
|
|
`2017-03-27` |
|
|
@ -40,7 +75,7 @@ timeline: true |
|
|
|
- 修复 Popover 内使用 Table 时会意外关闭的问题。[#5407](https://github.com/ant-design/ant-design/issues/5407) |
|
|
|
- 去掉 Radio 只能作为 Radio.Group 的直接后代的限制。[#5443](https://github.com/ant-design/ant-design/issues/5443) |
|
|
|
- 修复 Switch 在 Form.Item 内使用时的 warning。[#5368](https://github.com/ant-design/ant-design/issues/5368) |
|
|
|
- 修复 Table 无法使用默认全选功能的问题。[#5246](https://github.com/ant-design/ant-design/issues/5246) [@infeng](https://github.com/infeng) |
|
|
|
- Table 的选择全部菜单现在默认隐藏,`selections` 设置为 true 时展现。[#5246](https://github.com/ant-design/ant-design/issues/5246) |
|
|
|
- 新增 `@info-color` 主题变量。[#5442](https://github.com/ant-design/ant-design/issues/5442) |
|
|
|
- 现在可以通过 `NODE_ENV=test` 来禁用测试时 antd 全量加载的 warning。[#5345](https://github.com/ant-design/ant-design/issues/5345) |
|
|
|
- 升级 moment 到 `2.18.0`。 |
|
|
|