Browse Source

bump 2.0.0-rc.7

pull/3473/head 2.0.0-rc.7
tanjinzhou 4 years ago
parent
commit
711c394aaf
  1. 6
      CHANGELOG.en-US.md
  2. 10
      CHANGELOG.zh-CN.md
  3. 2
      antdv-demo
  4. 2
      package.json

6
CHANGELOG.en-US.md

@ -10,6 +10,12 @@
---
## 2.0.0-rc.7
`2020-12-28`
- 🐞 Fix Switch `change`、`click` not work [#3453](https://github.com/vueComponent/ant-design-vue/issues/3453)
## 2.0.0-rc.6
`2020-12-27`

10
CHANGELOG.zh-CN.md

@ -10,12 +10,18 @@
---
## 2.0.0-rc.7
`2020-12-28`
- 🐞 修复 Switch `change`、`click` 不生效问题 [#3453](https://github.com/vueComponent/ant-design-vue/issues/3453)
## 2.0.0-rc.6
`2020-12-27`
- 🌟 支持 Less 4 [#3449](https://github.com/vueComponent/ant-design-vue/issues/3449)
- 🌟 新增 Image 组件 [#3235](https://github.com/vueComponent/ant-design-vue/issues/3235)
- 🌟 新增 Image 组件 [#3235](https://github.com/vueComponent/ant-design-vue/issues/3235)
- 🌟 函数式组件,添加 displayName 属性 [#3445](https://github.com/vueComponent/ant-design-vue/issues/3445)
- 🐞 Message 新增自定义 class style 功能 [#3443](https://github.com/vueComponent/ant-design-vue/issues/3443)
- 🐞 修复 Tabs 组件初始 disabled 状态没生效 [#3366](https://github.com/vueComponent/ant-design-vue/issues/3366)
@ -32,7 +38,7 @@
`2020-12-13`
- 🐞 修复 Drawer 组件控制台输出 this.dom 未定义的 warning 问题
- 🐞 修复 Menu 在 Vue 3.0.3及以上版本,出现显示错乱问题 [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
- 🐞 修复 Menu 在 Vue 3.0.3 及以上版本,出现显示错乱问题 [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
## 2.0.0-rc.4

2
antdv-demo

@ -1 +1 @@
Subproject commit ac98f90e5fe922fb787559eb81b06f39ed2c8a39
Subproject commit f55163dd2cc41cfa2e6c77b3b9b6037c9a2ddefb

2
package.json

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [

Loading…
Cancel
Save