File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## 1.6.3
14
14
15
- ` 2020-07-03 `
15
+ ` 2020-07-05 `
16
16
17
17
- 🐞 Fix Input.Password focus position shift issue [ #2420 ] ( https://github.com/vueComponent/ant-design-vue/pull/2420 )
18
18
- 🐞 Fix Drawer maskstyle not working [ #2407 ] ( https://github.com/vueComponent/ant-design-vue/issues/2407 )
Original file line number Diff line number Diff line change 12
12
13
13
## 1.6.3
14
14
15
- ` 2020-07-03 `
15
+ ` 2020-07-05 `
16
16
17
17
- 🐞 修复 Input.Password focus 位置移位问题 [ #2420 ] ( https://github.com/vueComponent/ant-design-vue/pull/2420 )
18
18
- 🐞 修复 Drawer maskstyle 不生效问题 [ #2407 ] ( https://github.com/vueComponent/ant-design-vue/issues/2407 )
22
22
- 🐞 修复 DatePicker 年份时间不正确问题 [ #2488 ] ( https://github.com/vueComponent/ant-design-vue/issues/2488 )
23
23
- 🌟 优化 Menu 组件,动画更加流畅
24
24
- 🐞 修复 Dropdown 弹窗位置错误问题 [ #2359 ] ( https://github.com/vueComponent/ant-design-vue/issues/2359 )
25
- - 🐞 修复 Breadcrumb 名称相同时重复key问题 [ #2505 ] ( https://github.com/vueComponent/ant-design-vue/issues/2505 )
25
+ - 🐞 修复 Breadcrumb 名称相同时重复 key 问题 [ #2505 ] ( https://github.com/vueComponent/ant-design-vue/issues/2505 )
26
26
27
27
## 1.6.2
28
28
Original file line number Diff line number Diff line change @@ -196,6 +196,9 @@ function githubRelease(done) {
196
196
} )
197
197
. then ( ( ) => {
198
198
done ( ) ;
199
+ } )
200
+ . catch ( err => {
201
+ console . log ( err ) ;
199
202
} ) ;
200
203
}
201
204
You can’t perform that action at this time.
0 commit comments