parent
ac9d1b0a7f
commit
e46d537d45
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 4.2.5
|
||||||
|
|
||||||
|
- 🐞 Fix Empty component memory leak problem
|
||||||
|
- 🐞 Fix Image width & height property not working problem
|
||||||
|
|
||||||
## 4.2.4
|
## 4.2.4
|
||||||
|
|
||||||
- 🐞 Fix Wave memory leak problem
|
- 🐞 Fix Wave memory leak problem
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 4.2.5
|
||||||
|
|
||||||
|
- 🐞 修复 Empty 组件内存泄漏问题
|
||||||
|
- 🐞 修复 Image width & height 属性不生效问题
|
||||||
|
|
||||||
## 4.2.4
|
## 4.2.4
|
||||||
|
|
||||||
- 🐞 修复 Wave 内存泄漏问题
|
- 🐞 修复 Wave 内存泄漏问题
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "4.2.4",
|
"version": "4.2.5",
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue