Skip to content

Commit 1dbb9c1

Browse files
committed
bump 1.1.8
1 parent fc4ea7e commit 1dbb9c1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.en-US.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
---
44

5+
## 1.1.8
6+
7+
`2018-11-11`
8+
- `Progress`
9+
- 🐞 Fix `circle` type does not support `strokeColor` problem [#238](https://github.com/vueComponent/ant-design-vue/issues/238)
10+
- 🐞 Add `normal` type [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
11+
- 🐞 Fix `Cascader` component does not support `getPopupContainer` problem [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
12+
- 🌟 `Tooltip` support align [#252](https://github.com/vueComponent/ant-design-vue/issues/252)
13+
14+
515
## 1.1.7
616

717
`2018-10-27`

CHANGELOG.zh-CN.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
---
44

5+
## 1.1.8
6+
7+
`2018-11-11`
8+
- `Progress`
9+
- 🐞 修复circle类型不支持strokeColor问题 [#238](https://github.com/vueComponent/ant-design-vue/issues/238)
10+
- 🐞 添加`normal`类型 [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
11+
- 🐞 修复`Cascader`组件getPopupContainer不生效问题 [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
12+
- 🌟 `Tooltip`支持align [#252](https://github.com/vueComponent/ant-design-vue/issues/252)
13+
14+
515
## 1.1.7
616

717
`2018-10-27`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -179,4 +179,4 @@
179179
"shallowequal": "^1.0.2",
180180
"warning": "^3.0.0"
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)