Skip to content

Commit

Permalink
release 3.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Mar 4, 2022
1 parent 4c786dd commit fdf7857
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

`2022-03-02`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

`2022-03-02`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "3.0.0-beta.12",
"version": "3.0.0-beta.13",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
Expand Down

0 comments on commit fdf7857

Please sign in to comment.