Skip to content

Commit b36043c

Browse files
committed
bump 2.0.0-beta.10
1 parent b154eee commit b36043c

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
---
1212

13+
## 2.0.0-beta.10
14+
15+
`2020-09-24`
16+
17+
- 🌟 Update Vue dependency to release version
18+
- 🐞 Fix the problem that Menu does not collapse in Layout [#2819](https://github.com/vueComponent/ant-design-vue/issues/2819)
19+
- 🐞 Fix a warning issue when switching Tabs [#2865](https://github.com/vueComponent/ant-design-vue/issues/2865)
20+
- 🐞 Fix the problem that the input box does not trigger the change event when compositionend
21+
- 🐞 Fix the problem that the Upload button does not disappear [#2884](https://github.com/vueComponent/ant-design-vue/issues/2884)
22+
- 🐞 Fix upload custom method not working issue [#2837](https://github.com/vueComponent/ant-design-vue/issues/2837)
23+
- 🐞 Fix some ts type errors
24+
1325
## 2.0.0-beta.8
1426

1527
- 🐞 Fix ts types error

CHANGELOG.zh-CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
---
1212

13+
## 2.0.0-beta.10
14+
15+
`2020-09-24`
16+
17+
- 🌟 更新 Vue 依赖到 release 版本
18+
- 🐞 修复 Menu 在 Layout 中不折叠问题 [#2819](https://github.com/vueComponent/ant-design-vue/issues/2819)
19+
- 🐞 修复 Tabs 切换时出现 warning 问题 [#2865](https://github.com/vueComponent/ant-design-vue/issues/2865)
20+
- 🐞 修复输入框在 compositionend 时不触发 change 事件问题
21+
- 🐞 修复 Upload 上传按钮不消失问题 [#2884](https://github.com/vueComponent/ant-design-vue/issues/2884)
22+
- 🐞 修复 Upload 自定义 method 不生效问题 [#2837](https://github.com/vueComponent/ant-design-vue/issues/2837)
23+
- 🐞 修复若干 ts 类型错误
24+
1325
## 2.0.0-beta.8
1426

1527
- 🐞 修复 ts 类型错误

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.0.0-beta.9",
3+
"version": "2.0.0-beta.10",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
7+
"vue",
8+
"vue3",
79
"ant",
810
"design",
911
"antd",
10-
"vue",
1112
"vueComponent",
1213
"component",
1314
"components",

0 commit comments

Comments
 (0)