Browse Source

bump 0.7.0

pull/165/head 0.7.0
tangjinzhou 6 years ago
parent
commit
31569a6e9d
  1. 9
      CHANGELOG.en-US.md
  2. 8
      CHANGELOG.zh-CN.md
  3. 4
      package.json

9
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`

8
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

4
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"
}
}
}

Loading…
Cancel
Save