diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 63efa03b5..a67d30713 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -2,6 +2,15 @@ --- +## 0.7.0 + +`2018-07-11` +- 🌟 Add `TreeSelect` component +- 🌟 `Select` add `options`, Easy to generate a selection list directly[#37](https://github.com/vueComponent/ant-design/issues/37) +- 🐞 Fix `blur` event error when using `Select` component in `Tooltip`[#67](https://github.com/vueComponent/ant-design/issues/67) +- 🐞 Modify the `Upload` component `action` attribute to optional[#66](https://github.com/vueComponent/ant-design/issues/66) + + ## 0.6.8 `2018-07-05` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 80cb80260..e2e34643c 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -2,6 +2,14 @@ --- +## 0.7.0 + +`2018-07-11` +- 🌟 新增`TreeSelect`组件 +- 🌟 `Select`组件新增`options`,方便直接生成选择列表[#37](https://github.com/vueComponent/ant-design/issues/37) +- 🐞 修复`Tooltip`中使用`Select`组件时,`blur`事件报错问题[#67](https://github.com/vueComponent/ant-design/issues/67) +- 🐞 修改`Upload`组件`action`属性为可选[#66](https://github.com/vueComponent/ant-design/issues/66) + ## 0.6.8 diff --git a/package.json b/package.json index 355dfe133..0e86b7635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-antd-ui", - "version": "0.6.8", + "version": "0.7.0", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [ @@ -169,4 +169,4 @@ "shallowequal": "^1.0.2", "warning": "^3.0.0" } -} \ No newline at end of file +}