Skip to content

Commit

Permalink
release 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Jun 26, 2021
1 parent e218afd commit e1ac8ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

---

## 1.7.6

`2021-06-26`

- 🐞 Fix the problem that the height of the table is misplaced and the expansion does not take effect when the alias is not set [#4223](https://github.com/vueComponent/ant-design-vue/issues/4223)

## 1.7.5

`2021-05-09`
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

---

## 1.7.6

`2021-06-26`

- 🐞 修复不设置 alias 时,table 高度错位,展开不生效问题 [#4223](https://github.com/vueComponent/ant-design-vue/issues/4223)

## 1.7.5

`2021-05-09`
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": "ant-design-vue",
"version": "1.7.5",
"version": "1.7.6",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
Expand Down

0 comments on commit e1ac8ce

Please sign in to comment.