parent
add35b78f0
commit
5e8266c25d
|
@ -2,6 +2,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 0.6.6
|
||||
|
||||
`2018-07-03`
|
||||
- 🐞 Fix `Upload` type validation error issue and update related demo[#61](https://github.com/vueComponent/ant-design/issues/61)
|
||||
- 🐞 Fix `Upload` image preview does not jump correctly[1584b3](https://github.com/vueComponent/ant-design/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
|
||||
|
||||
|
||||
## 0.6.5
|
||||
|
||||
`2018-07-01`
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 0.6.6
|
||||
|
||||
`2018-07-03`
|
||||
- 🐞 修复`Upload`的类型校验错误问题并更新相关demo[#61](https://github.com/vueComponent/ant-design/issues/61)
|
||||
- 🐞 修复`Upload`图片预览不能正确跳转问题[1584b3](https://github.com/vueComponent/ant-design/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
|
||||
|
||||
|
||||
## 0.6.5
|
||||
|
||||
`2018-07-01`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vue-antd-ui",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"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