parent
4c786dd7a7
commit
fdf7857f89
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.13
|
||||||
|
|
||||||
|
`2022-03-04`
|
||||||
|
|
||||||
|
- 🌟 Optimize the animation after Menu overflow to avoid flickering
|
||||||
|
- 🐞 Fix the issue of automatic parse when inputting invalid values when using dateFns [#5302](https://github.com/vueComponent/ant-design-vue/issues/5302)
|
||||||
|
- 🐞 Fix `Carousel` click error when using image [#5299](https://github.com/vueComponent/ant-design-vue/issues/5299)
|
||||||
|
|
||||||
## 3.0.0-beta.12
|
## 3.0.0-beta.12
|
||||||
|
|
||||||
`2022-03-02`
|
`2022-03-02`
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.0.0-beta.13
|
||||||
|
|
||||||
|
`2022-03-04`
|
||||||
|
|
||||||
|
- 🌟 优化 Menu overflow 后动画,避免闪动
|
||||||
|
- 🐞 修复日期组件使用 dateFns 时,输入不合法值时自动 parse 问题 [#5302](https://github.com/vueComponent/ant-design-vue/issues/5302)
|
||||||
|
- 🐞 修复 `Carousel` 使用图片时点击报错问题 [#5299](https://github.com/vueComponent/ant-design-vue/issues/5299)
|
||||||
|
|
||||||
## 3.0.0-beta.12
|
## 3.0.0-beta.12
|
||||||
|
|
||||||
`2022-03-02`
|
`2022-03-02`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "3.0.0-beta.12",
|
"version": "3.0.0-beta.13",
|
||||||
"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