Skip to content

Releases: vueComponent/ant-design-vue

3.0.0-beta.1

24 Dec 13:42
Compare
Choose a tag to compare

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

    • 🌟 Tabs collapsed node added delete function
    • 🐞 Tabs special scene not activated option issue #5056
    • 🐞 Fix the problem of the default export TabPane component name error b645f8
  • 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
    • 🌟 Tabs 折叠节点新增删除功能
    • 🐞 Tabs 特殊场景未激活选项问题 #5056
    • 🐞 修复默认导出的 TabPane 组件名称错误问题 b645f8
  • Form
    • 🌟 文档新增 7 个使用示例
    • 🌟 新增 FormInstance 类型导出
    • 🌟 校验 Number 类型时无需指定类型 #5064
    • 🐞 回滚 FormItem 主动赋值时自动校验特性,此场景不应该自动校验 #5056
    • 🐞 修复 validateMessages 错误问题
  • 🌟 优化虚拟列表基础组件,提升 Tree、TreeSelect、Select 性能 4e70c6 #5069
  • 🐞 修复 Tree 展开时卡顿闪动问题 #5069
  • 🐞 修复 Input 重置 undefined 时,不更新问题

3.0.0-alpha.16

19 Dec 02:00
Compare
Choose a tag to compare

2021-12-19

  • 🌟 Refactored Input and added borderless configuration
  • Table
    • 🌟 Table customCell added column parameter #5052
    • 🐞 Fix the console output error warning problem when turning Table pages #5029
    • 🐞 Fix the problem that the pop-up box of the Table page turning component is hidden, and the pop-up box position is wrong #5028
  • 🐞 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

  • 🌟 重构 Input,新增无边框配置
  • Table
    • 🌟 Table customCell 新增 column 参数#5052
    • 🐞 修复 Table 翻页时,控制台输出错误 warning 问题 #5029
    • 🐞 修复 Table 翻页组件弹出框隐藏时,弹框位置错误问题 #5028
  • 🐞 修复 Rate 组件全局 prefixCls 未生效问题 #5026
  • 🐞 修复 Menu 自定义 class 未生效问题 #5038
  • 🐞 修复 Carousel 移动设备触摸时,打印 warning 问题 #5040
  • 🐞 修复自定义 prefixCls 时,Select 无法选中问题 #5023

3.0.0-alpha.15

12 Dec 09:23
Compare
Choose a tag to compare

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

05 Dec 06:38
Compare
Choose a tag to compare

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

  • 🌟 新增 xxxl 网格 #4953
  • 🌟 Collapse activeKey 支持深度监听 #4969
  • 🐞 修复 textarea blur 时未触发表单校验问题 af5440
  • 🐞 修复 Form 主动赋值时未校验问题 #4955
  • 🐞 修复 Select 搜索后无法滚动问题 #4971
  • 🐞 修复 rangePicker、slider 类型问题

3.0.0-alpha.13

28 Nov 05:44
Compare
Choose a tag to compare

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]

  • 🐞 升级 ts,修复组件类型错误 e28168#4908#4912
  • 🐞 Drawer visible 改为可选,避免在 jsx v-model 写法中报类型错误 #4908
  • 🐞 修复 tabs moreIcon 插槽不生效问题 #4928
  • 🐞 修复 Button :disabled="false" 时,样式错误问题 #4930
  • 🐞 修复展开类组件(Select、AutoComplete、TreeSelect),动画方向错误、展开闪动问题 #4909
  • 🐞 Anchor 类名 fixed 没有前缀,导致命名冲突问题 #4931

3.0.0-alpha.9

03 Nov 09:08
Compare
Choose a tag to compare

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

  • 🐞 修复部分组件在 ssr 下 requestAnimationFrame 未定义错误 #4833
  • 🐞 修复 TreeSelect selectable、checkable 无法关闭问题 #4838
  • 🐞 修复 Tabs 在移动端无法滚动问题 #4828
  • 🐞 修复 InputNumber 在 form 下不触发检验问题 #4831
  • 🐞 修复 Select 使用 <a-select-option> 构建节点时,自动分词失效 #4844

3.0.0-alpha.8

03 Nov 09:07
Compare
Choose a tag to compare

3.0.0-alpha.8

2021-10-30

  • 🐞 Fix the missing component type #4823

  • 🐞 修复组件类型丢失问题 #4823

3.0.0-alpha.7

03 Nov 09:06
Compare
Choose a tag to compare

3.0.0-alpha.7

2021-10-29

  • 🌟 Form added validate event #4817
  • 🌟 Tree provides ref to get internal state api #4820
  • 🐞 Fix the width mutation problem when dragging Table #4811
  • 🐞 Fix the problem that TreeSelect is empty and does not update when opened again a5604b

  • 🌟 Form 新增 validate 事件 #4817
  • 🌟 Tree 提供 ref 获取内部状态 api #4820
  • 🐞 修复 Table 拖动时宽度突变问题 #4811
  • 🐞 修复 TreeSelect 为空后,再次打开不更新问题 a5604b

3.0.0-alpha.6

27 Oct 07:11
Compare
Choose a tag to compare

2021-10-27

  • 🌟 Table add drag column feature

  • 🌟 Table 新增拖动列

3.0.0-alpha.5

26 Oct 13:29
Compare
Choose a tag to compare

2021-10-26

  • Table
    • 🐞 Fix sticky time reporting error #4804 #4808
    • 🐞 Fix emptyText internationalization failure problem #4805
    • 🌟 Optimize performance issues when size changes #4787
  • 🌟 useForm supports deep responsive rule #4799
  • 🌟 Dropdown type supports text type #4802
  • 🐞 Fix Menu reporting error on mobile terminal #4794
  • 🐞 Fix the invalidation problem when checking the Tree custom fieldNames #4790
  • 🐞 Fix api component internationalization failure problem #4780

  • Table
    • 🐞 修复 sticky 时报错问题 #4804 #4808
    • 🐞 修复 emptyText 国际化失效问题 #4805
    • 🌟 优化大小改变时的性能问题 #4787
  • 🌟 useForm 支持深度响应式 rule #4799
  • 🌟 Dropdown type 支持 text 类型 #4802
  • 🐞 修复 Menu 在移动端报错问题 #4794
  • 🐞 修复 Tree 自定义 fieldNames 时,勾选失效问题 #4790
  • 🐞 修复 api 组件国际化失效问题 #4780