File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## 0.7.0
6
+
7
+ ` 2018-07-11 `
8
+ - 🌟 Add ` TreeSelect ` component
9
+ - 🌟 ` Select ` add ` options ` , Easy to generate a selection list directly[ #37 ] ( https://github.com/vueComponent/ant-design/issues/37 )
10
+ - 🐞 Fix ` blur ` event error when using ` Select ` component in ` Tooltip ` [ #67 ] ( https://github.com/vueComponent/ant-design/issues/67 )
11
+ - 🐞 Modify the ` Upload ` component ` action ` attribute to optional[ #66 ] ( https://github.com/vueComponent/ant-design/issues/66 )
12
+
13
+
5
14
## 0.6.8
6
15
7
16
` 2018-07-05 `
Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## 0.7.0
6
+
7
+ ` 2018-07-11 `
8
+ - 🌟 新增` TreeSelect ` 组件
9
+ - 🌟 ` Select ` 组件新增` options ` ,方便直接生成选择列表[ #37 ] ( https://github.com/vueComponent/ant-design/issues/37 )
10
+ - 🐞 修复` Tooltip ` 中使用` Select ` 组件时,` blur ` 事件报错问题[ #67 ] ( https://github.com/vueComponent/ant-design/issues/67 )
11
+ - 🐞 修改` Upload ` 组件` action ` 属性为可选[ #66 ] ( https://github.com/vueComponent/ant-design/issues/66 )
12
+
5
13
6
14
## 0.6.8
7
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-antd-ui" ,
3
- "version" : " 0.6.8 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
169
169
"shallowequal" : " ^1.0.2" ,
170
170
"warning" : " ^3.0.0"
171
171
}
172
- }
172
+ }
You can’t perform that action at this time.
0 commit comments