Skip to content

Commit 31569a6

Browse files
committed
bump 0.7.0
1 parent ca7e3eb commit 31569a6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
---
44

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+
514
## 0.6.8
615

716
`2018-07-05`

CHANGELOG.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

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+
513

614
## 0.6.8
715

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-antd-ui",
3-
"version": "0.6.8",
3+
"version": "0.7.0",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -169,4 +169,4 @@
169169
"shallowequal": "^1.0.2",
170170
"warning": "^3.0.0"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)