release 1.7.4
parent
e427ca15bf
commit
48181af9d6
|
@ -72,3 +72,4 @@ package-lock.json
|
||||||
list.txt
|
list.txt
|
||||||
|
|
||||||
site/dev.js
|
site/dev.js
|
||||||
|
v2-doc/
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.4
|
||||||
|
|
||||||
|
`2021-02-28`
|
||||||
|
|
||||||
|
- 🌟 Optimize the performance of `Table` [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
|
||||||
|
|
||||||
## 1.7.3
|
## 1.7.3
|
||||||
|
|
||||||
`2021-02-16`
|
`2021-02-16`
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.4
|
||||||
|
|
||||||
|
`2021-02-28`
|
||||||
|
|
||||||
|
- 🌟 优化 `Table` 性能 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
|
||||||
## 1.7.3
|
## 1.7.3
|
||||||
|
|
||||||
`2021-02-16`
|
`2021-02-16`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2530a6d88fab118488565a6aa552aad17e5fcd9c
|
Subproject commit a6c886ee49a05e473452d328d3497e38e74fd100
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.7.3",
|
"version": "1.7.4",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
1
v2-doc
1
v2-doc
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0468ad3010f71ad6b267c66c4f5e28c89c19d83e
|
|
Loading…
Reference in New Issue