Skip to content

Commit 48181af

Browse files
committed
release 1.7.4
1 parent e427ca1 commit 48181af

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ package-lock.json
7272
list.txt
7373

7474
site/dev.js
75+
v2-doc/

CHANGELOG.en-US.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 1.7.4
14+
15+
`2021-02-28`
16+
17+
- 🌟 Optimize the performance of `Table` [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
18+
1319
## 1.7.3
1420

1521
`2021-02-16`

CHANGELOG.zh-CN.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
---
1212

13+
## 1.7.4
14+
15+
`2021-02-28`
16+
17+
- 🌟 优化 `Table` 性能 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
1318
## 1.7.3
1419

1520
`2021-02-16`

antdv-demo

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

v2-doc

-1
This file was deleted.

0 commit comments

Comments
 (0)