Skip to content

Commit fdf7857

Browse files
committed
release 3.0.0-beta.13
1 parent 4c786dd commit fdf7857

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.en-US.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
---
1212

13+
## 3.0.0-beta.13
14+
15+
`2022-03-04`
16+
17+
- 🌟 Optimize the animation after Menu overflow to avoid flickering
18+
- 🐞 Fix the issue of automatic parse when inputting invalid values when using dateFns [#5302](https://github.com/vueComponent/ant-design-vue/issues/5302)
19+
- 🐞 Fix `Carousel` click error when using image [#5299](https://github.com/vueComponent/ant-design-vue/issues/5299)
20+
1321
## 3.0.0-beta.12
1422

1523
`2022-03-02`

CHANGELOG.zh-CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
---
1212

13+
## 3.0.0-beta.13
14+
15+
`2022-03-04`
16+
17+
- 🌟 优化 Menu overflow 后动画,避免闪动
18+
- 🐞 修复日期组件使用 dateFns 时,输入不合法值时自动 parse 问题 [#5302](https://github.com/vueComponent/ant-design-vue/issues/5302)
19+
- 🐞 修复 `Carousel` 使用图片时点击报错问题 [#5299](https://github.com/vueComponent/ant-design-vue/issues/5299)
20+
1321
## 3.0.0-beta.12
1422

1523
`2022-03-02`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "3.0.0-beta.12",
3+
"version": "3.0.0-beta.13",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)