docs: update changelog

pull/2525/head
undefined 4 years ago
parent 5ade9604d4
commit 9195ba5fa9

@ -12,7 +12,7 @@
## 1.6.3 ## 1.6.3
`2020-07-03` `2020-07-05`
- 🐞 Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420) - 🐞 Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
- 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407) - 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)

@ -12,7 +12,7 @@
## 1.6.3 ## 1.6.3
`2020-07-03` `2020-07-05`
- 🐞 修复 Input.Password focus 位置移位问题 [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420) - 🐞 修复 Input.Password focus 位置移位问题 [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
- 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407) - 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
@ -22,7 +22,7 @@
- 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488) - 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
- 🌟 优化 Menu 组件,动画更加流畅 - 🌟 优化 Menu 组件,动画更加流畅
- 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359) - 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
- 🐞 修复 Breadcrumb 名称相同时重复key问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505) - 🐞 修复 Breadcrumb 名称相同时重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
## 1.6.2 ## 1.6.2

@ -196,6 +196,9 @@ function githubRelease(done) {
}) })
.then(() => { .then(() => {
done(); done();
})
.catch(err => {
console.log(err);
}); });
} }

Loading…
Cancel
Save