parent
7d3d74448b
commit
25575b0f7b
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.6.8
|
||||||
|
|
||||||
|
`2018-07-05`
|
||||||
|
- 🐞 Fix `notification` h is not defined[#63](https://github.com/vueComponent/ant-design/issues/63)
|
||||||
|
- 🐞 Fix `Transfer` local-provider miss `titles`[#64](https://github.com/vueComponent/ant-design/issues/64)
|
||||||
|
|
||||||
## 0.6.7
|
## 0.6.7
|
||||||
|
|
||||||
`2018-07-03`
|
`2018-07-03`
|
||||||
|
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## 0.6.8
|
||||||
|
|
||||||
|
`2018-07-05`
|
||||||
|
- 🐞 修复`notification` h is not defined[#63](https://github.com/vueComponent/ant-design/issues/63)
|
||||||
|
- 🐞 修复`Transfer`国际化缺少titles问题[#64](https://github.com/vueComponent/ant-design/issues/64)
|
||||||
|
|
||||||
|
|
||||||
## 0.6.7
|
## 0.6.7
|
||||||
|
|
||||||
`2018-07-03`
|
`2018-07-03`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-antd-ui",
|
"name": "vue-antd-ui",
|
||||||
"version": "0.6.7",
|
"version": "0.6.8",
|
||||||
"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