Browse Source

bump 2.0.0-rc.5

pull/3359/head 2.0.0-rc.5
tangjinzhou 4 years ago
parent
commit
1896bb9b77
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      antdv-demo
  4. 2
      package.json

7
CHANGELOG.en-US.md

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

7
CHANGELOG.zh-CN.md

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

2
antdv-demo

@ -1 +1 @@
Subproject commit 8a30036b3599de72d88f90b8c08d439aaf2941a2 Subproject commit ab88ac19de8ce0d3c8a559ad7bcd5fc04532c184

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "2.0.0-rc.4", "version": "2.0.0-rc.5",
"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…
Cancel
Save