bump 1.1.9

pull/287/head 1.1.9
tangjinzhou 2018-11-26 22:36:36 +08:00
parent 0c9e4df4fc
commit bc4990833a
3 changed files with 19 additions and 3 deletions

View File

@ -2,6 +2,14 @@
---
## 1.1.9
`2018-11-26`
- 🐞 Fix the `TreeSelect` component getPopupContainer does not work [#265](https://github.com/vueComponent/ant-design-vue/issues/265)
- 🐞 Fix `Carousel` component on-demand loading does not work [#271](https://github.com/vueComponent/ant-design-vue/issues/271)
- 🐞 Fix `Upload` component remove event no return value problem [#259](https://github.com/vueComponent/ant-design-vue/issues/259)
## 1.1.8
`2018-11-11`

View File

@ -2,6 +2,14 @@
---
## 1.1.9
`2018-11-26`
- 🐞 修复`TreeSelect`组件getPopupContainer不生效问题 [#265](https://github.com/vueComponent/ant-design-vue/issues/265)
- 🐞 修复`Carousel`组件按需加载不生效问题 [#271](https://github.com/vueComponent/ant-design-vue/issues/271)
- 🐞 修复`Upload`组件remove事件无返回值问题 [#259](https://github.com/vueComponent/ant-design-vue/issues/259)
## 1.1.8
`2018-11-11`

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.1.8",
"version": "1.1.9",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -177,7 +177,7 @@
"resize-observer-polyfill": "^1.5.0",
"shallow-equal": "^1.0.0",
"shallowequal": "^1.0.2",
"vue-ref": "^1.0.1",
"vue-ref": "^1.0.2",
"warning": "^3.0.0"
}
}
}