File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 1.3.16
14
+ ` 2019-08-25 `
15
+ - 🐞 Fix ` Select ` component to uninstall component error when there is no input [ #1091 ] ( https://github.com/vueComponent/ant-design-vue/pull/1091 )
16
+ - 🐞 Fix ` Collapse ` error when no child element [ #1116 ] ( https://github.com/vueComponent/ant-design-vue/pull/1116 )
17
+ - 🐞 Fix TypeScript type definitions.
18
+
13
19
## 1.3.15
14
20
` 2019-08-17 `
15
21
- 🐞 Fix ` Select ` component cannot scroll under IE [ #999 ] ( https://github.com/vueComponent/ant-design-vue/issues/999 )
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 1.3.16
14
+ ` 2019-08-25 `
15
+ - 🐞 修复 ` Select ` 组件在没有 input 时,卸载组件报错问题 [ #1091 ] ( https://github.com/vueComponent/ant-design-vue/pull/1091 )
16
+ - 🐞 修复 ` Collapse ` 无子元素时报错问题 [ #1116 ] ( https://github.com/vueComponent/ant-design-vue/pull/1116 )
17
+ - 🐞 修复 TypeScript 类型定义。
18
+
13
19
## 1.3.15
14
20
` 2019-08-17 `
15
21
- 🐞 修复 ` Select ` 组件在 IE 下无法滚动问题 [ #999 ] ( https://github.com/vueComponent/ant-design-vue/issues/999 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 1.3.15 " ,
3
+ "version" : " 1.3.16 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
214
214
" lib/**/style/*" ,
215
215
" *.less"
216
216
]
217
- }
217
+ }
You can’t perform that action at this time.
0 commit comments