Skip to content

Commit fff8d6c

Browse files
committed
release 1.6.3
1 parent 5ff4355 commit fff8d6c

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.en-US.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
---
1212

13+
## 1.6.3
14+
15+
`2020-07-03`
16+
17+
- 🐞 Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
18+
- 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
19+
- 🐞 Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
20+
- 🌟 Button supports custom Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
21+
- 🌟 DatePicker supports custom format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
22+
- 🐞 Fix DatePicker year and time is incorrect [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
23+
- 🌟 Optimize the Menu component, the animation is smoother
24+
- 🐞 Fix Dropdown pop-up position error [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
25+
1326
## 1.6.2
1427

1528
`2020-06-02`

CHANGELOG.zh-CN.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
---
1212

13+
## 1.6.3
14+
15+
`2020-07-03`
16+
17+
- 🐞 修复 Input.Password focus 位置移位问题 [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
18+
- 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
19+
- 🐞 修复 Drawer maskstyle 不生效问题 [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
20+
- 🌟 Button 支持自定义 Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
21+
- 🌟 DatePicker 支持自定义 format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
22+
- 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
23+
- 🌟 优化 Menu 组件,动画更加流畅
24+
- 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
25+
1326
## 1.6.2
1427

1528
`2020-06-02`

antdv-demo

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -174,7 +174,7 @@
174174
"dependencies": {
175175
"@ant-design/icons": "^2.1.1",
176176
"@ant-design/icons-vue": "^2.0.0",
177-
"@simonwep/pickr": "^1.6.0",
177+
"@simonwep/pickr": "~1.7.0",
178178
"add-dom-event-listener": "^1.0.2",
179179
"array-tree-filter": "^2.1.0",
180180
"async-validator": "^3.0.3",

0 commit comments

Comments
 (0)