mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
bump 2.0.0-beta.13
This commit is contained in:
parent
26779d6367
commit
a007b4757a
@ -10,6 +10,16 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.0.0-beta.13
|
||||
|
||||
`2020-11-02`
|
||||
|
||||
- 🐞 Fix npm install error report [#3080](https://github.com/vueComponent/ant-design-vue/issues/3080)
|
||||
- 🐞 Fix Select maxPlaceHolder display error problem [#3085](https://github.com/vueComponent/ant-design-vue/issues/3085)
|
||||
- 🐞 Fix the pop-up component, the pop-up position is not updated [#3085](https://github.com/vueComponent/ant-design-vue/issues/3085)
|
||||
- 🐞 Fix the warning problem when Table data is empty [#3082](https://github.com/vueComponent/ant-design-vue/issues/3082)
|
||||
- 🐞 Fix Input display multiple borders in Form [#3084](https://github.com/vueComponent/ant-design-vue/issues/3084)
|
||||
|
||||
## 2.0.0-beta.12
|
||||
|
||||
`2020-11-01`
|
||||
|
@ -10,6 +10,16 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.0.0-beta.13
|
||||
|
||||
`2020-11-02`
|
||||
|
||||
- 🐞 修复 npm install 报错问题 [#3080](https://github.com/vueComponent/ant-design-vue/issues/3080)
|
||||
- 🐞 修复 Select maxPlaceHolder 显示错误问题 [#3085](https://github.com/vueComponent/ant-design-vue/issues/3085)
|
||||
- 🐞 修复弹窗类组件,弹出位置不更新问题 [#3085](https://github.com/vueComponent/ant-design-vue/issues/3085)
|
||||
- 🐞 修复 Table 数据为空时的 warning 问题 [#3082](https://github.com/vueComponent/ant-design-vue/issues/3082)
|
||||
- 🐞 修复 Input 在 Form 中显示多个边框问题 [#3084](https://github.com/vueComponent/ant-design-vue/issues/3084)
|
||||
|
||||
## 2.0.0-beta.12
|
||||
|
||||
`2020-11-01`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.0.0-beta.12",
|
||||
"version": "2.0.0-beta.13",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user