Skip to content

Commit

Permalink
bump 1.11.6, close: ant-design#4580
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Jan 12, 2017
1 parent 640522c commit 4178b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/table/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ export default class Table extends React.Component {

const classString = classNames({
[`${prefixCls}-${this.props.size}`]: true,
'${prefixCls}-bordered': this.props.bordered,
'${prefixCls}-empty': !data.length,
[`${prefixCls}-bordered`]: this.props.bordered,
[`${prefixCls}-empty`]: !data.length,
[`${prefixCls}-without-column-header`]: !showHeader,
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "1.11.5",
"version": "1.11.6",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
Expand Down

0 comments on commit 4178b0a

Please sign in to comment.