Skip to content

Releases: vueComponent/ant-design-vue

2.2.0-beta.1

07 Jun 09:47
9e0df41
Compare
Choose a tag to compare

2021-6-7

  • 🔥🔥🔥 Virtual Table independent library released https://www.npmjs.com/package/@surely-vue/table, this component is an independent library, the document example is not yet complete, it is a completely ts-developed component , There are good type hints, there are API documents on npm, those who are in a hurry can explore and use it, here is an online experience example, https://store.antdv.com/pro/preview/list/big- table-list
  • 🔥🔥🔥 Refactored a large number of components, the source code is more readable, the performance is better, and the ts type is more comprehensive -Refactored components in this version Anchor, Alert, Avatar, Badge, BackTop, Col, Form, Layout, Menu, Space, Spin, Switch, Row, Result, Rate
  • 🎉 Menu
    • Better performance #3300
    • Fix the problem of incorrect highlighting #4053
    • Fix console invalid warning #4169
    • Easier to use, simpler to use single file recursion #4133
    • 💄 icon icon needs to be passed through slot
  • Skeleton
    • 🌟 Support Skeleton.Avatar placeholder component.
    • 🌟 Support Skeleton.Button placeholder component.
    • 🌟 Support Skeleton.Input placeholder component.
  • 💄 Destructive update
    • The a-menu-item and a-sub-menu icons need to be passed through the slot, and the icon is not automatically obtained through the sub-node
    • row gutter supports row-wrap, no need to use multiple rows to divide col
    • Menu removes defaultOpenKeys and defaultSelectedKeys; Switch removes defaultChecked; Rate removes defaultValue; Please be cautious to use the defaultXxx-named attributes of other unrefactored components, and they will be removed in future versions.
  • 🌟 Added Avatar.Group component
  • 🐞 Fix AutoComplete filterOptions not taking effect #4170
  • 🐞 Fix Select automatic width invalidation problem #4118
  • 🐞 Fix the lack of internationalized files in dist #3684

  • 🔥🔥🔥 虚拟 Table 独立库发布 https://www.npmjs.com/package/@surely-vue/table , 该组件是一个独立的库,目前文档示例尚未完善,他是一个完全 ts 开发的组件,有较好的类型提示,npm 上已有 API 文档,着急使用的的可以摸索着用起来了,这里有个在线体验示例,https://store.antdv.com/pro/preview/list/big-table-list
  • 🔥🔥🔥 重构大量组件,源码更加易读,性能更优,ts 类型更加全面
    • 本版本重构组件 Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate
  • 🎉 Menu
    • 性能更优 #3300
    • 修复高亮不正确问题 #4053
    • 修复控制台无效 warning #4169
    • 更加易用,更加简单的使用单文件递归 #4133
    • 💄 图标 icon 需要通过 slot 传递
  • Skeleton
    • 🌟 支持 Skeleton.Avatar 占位组件。
    • 🌟 支持 Skeleton.Button 占位组件。
    • 🌟 支持 Skeleton.Input 占位组件。
  • 💄 破坏性更新
    • a-menu-itema-sub-menu 图标需要通过 slot 传递,不在通过子节点自动获取图标
    • row gutter 支持 row-wrap, 无需使用多个 row 划分 col
    • Menu 移除 defaultOpenKeys、defaultSelectedKeys; Switch 移除 defaultChecked; Rate 移除 defaultValue; 其它未重构组件的 defaultXxx 命名的属性请谨慎使用,在未来的版本中也会被移除。
  • 🌟 新增 Avatar.Group 组件
  • 🐞 修复 AutoComplete filterOptions 不生效问题 #4170
  • 🐞 修复 Select 自动宽度失效问题 #4118
  • 🐞 修复 dist 缺少国际化文件问题 #3684

2.1.4

09 May 13:45
Compare
Choose a tag to compare

2021-5-9

  • 🐞 Fix Table scrolling misalignment issue #4045
  • 🐞 Fix Typography editable mode triggering link jump issue #4105
  • 🐞 Fix the issue that Carousel variableWidth does not take effect #3977
  • 🐞 Fix the problem that TreeSelect cannot delete parent and child nodes at the same time through the keyboard #3508
  • 🐞 Fix some types of errors

  • 🐞 修复 Table 滚动错位问题 #4045
  • 🐞 修复 Typography editable 模式触发链接跳转问题 #4105
  • 🐞 修复 Carousel variableWidth 不生效问题 #3977
  • 🐞 修复 TreeSelect 无法通过键盘同时删除父子节点问题 #3508
  • 🐞 修复若干类型错误问题

2.1.3

25 Apr 15:33
Compare
Choose a tag to compare

2021-4-25

  • 🎉🎉🎉 remove ads during npm installation
  • 🐞 Select
    • Fix the first issue of default activation #3842
    • Fix group display abnormal problem #3841
    • Fix scrolling abnormal issue after dynamically updating selections #3972
  • 🐞 Fix the issue that Checkbox triggers twice update:checked #3838
  • 🌟 Table column group supports fixed #3882
  • 🌟 Table column supports v-for #3934
  • 🐞 Fix the problem that Table displays horizontal scroll bar on windows 6d33d6
  • 🌟 Form scrollToFirstError supports option parameter passing #3918
  • 🐞 Fix the issue of Calendar month selector displaying wrong characters #3915
  • 🌟 Refactor the Switch component and remove the defaultChecked attribute #3885
  • 🐞 Fix the process exception when using Vite #3930
  • 🐞 Fix Radio shadow occlusion problem #3955
  • 🐞 Fix the issue that span does not take effect in Form inline mode #3862
  • 🐞 Fix the issue that Cascader keydown selection does not take effect #958
  • 🐞 Fix Image preview function failure problem #3701
  • 🐞 Fix some TS type issues

  • 🎉🎉🎉 移除 npm 安装时的广告
  • 🐞 Select
    • 修复默认激活第一项问题 #3842
    • 修复分组显示异常问题 #3841
    • 修复动态更新选择项后滚动异常问题 #3972
  • 🐞 修复 Checkbox 触发两次 update:checked 问题 #3838
  • 🌟 Table column group 支持 fixed #3882
  • 🌟 Table column 支持 v-for #3934
  • 🐞 修复 Table 在 windows 显示横向滚动条问题 6d33d6
  • 🌟 Form scrollToFirstError 支持选项参数传递 #3918
  • 🐞 修复 Calendar 月份选择器显示错误字符问题 #3915
  • 🌟 重构 Switch 组件,移除 defaultChecked 属性 #3885
  • 🐞 修复使用 Vite 时,抛出 process 异常问题 #3930
  • 🐞 修复 Radio 阴影遮挡问题 #3955
  • 🐞 修复 Form inline 模式下, span 不生效问题 #3862
  • 🐞 修复 Cascader keydown 选择不生效问题 #958
  • 🐞 修复 Image 预览功能失败问题 #3701
  • 🐞 修复一些 TS 类型问题

2.1.1

27 Mar 14:36
Compare
Choose a tag to compare

2021-3-27

  • 🌟 Compatible with Vue 3.0.8, note: Due to the destructive update of 3.0.8, 2.1.1 is not compatible with versions below 3.0.7 [vue#3493](https://github.com/vuejs/vue-next/issues /3493)
  • 🐞 Fix Modal.confirm missing closable ts type #3684
  • 🐞 Fix upload custom method not working issue #3843

  • 🌟 兼容 Vue 3.0.8,注意:由于 3.0.8 的破坏性更新,2.1.1 无法兼容 3.0.7 以下版本 vue#3493
  • 🐞 修复 Modal.confirm 缺失 closable ts 类型 #3684
  • 🐞 修复 Upload 自定义 method 不生效问题 #3843

2.1.0

20 Mar 14:28
Compare
Choose a tag to compare

2021-3-20

  • 🎉🎉🎉 Added Typography component #3807
  • 🌟 Modal method adds close icon customization #3753
  • 🐞 Fix missing build files containing internationalization #3684
  • 🐞 Fix Drawer error after destruction #848d64
  • 🐞 Fix BackTop incorrect position when KeepAlive is activated #3803
  • 🐞 Fix the problem that the TreeNode class does not take effect #3822
  • 🐞 Fix Table tags being an array error issue #3812
  • 🐞 Fix the sorting issue when Table custom filterIcon is triggered #3819
  • 🐞 Fix Select style misalignment under Form #3781

  • 🎉🎉🎉 新增 Typography 组件 #3807
  • 🌟 Modal 方法新增关闭图标定制 #3753
  • 🐞 修复缺失包含国际化的构建文件 #3684
  • 🐞 修复 Drawer 销毁后报错问题 #848d64
  • 🐞 修复 BackTop 在 KeepAlive 激活时,位置不对的问题 #3803
  • 🐞 修复 TreeNode class 不生效问题 #3822
  • 🐞 修复 Table tags 为数组是报错问题 #3812
  • 🐞 修复 Table 自定义 filterIcon 时,触发排序问题 #3819
  • 🐞 修复 Select 样式在 Form 下错位问题 #3781

2.0.1

27 Feb 15:41
Compare
Choose a tag to compare

2.0.1

2021-02-27

  • 🌟 Badge adds Ribbon #3681
  • 🌟 Adjust the trigger order of SearchInput search event #3725
  • 🐞 Fix the stuck problem when Table is destroyed #3531
  • 🐞 Fix the issue of less file introduced in Menu css #3678
  • 🐞 Fix the problem of Alert custom icon misalignment #3712

2.0.1

2021-02-27

  • 🌟 Badge 新增 Ribbon #3681
  • 🌟 调整 SearchInput search 事件触发顺序 #3725
  • 🐞 修复 Table 销毁时卡死问题 #3531
  • 🐞 修复 Menu css 中引入了 less 文件问题 #3678
  • 🐞 修复 Alert 自定义图标错位问题 #3712

1.7.3

16 Feb 08:21
Compare
Choose a tag to compare

2021-2-16

  • 🌟 Modal api method call supports defining close icon #3642
  • 🌟 Form message support function #3163
  • 🌟 Optimize the animation effect of Progress #3510
  • 🐞 Fix the background color problem when AutoComplete is disabled #3143
  • 🐞 Fix the issue that the Alert close button is displayed abnormally under safari #3184
  • 🐞 Fix the problem that Dropdown shows the wrong position under ButtonGroup #2995
  • 🐞 Fix the issue that the change event will no longer be triggered after RadioGroup is blocked from being selected #3047
  • 🐞 Fix the problem that Table cannot be sorted #3327
  • 🐞 Fix missing Space component type file issue #3340
  • 🐞 Fix Slider's position calculation error under decimal precision #3386
  • 🐞 Fix DatePicker mode="decade" invalidation issue #3536
  • 🐞 Fix the problem that the keyboard can still be switched in the diabled state of Tabs #3575
  • 🐞 Fix the issue that Menu forceSubMenuRender does not take effect #3615
  • 🐞 Fix Upload transformFile not executing issue #3636

  • 🌟 Modal api 方式调用支持定义关闭图标 #3642
  • 🌟 Form message 支持函数 #3163
  • 🌟 优化 Progress 动画效果 #3510
  • 🐞 修复 AutoComplete disabled 时背景颜色异常问题 #3143
  • 🐞 修复 Alert 关闭按钮在 safari 下显示异常问题 #3184
  • 🐞 修复 DropdownButtonGroup 下显示位置错误问题 #2995
  • 🐞 修复 RadioGroup 阻止选中后,不再触发 change 事件问题 #3047
  • 🐞 修复 Table 无法排序的问题 #3327
  • 🐞 修复缺失 Space 组件类型文件问题 #3340
  • 🐞 修复 Slider 在小数精度下位置计算错误问题 #3386
  • 🐞 修复 DatePicker mode="decade" 失效问题 #3536
  • 🐞 修复 Tabs diabled 状态下依然可以通过键盘切换问题 #3575
  • 🐞 修复 Menu forceSubMenuRender 不生效问题 #3615
  • 🐞 修复 Upload transformFile 不执行问题 #3636

2.0.0

06 Feb 13:56
Compare
Choose a tag to compare

2021-2-6

  • 🎉🎉🎉 2.0 official version released
  • 🎉🎉🎉 support dark theme #3410
  • 🎉🎉🎉 The new version of the document is online, use the Composition API to completely reconstruct the document example, and provide the TS and JS dual version source code
  • 🌟 Refactor the Alert component using Composition API #3654
  • 🌟 Tooltip supports custom colors #3603
  • 🐞 Fix the problem that TimePicker does not automatically scroll to the selected position #ab7537

  • 🎉🎉🎉 2.0 正式版发布
  • 🎉🎉🎉 支持暗黑主题 #3410
  • 🎉🎉🎉 新版文档上线,使用 Composition API 完全重构文档示例,提供 TS、JS 双版本源码
  • 🌟 使用 Composition API 重构 Alert 组件 #3654
  • 🌟 Tooltip 支持自定义颜色 #3603
  • 🐞 修复 TimePicker 没有自动滚动到已选位置问题 #ab7537

2.0.0-rc.9

24 Jan 06:49
Compare
Choose a tag to compare

2021-1-24

  • 🌟 @ant-design/icons-vue upgrade to 6.0, use es module by default
  • 🌟 Tabs adds centered centered mode #3501
  • 🐞 Progress Add opacity animation #3505
  • 🐞 Fix an error when installing npm #3515
  • 🐞 Fix the problem of Breadcrumn split line not displaying #3522
  • 🐞 Fix Radio uncontrolled issue #3517
  • 🐞 Fix FormItem not wrapping issue #3538
  • 🐞 Fix Carousel pauseOnDotsHover not working problem #3519
  • 🐞 Fix Input.Search class not working issue #3541
  • 🐞 Fix the issue that InputNumber triggers the change event multiple times under Microsoft input method #3550
  • 🐞 Fix the problem that the keyboard can still be switched in the disabled state of Tabs #3575
  • 🐞 Fix the issue that Switch does not take effect in the table #3512

  • 🌟 @ant-design/icons-vue 升级至 6.0,默认使用 es module
  • 🌟 Tabs 增加 centered 居中模式 #3501
  • 🐞 Progress 添加 opacity 动画 #3505
  • 🐞 修复 npm 安装时报错问题 #3515
  • 🐞 修复 Breadcrumn 分割线不显示问题 #3522
  • 🐞 修复 Radio 不受控问题 #3517
  • 🐞 修复 FormItem 不换行问题 #3538
  • 🐞 修复 Carousel pauseOnDotsHover 不生效问题 #3519
  • 🐞 修复 Input.Search class 不生效问题 #3541
  • 🐞 修复 InputNumber 在微软输入法下多次触发 change 事件问题 #3550
  • 🐞 修复 Tabs disabled 状态下依然可以通过键盘切换问题 #3575
  • 🐞 修复 Switch 在 table 中切换不生效问题 #3512

2.0.0-rc.8

07 Jan 13:19
Compare
Choose a tag to compare

2021-1-7

  • 🌟 Support Vite 2 #3490
  • 🌟 Use Composition API to refactor Affix component #3447
  • 🐞 Fix Image component type definition error #3488
  • 🐞 Upgrade icons-vue Fix IconFont component type error #3474
  • 🐞 Fix Tooltip arrow style error in less 4 #3477
  • 🐞 Fix DatePicker type definition parsing error under Vue 3.0.5 #bf7c62

  • 🌟 支持 Vite 2 #3490
  • 🌟 使用 Composition API 重构 Affix 组件 #3447
  • 🐞 修复 Image 组件类型定义错误 #3488
  • 🐞 升级 icons-vue 修复 IconFont 组件类型错误 #3474
  • 🐞 修复 less 4 下 Tooltip 箭头样式错误问题 #3477
  • 🐞 修复 Vue 3.0.5 下 DatePicker 类型定义解析错误问题 #bf7c62