File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212
1313## 1.6.3
1414
15- ` 2020-07-03 `
15+ ` 2020-07-05 `
1616
1717- 🐞 Fix Input.Password focus position shift issue [ #2420 ] ( https://github.com/vueComponent/ant-design-vue/pull/2420 )
1818- 🐞 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 1212
1313## 1.6.3
1414
15- ` 2020-07-03 `
15+ ` 2020-07-05 `
1616
1717- 🐞 修复 Input.Password focus 位置移位问题 [ #2420 ] ( https://github.com/vueComponent/ant-design-vue/pull/2420 )
1818- 🐞 修复 Drawer maskstyle 不生效问题 [ #2407 ] ( https://github.com/vueComponent/ant-design-vue/issues/2407 )
2222- 🐞 修复 DatePicker 年份时间不正确问题 [ #2488 ] ( https://github.com/vueComponent/ant-design-vue/issues/2488 )
2323- 🌟 优化 Menu 组件,动画更加流畅
2424- 🐞 修复 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 )
2626
2727## 1.6.2
2828
Original file line number Diff line number Diff line change @@ -196,6 +196,9 @@ function githubRelease(done) {
196196 } )
197197 . then ( ( ) => {
198198 done ( ) ;
199+ } )
200+ . catch ( err => {
201+ console . log ( err ) ;
199202 } ) ;
200203}
201204
You can’t perform that action at this time.
0 commit comments