mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
bump 0.7.0
This commit is contained in:
parent
f3791aaafe
commit
3a7eda0cf0
@ -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`
|
||||
|
@ -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
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user