Skip to content

Commit 2213d0e

Browse files
committed
release 3.0.0-beta.4
1 parent 3c0979c commit 2213d0e

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 3.0.0-beta.4
14+
15+
`2021-12-28`
16+
17+
- 🌟 Refactor the Checkbox component for better performance
18+
- 🌟 FormItem adds noStyle property, which makes it more convenient to organize form layout
19+
- 🐞 Fix the problem that InputNumber cannot enter the minimum value when the precision is 0 [#5083](https://github.com/vueComponent/ant-design-vue/issues/5083)
20+
21+
#### Documentation:
22+
23+
- 🌟 Form adds 2 new examples: Time-related Controls, Other Form Controls
24+
1325
## 3.0.0-beta.3
1426

1527
`2021-12-27`

CHANGELOG.zh-CN.md

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

1111
---
1212

13+
## 3.0.0-beta.4
14+
15+
`2021-12-28`
16+
17+
- 🌟 重构 Checkbox 组件,性能更优
18+
- 🌟 FormItem 新增 noStyle 属性,更加方便组织表单布局
19+
- 🐞 修复 InputNumber 在 precision 为 0 时,无法输入最小值问题 [#5083](https://github.com/vueComponent/ant-design-vue/issues/5083)
20+
21+
#### 文档:
22+
23+
- 🌟 Form 新增 2 个示例:校验时间类组件、校验其它组件
24+
1325
## 3.0.0-beta.3
1426

1527
`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.3",
3+
"version": "3.0.0-beta.4",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)