3.0.0-beta.1
·
192 commits
to next
since this release
2021-12-24
-
🌟 Refactor the InputNumber component, add new attributes:
bordered
controls
keyboard
stringMode
, slot:addonAfter
addonBefore
, event:step
, please refer to InputNumber API description for details -
🌟 Add global.d.ts type file to facilitate volar recognition #5067
-
🐞 Fix web-type.json missing issue #4860
-
Tabs
-
Form
- 🌟 7 new usage examples added to the document
- 🌟 New FormInstance type export
- 🌟 No need to specify the type when verifying the Number type #5064
- 🐞 Roll back the automatic verification feature when FormItem is actively assigned. This scenario should not be automatically verified #5056
- 🐞 Fix validateMessages error problem
-
🌟 Optimize the basic components of the virtual list and improve the performance of Tree, TreeSelect, and Select 4e70c6 [#5069](https://github. com//issues/5069)
-
🐞 Fix the stuttering problem when Tree expands #5069
-
🐞 Fix the issue that Input is not updated when reset to undefined
- 🌟 重构 InputNumber 组件,新增属性:
bordered
controls
keyboard
stringMode
, 插槽:addonAfter
addonBefore
, 事件:step
,具体请查看 InputNumber API 说明 - 🌟 添加 global.d.ts 类型文件,方便 volar 识别 #5067
- 🐞 修复 web-type.json 丢失问题 #4860
- Tabs
- Form
- 🌟 优化虚拟列表基础组件,提升 Tree、TreeSelect、Select 性能 4e70c6 #5069
- 🐞 修复 Tree 展开时卡顿闪动问题 #5069
- 🐞 修复 Input 重置 undefined 时,不更新问题