Skip to content

Commit 1896bb9

Browse files
committed
bump 2.0.0-rc.5
1 parent c7816b3 commit 1896bb9

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.en-US.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.0.0-rc.5
14+
15+
`2020-12-13`
16+
17+
- 🐞 Fix the undefined warning problem of this.dom output in the Drawer component console
18+
- 🐞 Fix Menu in Vue 3.0.3 and above versions, display confusion problem [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
19+
1320
## 2.0.0-rc.4
1421

1522
`2020-12-10`

CHANGELOG.zh-CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 2.0.0-rc.5
14+
15+
`2020-12-13`
16+
17+
- 🐞 修复 Drawer 组件控制台输出 this.dom 未定义的 warning 问题
18+
- 🐞 修复 Menu 在 Vue 3.0.3及以上版本,出现显示错乱问题 [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
19+
1320
## 2.0.0-rc.4
1421

1522
`2020-12-10`

antdv-demo

package.json

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

0 commit comments

Comments
 (0)