release 1.6.3
parent
5ff4355f86
commit
fff8d6ca4a
|
@ -10,6 +10,19 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.6.3
|
||||||
|
|
||||||
|
`2020-07-03`
|
||||||
|
|
||||||
|
- 🐞 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)
|
||||||
|
- 🌟 Button supports custom Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
|
||||||
|
- 🌟 DatePicker supports custom format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
|
||||||
|
- 🐞 Fix DatePicker year and time is incorrect [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
|
||||||
|
- 🌟 Optimize the Menu component, the animation is smoother
|
||||||
|
- 🐞 Fix Dropdown pop-up position error [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
|
||||||
|
|
||||||
## 1.6.2
|
## 1.6.2
|
||||||
|
|
||||||
`2020-06-02`
|
`2020-06-02`
|
||||||
|
|
|
@ -10,6 +10,19 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.6.3
|
||||||
|
|
||||||
|
`2020-07-03`
|
||||||
|
|
||||||
|
- 🐞 修复 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)
|
||||||
|
- 🌟 Button 支持自定义 Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
|
||||||
|
- 🌟 DatePicker 支持自定义 format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
|
||||||
|
- 🐞 修复 DatePicker 年份时间不正确问题 [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
|
||||||
|
- 🌟 优化 Menu 组件,动画更加流畅
|
||||||
|
- 🐞 修复 Dropdown 弹窗位置错误问题 [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
|
||||||
|
|
||||||
## 1.6.2
|
## 1.6.2
|
||||||
|
|
||||||
`2020-06-02`
|
`2020-06-02`
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3024b0a52d631bdb76683ca2f47e39f60687b1fc
|
Subproject commit 2f5ee1b6c38bdf1c54bf6c5fea8142567a45dd67
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "^2.1.1",
|
"@ant-design/icons": "^2.1.1",
|
||||||
"@ant-design/icons-vue": "^2.0.0",
|
"@ant-design/icons-vue": "^2.0.0",
|
||||||
"@simonwep/pickr": "^1.6.0",
|
"@simonwep/pickr": "~1.7.0",
|
||||||
"add-dom-event-listener": "^1.0.2",
|
"add-dom-event-listener": "^1.0.2",
|
||||||
"array-tree-filter": "^2.1.0",
|
"array-tree-filter": "^2.1.0",
|
||||||
"async-validator": "^3.0.3",
|
"async-validator": "^3.0.3",
|
||||||
|
|
Loading…
Reference in New Issue