Skip to content

Commit bc49908

Browse files
committed
bump 1.1.9
1 parent 0c9e4df commit bc49908

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

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

715
`2018-11-11`

CHANGELOG.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

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

715
`2018-11-11`

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -177,7 +177,7 @@
177177
"resize-observer-polyfill": "^1.5.0",
178178
"shallow-equal": "^1.0.0",
179179
"shallowequal": "^1.0.2",
180-
"vue-ref": "^1.0.1",
180+
"vue-ref": "^1.0.2",
181181
"warning": "^3.0.0"
182182
}
183-
}
183+
}

0 commit comments

Comments
 (0)