bump 0.6.5
parent
b444761e51
commit
d9edfc3961
|
@ -2,10 +2,16 @@
|
|||
|
||||
---
|
||||
|
||||
## 0.6.5
|
||||
|
||||
`2018-07-01`
|
||||
- 🐞 Fix `Select` `getPopupContainer` not working [#56](https://github.com/vueComponent/ant-design/issues/56)
|
||||
- 🐞 Fix `Select` popup position is not updated[8254f7](https://github.com/vueComponent/ant-design/commit/8254f783a32189b63ffcf2c53702b50afef1f3db)
|
||||
|
||||
## 0.6.4
|
||||
|
||||
`2018-06-28`
|
||||
- 🐞 Fix `InputSearch` `v-model` return wrong value[#53](https://github.com/vueComponent/ant-design/issues/53
|
||||
- 🐞 Fix `InputSearch` `v-model` return wrong value[#53](https://github.com/vueComponent/ant-design/issues/53)
|
||||
|
||||
## 0.6.3
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 0.6.5
|
||||
|
||||
`2018-07-01`
|
||||
- 🐞 修复`Select`的`getPopupContainer`不生效问题[#56](https://github.com/vueComponent/ant-design/issues/56)
|
||||
- 🐞 修复`Select`的弹出框位置不更新问题[8254f7](https://github.com/vueComponent/ant-design/commit/8254f783a32189b63ffcf2c53702b50afef1f3db)
|
||||
|
||||
## 0.6.4
|
||||
|
||||
`2018-06-28`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vue-antd-ui",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue