File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 1.3.17
14
+ ` 2019-09-29 `
15
+ - 🌟 ` Form ` adds the ` selfUpdate ` attribute to improve form performance [ #1049 ] ( https://github.com/vueComponent/ant-design-vue/issues/1049 )
16
+ - ` Select `
17
+ - 🐞 Fix keydown keyboard event invalidation
18
+ - 🐞 Fix arrow icon can't close pop-up question [ #1067 ] ( https://github.com/vueComponent/ant-design-vue/issues/1176 )
19
+ - 🐞 Fix IE browser to automatically close the problem [ #1223 ] ( https://github.com/vueComponent/ant-design-vue/issues/1223 )
20
+ - 🌟 Add maxTagTextLength attribute [ #1217 ] ( https://github.com/vueComponent/ant-design-vue/pull/1217 )
21
+ - 🐞 Fixed an issue with 'TimePicker` input error [ #1176 ] ( https://github.com/vueComponent/ant-design-vue/issues/1176 )
22
+ - 🐞 Fix ` defaultVisible ` attribute invalidation problem for ` Tooltip ` component [ #1232 ] ( https://github.com/vueComponent/ant-design-vue/issues/1232 )
23
+ - 🐞 Fix ` Comment ` ` ConfigProvider ` TypeScript type definition problem.
24
+
13
25
## 1.3.16
14
26
15
27
` 2019-08-25 `
Original file line number Diff line number Diff line change 79
79
- 🐞 修复 Spin 组件初始设置 ` delay ` 属性后不显示的问题。
80
80
- 🐞 修复水波纹在 Edge 下的样式问题。
81
81
82
+ ## 1.3.17
83
+ ` 2019-09-29 `
84
+ - 🌟 ` Form ` 新增 ` selfUpdate ` 属性,用于提升表单性能 [ #1049 ] ( https://github.com/vueComponent/ant-design-vue/issues/1049 )
85
+ - ` Select `
86
+ - 🐞 修复 keydown 键盘事件失效问题
87
+ - 🐞 修复箭头图标无法关闭弹出框问题 [ #1067 ] ( https://github.com/vueComponent/ant-design-vue/issues/1176 )
88
+ - 🐞 修复 IE 浏览器自动收起问题 [ #1223 ] ( https://github.com/vueComponent/ant-design-vue/issues/1223 )
89
+ - 🌟 添加 maxTagTextLength 属性 [ #1217 ] ( https://github.com/vueComponent/ant-design-vue/pull/1217 )
90
+ - 🐞 修复 ` TimePicker ` 输入时报错的问题 [ #1176 ] ( https://github.com/vueComponent/ant-design-vue/issues/1176 )
91
+ - 🐞 修复 ` Tooltip ` 组件的 ` defaultVisible ` 属性失效问题 [ #1232 ] ( https://github.com/vueComponent/ant-design-vue/issues/1232 )
92
+ - 🐞 修复 ` Comment ` ` ConfigProvider ` TypeScript 类型定义问题。
93
+
82
94
## 1.3.16
83
95
84
96
` 2019-08-25 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 1.3.17-beta.1 " ,
3
+ "version" : " 1.3.17" ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
219
219
" lib/**/style/*" ,
220
220
" *.less"
221
221
]
222
- }
222
+ }
You can’t perform that action at this time.
0 commit comments