parent
ca7e3eb22b
commit
31569a6e9d
|
@ -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
|
## 0.6.8
|
||||||
|
|
||||||
`2018-07-05`
|
`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
|
## 0.6.8
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-antd-ui",
|
"name": "vue-antd-ui",
|
||||||
"version": "0.6.8",
|
"version": "0.7.0",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue