diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e45fa1581ca8544c87953f3313e49f3a578f1d..a3e127b32882ce7b45958ca5b574db23cca7e025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - 修复 FormItem 的子元素为 `null` 时报错的问题。 - 修复 Table 组件的选择功能和展开功能配合使用的问题。[#1102](https://github.com/ant-design/ant-design/issues/1102) - 增加了一个搜索框和提示功能结合的 [例子](http://ant.design/components/select/#demo-search-box)。 +- 允许可编辑的 Tabs 删除最后一个页签。[#1071](https://github.com/ant-design/ant-design/issues/1071) - 修复了部分组件样式的小问题。 ## 0.12.5 diff --git a/components/table/demo/row-selection-and-operation.md b/components/table/demo/row-selection-and-operation.md index 6631b7183fbf7101aa5c34a40e45cadcbf2feea6..5f2244cd903168f643674736f6370b9439b3e855 100644 --- a/components/table/demo/row-selection-and-operation.md +++ b/components/table/demo/row-selection-and-operation.md @@ -4,8 +4,6 @@ 选择后进行操作,完成后清空选择,通过 `rowSelection.selectedRowKeys` 来控制选中项。 -此版本换页后将会清空选中。 - --- ````jsx