File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 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.15
14
+ ` 2019-08-17 `
15
+ - 🐞 Fix ` Select ` component cannot scroll under IE [ #999 ] ( https://github.com/vueComponent/ant-design-vue/issues/999 )
16
+ - 🐞 Fix ` Form ` ` initialValue ` warning [ #1076 ] ( https://github.com/vueComponent/ant-design-vue/issues/1076 )
17
+ - 🐞 Fix ` Form ` error when verifying ` Number ` type [ #1090 ] ( https://github.com/vueComponent/ant-design-vue/issues/1090 )
18
+
13
19
## 1.3.14
14
20
` 2019-08-12 `
15
21
- 🐞 Fix ` MenuItem ` parsing array ` class ` incorrect question [ #1009 ] ( https://github.com/vueComponent/ant-design-vue/issues/1009 )
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 1.3.15
14
+ ` 2019-08-17 `
15
+ - 🐞 修复 ` Select ` 组件在 IE 下无法滚动问题 [ #999 ] ( https://github.com/vueComponent/ant-design-vue/issues/999 )
16
+ - 🐞 修复 ` Form ` ` initialValue ` 为空时报 warning 问题 [ #1076 ] ( https://github.com/vueComponent/ant-design-vue/issues/1076 )
17
+ - 🐞 修复 ` Form ` 校验 Number 类型时错误问题 [ #1090 ] ( https://github.com/vueComponent/ant-design-vue/issues/1090 )
18
+
13
19
## 1.3.14
14
20
` 2019-08-12 `
15
21
- 🐞 修复 ` MenuItem ` 解析数组 ` class ` 不正确问题 [ #1009 ] ( https://github.com/vueComponent/ant-design-vue/issues/1009 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 1.3.14 " ,
3
+ "version" : " 1.3.15 " ,
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