|
|
@ -13,22 +13,14 @@ timeline: true |
|
|
|
|
|
|
|
`2016-08-08` |
|
|
|
|
|
|
|
- Tabs |
|
|
|
- 修复可关闭 Tabs 组件只有一个 Tab 的时候报错的问题。[#2559](https://github.com/ant-design/ant-design/issues/2559) |
|
|
|
- Datepicker |
|
|
|
- 修复 IE8 下关闭图标。[#2584](https://github.com/ant-design/ant-design/issues/2584) |
|
|
|
- Tags |
|
|
|
- 支持自定义标签颜色。[#2585](https://github.com/ant-design/ant-design/issues/2585) |
|
|
|
- TreeSelect |
|
|
|
- 修复未找到内容时的样式。[9cee9f](https://github.com/ant-design/ant-design/commit/9cee9f103a4729572358206c81cba84e2fdc20f5) |
|
|
|
- Modal |
|
|
|
- 适配小屏幕。[#2597](https://github.com/ant-design/ant-design/issues/2597) |
|
|
|
- Layout |
|
|
|
- 修复了 Row 组件在同一行闭合会报错的问题。[#2603](https://github.com/ant-design/ant-design/issues/2603) |
|
|
|
- Table |
|
|
|
- `rowSelection.onChange` 的参数 `selectedRows` 现在和 `selectedRowKeys` 保持一致。[#2566](https://github.com/ant-design/ant-design/issues/2603) |
|
|
|
- Checkbox |
|
|
|
- 支持了 `onClick` 事件。 |
|
|
|
- 修复可关闭 Tabs 组件只有一个 Tab 的时候报错的问题。[#2559](https://github.com/ant-design/ant-design/issues/2559) |
|
|
|
-修复 Datepicker 在 IE8 下关闭图标。[#2584](https://github.com/ant-design/ant-design/issues/2584) |
|
|
|
- Tags 支持自定义标签颜色。[#2585](https://github.com/ant-design/ant-design/issues/2585) |
|
|
|
- TreeSelect 修复未找到内容时的样式。[9cee9f](https://github.com/ant-design/ant-design/commit/9cee9f103a4729572358206c81cba84e2fdc20f5) |
|
|
|
- Modal 适配小屏幕。[#2597](https://github.com/ant-design/ant-design/issues/2597) |
|
|
|
- 修复了 Row 组件在同一行闭合会报错的问题。[#2603](https://github.com/ant-design/ant-design/issues/2603) |
|
|
|
- Table 的 `rowSelection.onChange` 的参数 `selectedRows` 现在和 `selectedRowKeys` 保持一致。[#2566](https://github.com/ant-design/ant-design/issues/2603) |
|
|
|
- Checkbox 和 Radio 现在支持 `onClick` 属性。 |
|
|
|
|
|
|
|
## 1.7.0 |
|
|
|
|
|
|
|