Releases: vueComponent/ant-design-vue
3.0.0-beta.1
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 时,不更新问题
3.0.0-alpha.16
2021-12-19
- 🌟 Refactored Input and added borderless configuration
- Table
- 🐞 Fix the issue that the global prefixCls of the Rate component does not take effect #5026
- 🐞 Fix Menu custom class not taking effect #5038
- 🐞 Fix the problem of printing warning when Carousel mobile device is touched #5040
- 🐞 Fix the problem that Select cannot be selected when customizing prefixCls #5023
3.0.0-alpha.15
3.0.0-alpha.15
2021-12-12
- 🌟 Optimize Layout performance
- 🌟 Menu supports lazy loading (SubMenu must fill in the key) to improve performance #4812
- 🌟 Input and Textarea support lazy command modifier #4951
- 🐞 Select placeholder supports slot #4995
- 🐞 Fix Radio cursor style #4997
- 🐞 Fix Statistic.Countdown property support slot #4996
- 🐞 Fix FormItem name attribute type error #4998
- 🐞 Fix Menu hidden animation loss problem
- 🐞 Fix FormItem explain style not responding issue #5004
- 🐞 Fix the problem that Slider tooltip does not display under special conditions
- 🐞 Fix the problem that Dropdown special conditions trigger two click events #5002
- 🐞 Fix some components reporting errors under SSR, support Nuxt
- 🐞 Fix the problem that the drop-down box component jumps at the edge #5008
- 🐞 Fix Table type error #5009
- 🌟 优化 Layout 性能
- 🌟 Menu 支持懒加载(SubMenu 必须填写 key),提升性能 #4812
- 🌟 Input、Textarea 支持 lazy 指令修饰符 #4951
- 🐞 Select placeholder 支持 slot #4995
- 🐞 修复 Radio cursor 样式 #4997
- 🐞 修复 Statistic.Countdown 属性支持插槽 #4996
- 🐞 修复 FormItem name 属性类型错误 #4998
- 🐞 修复 Menu 隐藏动画丢失问题
- 🐞 修复 FormItem explain style 未响应问题 #5004
- 🐞 修复 Slider tooltip 特殊条件不显示问题
- 🐞 修复 Dropdown 特殊条件触发两次 click 事件问题 #5002
- 🐞 修复部分组件在 SSR 下报错问题,支持 Nuxt
- 🐞 修复下拉框组件,在边缘处位置跳动问题 #5008
- 🐞 修复 Table 类型错误 #5009
3.0.0-alpha.14
2021-12-5
- 🌟 Add xxxl grid #4953
- 🌟 Collapse activeKey supports deep monitoring #4969
- 🐞 Fix the problem that the form verification is not triggered when textarea blur af5440
- 🐞 Fix the issue of unchecked form during active assignment #4955
- 🐞 Fix the problem of unable to scroll after Select search #4971
- 🐞 Fix rangePicker, slider type issues
3.0.0-alpha.13
2021-11-28
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Publish Performant advanced table component Surely Vue
Official website : https://surely.cool/
Github:[https://github.com/surely-vue/table]
- 🐞 Upgrade ts, fix component type error e28168 #4908 #4912
- 🐞 Drawer visible is changed to optional to avoid reporting type errors in the writing of jsx v-model #4908
- 🐞 Fix the problem that the tabs moreIcon slot does not take effect #4928
- 🐞 Fix Button :disabled="false" when the style is wrong #4930
- 🐞 Fix the expansion component (Select, AutoComplete, TreeSelect), the animation direction is wrong, the expansion flashing problem #4909
- 🐞 Anchor class name fixed has no prefix, which leads to naming conflicts #4931
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
高级组件 Surely Vue 发布!!!
官方站点 : https://surely.cool/
Github:[https://github.com/surely-vue/table]
3.0.0-alpha.9
3.0.0-alpha.9
2021-11-03
- 🐞 Fix requestAnimationFrame undefined error under ssr for some components #4833
- 🐞 Fix the problem that TreeSelect selectable and checkable cannot be closed #4838
- 🐞 Fix the problem that Tabs cannot be scrolled on the mobile terminal #4828
- 🐞 Fix InputNumber does not trigger inspection under form #4831
- 🐞 Fix that when Select uses
<a-select-option>
to build a node, the automatic word segmentation fails #4844
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
2021-10-27
- 🌟 Table add drag column feature
- 🌟 Table 新增拖动列