Skip to content

Commit 41f4187

Browse files
committed
release 3.0.0-beta.3
1 parent e1613fa commit 41f4187

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.en-US.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@
1010

1111
---
1212

13+
## 3.0.0-beta.3
14+
15+
`2021-12-27`
16+
17+
- 🐞 Fix `Select` virtual scroll, dynamically correct the height error problem [#5082](https://github.com/vueComponent/ant-design-vue/issues/5082)
18+
1319
## 3.0.0-beta.2
1420

1521
`2021-12-27`
1622

1723
- 🐞 Fix the issue of triggering inspection when FormItem does not pass the name [#5081](https://github.com/vueComponent/ant-design-vue/issues/5081)
18-
- 🐞 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)
24+
- 🐞 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)
1925

2026
## 3.0.0-beta.1
2127

CHANGELOG.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 3.0.0-beta.3
14+
15+
`2021-12-27`
16+
17+
- 🐞 修复 `Select` 虚拟滚动,动态修正高度错误问题 [#5082](https://github.com/vueComponent/ant-design-vue/issues/5082)
18+
1319
## 3.0.0-beta.2
1420

1521
`2021-12-27`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)