release 3.0.0-beta.4
parent
3c0979c5e4
commit
2213d0ed62
|
@ -10,6 +10,18 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-beta.4
|
||||
|
||||
`2021-12-28`
|
||||
|
||||
- 🌟 Refactor the Checkbox component for better performance
|
||||
- 🌟 FormItem adds noStyle property, which makes it more convenient to organize form layout
|
||||
- 🐞 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)
|
||||
|
||||
#### Documentation:
|
||||
|
||||
- 🌟 Form adds 2 new examples: Time-related Controls, Other Form Controls
|
||||
|
||||
## 3.0.0-beta.3
|
||||
|
||||
`2021-12-27`
|
||||
|
|
|
@ -10,6 +10,18 @@
|
|||
|
||||
---
|
||||
|
||||
## 3.0.0-beta.4
|
||||
|
||||
`2021-12-28`
|
||||
|
||||
- 🌟 重构 Checkbox 组件,性能更优
|
||||
- 🌟 FormItem 新增 noStyle 属性,更加方便组织表单布局
|
||||
- 🐞 修复 InputNumber 在 precision 为 0 时,无法输入最小值问题 [#5083](https://github.com/vueComponent/ant-design-vue/issues/5083)
|
||||
|
||||
#### 文档:
|
||||
|
||||
- 🌟 Form 新增 2 个示例:校验时间类组件、校验其它组件
|
||||
|
||||
## 3.0.0-beta.3
|
||||
|
||||
`2021-12-27`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.0.0-beta.3",
|
||||
"version": "3.0.0-beta.4",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue