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.12
This commit is contained in:
parent
db14e68117
commit
bcb86428fe
@ -10,6 +10,15 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.0.0-beta.12
|
||||
|
||||
`2020-11-01`
|
||||
|
||||
- 🐞 Fix dist/antd.css missing component style issue [#3069](https://github.com/vueComponent/ant-design-vue/issues/3069)
|
||||
- 🐞 Fix Input style issue [#3074](https://github.com/vueComponent/ant-design-vue/issues/3074)
|
||||
- 🐞 Fix Form layout="vertical" style issue [#3075](https://github.com/vueComponent/ant-design-vue/issues/3075)
|
||||
- 🐞 Fix Select cannot open popup problem [#3070](https://github.com/vueComponent/ant-design-vue/issues/3070)
|
||||
|
||||
## 2.0.0-beta.11
|
||||
|
||||
`2020-10-30`
|
||||
|
@ -10,6 +10,15 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.0.0-beta.12
|
||||
|
||||
`2020-11-01`
|
||||
|
||||
- 🐞 修复 dist/antd.css 缺失组件样式问题 [#3069](https://github.com/vueComponent/ant-design-vue/issues/3069)
|
||||
- 🐞 修复 Input 样式问题 [#3074](https://github.com/vueComponent/ant-design-vue/issues/3074)
|
||||
- 🐞 修复 Form layout="vertical" 样式问题 [#3075](https://github.com/vueComponent/ant-design-vue/issues/3075)
|
||||
- 🐞 修复 Select 无法打开弹窗问题 [#3070](https://github.com/vueComponent/ant-design-vue/issues/3070)
|
||||
|
||||
## 2.0.0-beta.11
|
||||
|
||||
`2020-10-30`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.0.0-beta.11",
|
||||
"version": "2.0.0-beta.12",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user