File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
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
+
13
25
## 2.0.0-beta.8
14
26
15
27
- 🐞 Fix ts types error
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
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
+
13
25
## 2.0.0-beta.8
14
26
15
27
- 🐞 修复 ts 类型错误
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 2.0.0-beta.9 " ,
3
+ "version" : " 2.0.0-beta.10 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
7
+ " vue" ,
8
+ " vue3" ,
7
9
" ant" ,
8
10
" design" ,
9
11
" antd" ,
10
- " vue" ,
11
12
" vueComponent" ,
12
13
" component" ,
13
14
" components" ,
You can’t perform that action at this time.
0 commit comments