release 4.2.4
parent
bb443a05e2
commit
339fb4a230
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 4.2.4
|
||||||
|
|
||||||
|
- 🐞 Fix Wave memory leak problem
|
||||||
|
|
||||||
## 4.2.3
|
## 4.2.3
|
||||||
|
|
||||||
- 🌟 TourStep custom Button, support function children [#7628](https://github.com/vueComponent/ant-design-vue/pull/7628)
|
- 🌟 TourStep custom Button, support function children [#7628](https://github.com/vueComponent/ant-design-vue/pull/7628)
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 4.2.4
|
||||||
|
|
||||||
|
- 🐞 修复 Wave 内存泄漏问题
|
||||||
|
|
||||||
## 4.2.3
|
## 4.2.3
|
||||||
|
|
||||||
- 🌟 TourStep 自定义 Button,支持函数 children [#7628](https://github.com/vueComponent/ant-design-vue/pull/7628)
|
- 🌟 TourStep 自定义 Button,支持函数 children [#7628](https://github.com/vueComponent/ant-design-vue/pull/7628)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "4.2.3",
|
"version": "4.2.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": [
|
||||||
|
|
Loading…
Reference in New Issue