parent
bb8bf0e0f8
commit
c57df7db0c
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.2
|
||||||
|
|
||||||
|
`2020-11-06`
|
||||||
|
|
||||||
|
- 🐞 Fix the problem of incorrect height of Textarea component [#2974](https://github.com/vueComponent/ant-design-vue/issues/2974)
|
||||||
|
- 🐞 Roll back Menu component to version 1.6.5 to be consistent [#3112](https://github.com/vueComponent/ant-design-vue/issues/3112)
|
||||||
|
- 🐞 Fix TreeSelect throw error [#3126](https://github.com/vueComponent/ant-design-vue/issues/3126)
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
||||||
`2020-10-28`
|
`2020-10-28`
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.2
|
||||||
|
|
||||||
|
`2020-11-06`
|
||||||
|
|
||||||
|
- 🐞 修复 Textarea 组件高度不正确问题 [#2974](https://github.com/vueComponent/ant-design-vue/issues/2974)
|
||||||
|
- 🐞 回滚 Menu 组件到 1.6.5 版本一致 [#3112](https://github.com/vueComponent/ant-design-vue/issues/3112)
|
||||||
|
- 🐞 修复 TreeSelect throw error [#3126](https://github.com/vueComponent/ant-design-vue/issues/3126)
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
||||||
`2020-10-28`
|
`2020-10-28`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue