release 3.0.0-beta.2

pull/5084/head 3.0.0-beta.2
tangjinzhou 2021-12-27 10:08:27 +08:00
parent b265d75c9a
commit 8b2b402f73
3 changed files with 15 additions and 1 deletions

View File

@ -10,6 +10,13 @@
--- ---
## 3.0.0-beta.2
`2021-12-27`
- 🐞 Fix the issue of triggering inspection when FormItem does not pass the name [#5081](https://github.com/vueComponent/ant-design-vue/issues/5081)
- 🐞 Fix the width flickering problem when Table is first rendered [#5075](https://github.com/vueComponent/ant-design-vue/issues/5075) [#4993](https://github.com/vueComponent /ant-design-vue/issues/4993)
## 3.0.0-beta.1 ## 3.0.0-beta.1
`2021-12-24` `2021-12-24`

View File

@ -10,6 +10,13 @@
--- ---
## 3.0.0-beta.2
`2021-12-27`
- 🐞 修复 FormItem 未传递 name 时,触发检验问题 [#5081](https://github.com/vueComponent/ant-design-vue/issues/5081)
- 🐞 修复 Table 首次渲染时宽度闪动问题 [#5075](https://github.com/vueComponent/ant-design-vue/issues/5075) [#4993](https://github.com/vueComponent/ant-design-vue/issues/4993)
## 3.0.0-beta.1 ## 3.0.0-beta.1
`2021-12-24` `2021-12-24`

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "3.0.0-beta.1", "version": "3.0.0-beta.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": [