parent
991fa776cf
commit
639a68521c
|
@ -10,6 +10,13 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.12
|
||||||
|
|
||||||
|
`2022-03-02`
|
||||||
|
|
||||||
|
- 🌟 Optimize `Menu` horizontal mode animation to avoid flickering
|
||||||
|
- 🐞 Fix the height issue caused by `Upload` animation [#5298](https://github.com/vueComponent/ant-design-vue/issues/5298)
|
||||||
|
|
||||||
## 3.0.0-beta.11
|
## 3.0.0-beta.11
|
||||||
|
|
||||||
`2022-02-28`
|
`2022-02-28`
|
||||||
|
|
|
@ -10,6 +10,13 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.12
|
||||||
|
|
||||||
|
`2022-03-02`
|
||||||
|
|
||||||
|
- 🌟 优化 `Menu` horizontal 模式动画,避免闪动
|
||||||
|
- 🐞 修复 `Upload` 动画引起的高度问题 [#5298](https://github.com/vueComponent/ant-design-vue/issues/5298)
|
||||||
|
|
||||||
## 3.0.0-beta.11
|
## 3.0.0-beta.11
|
||||||
|
|
||||||
`2022-02-28`
|
`2022-02-28`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.0.0-beta.11",
|
"version": "3.0.0-beta.12",
|
||||||
"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