File tree 4 files changed +16
-1
lines changed
4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
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
+
13
20
## 1.3.7
14
21
` 2019-03-18 `
15
22
- 🐞 Fix ` Select ` ` selectedKeys ` type validation error [ #597 ] ( https://github.com/vueComponent/ant-design-vue/issues/597 )
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
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
+
13
20
## 1.3.7
14
21
` 2019-03-18 `
15
22
- 🐞 修复 ` Select ` ` selectedKeys ` 类型校验错误 [ #597 ] ( https://github.com/vueComponent/ant-design-vue/issues/597 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ export default {
268
268
}
269
269
< a- col xxl= {20 } xl= {19 } lg= {19 } md= {18 } sm= {24 } xs= {24 }>
270
270
< section class = ' main-container main-container-component' >
271
+ < CarbonAds isMobile= {isMobile}/ >
271
272
{! isMobile ? < div class = ' toc-affix' style= ' width: 150px;' >
272
273
{this .getSubMenu (isCN)}
273
274
< / div> : null }
You can’t perform that action at this time.
0 commit comments