Skip to content

Commit 2b1039f

Browse files
committed
bump 1.3.8
1 parent 7917833 commit 2b1039f

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

CHANGELOG.en-US.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 1.3.8
14+
`2019-04-04`
15+
- 🐞 Fix `Table` unclickable problem under IE [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
16+
- 🐞 Fix `Table` Header is not aligned under Firefox [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
17+
- 🌟 Drawer `Drawer` add custom `handel`
18+
- 🐞 Fix TypeScript type definitions.
19+
1320
## 1.3.7
1421
`2019-03-18`
1522
- 🐞 Fix `Select` `selectedKeys` type validation error [#597](https://github.com/vueComponent/ant-design-vue/issues/597)

CHANGELOG.zh-CN.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
---
1212

13+
## 1.3.8
14+
`2019-04-04`
15+
- 🐞 修复 `Table` 在 IE 下不可点击问题 [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
16+
- 🐞 修复 `Table` 在 Firefox 下 Header 没对齐问题 [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
17+
- 🌟 抽屉 `Drawer` 添加自定义 `handel` 功能
18+
- 🐞 修复 TypeScript 类型定义。
19+
1320
## 1.3.7
1421
`2019-03-18`
1522
- 🐞 修复 `Select` `selectedKeys` 类型校验错误 [#597](https://github.com/vueComponent/ant-design-vue/issues/597)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

site/components/layout.vue

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export default {
268268
}
269269
<a-col xxl={20} xl={19} lg={19} md={18} sm={24} xs={24}>
270270
<section class='main-container main-container-component'>
271+
<CarbonAds isMobile={isMobile}/>
271272
{!isMobile ? <div class='toc-affix' style='width: 150px;'>
272273
{this.getSubMenu(isCN)}
273274
</div> : null}

0 commit comments

Comments
 (0)