Skip to content

Commit 711c394

Browse files
committed
bump 2.0.0-rc.7
1 parent f5026dd commit 711c394

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 2.0.0-rc.7
14+
15+
`2020-12-28`
16+
17+
- 🐞 Fix Switch `change``click` not work [#3453](https://github.com/vueComponent/ant-design-vue/issues/3453)
18+
1319
## 2.0.0-rc.6
1420

1521
`2020-12-27`

CHANGELOG.zh-CN.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@
1010

1111
---
1212

13+
## 2.0.0-rc.7
14+
15+
`2020-12-28`
16+
17+
- 🐞 修复 Switch `change``click` 不生效问题 [#3453](https://github.com/vueComponent/ant-design-vue/issues/3453)
18+
1319
## 2.0.0-rc.6
1420

1521
`2020-12-27`
1622

1723
- 🌟 支持 Less 4 [#3449](https://github.com/vueComponent/ant-design-vue/issues/3449)
18-
- 🌟 新增 Image 组件 [#3235](https://github.com/vueComponent/ant-design-vue/issues/3235)
24+
- 🌟 新增 Image 组件 [#3235](https://github.com/vueComponent/ant-design-vue/issues/3235)
1925
- 🌟 函数式组件,添加 displayName 属性 [#3445](https://github.com/vueComponent/ant-design-vue/issues/3445)
2026
- 🐞 Message 新增自定义 class style 功能 [#3443](https://github.com/vueComponent/ant-design-vue/issues/3443)
2127
- 🐞 修复 Tabs 组件初始 disabled 状态没生效 [#3366](https://github.com/vueComponent/ant-design-vue/issues/3366)
@@ -32,7 +38,7 @@
3238
`2020-12-13`
3339

3440
- 🐞 修复 Drawer 组件控制台输出 this.dom 未定义的 warning 问题
35-
- 🐞 修复 Menu 在 Vue 3.0.3及以上版本,出现显示错乱问题 [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
41+
- 🐞 修复 Menu 在 Vue 3.0.3 及以上版本,出现显示错乱问题 [#3354](https://github.com/vueComponent/ant-design-vue/issues/3354)
3642

3743
## 2.0.0-rc.4
3844

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.6",
3+
"version": "2.0.0-rc.7",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)