Arco Design Vue Versions Save

A Vue.js 3 UI Library based on Arco Design

2.53.3

6 months ago

2023-11-24

🐛 BugFix

  • input-tag: Fix the problem that the file can still be deleted under read-only (#2824)
  • date-picker: fix invalid date due to mismatch between date and format (#2789)

2023-11-24

🐛 问题修复

  • input-tag: 修复 read-only 下仍然能被删除的问题 (#2824)
  • date-picker: 修复日期与format不一致导致出现无效日期 (#2789)

2.53.2

6 months ago

2023-11-10

🐛 BugFix

  • watermark: Fix the problem of error reporting when styles are loaded on demand (#2787)

2023-11-10

🐛 问题修复

  • watermark: 修复样式按需加载报错问题 (#2787)

2.53.1

6 months ago

2023-11-08

🐛 BugFix

  • watermark: Fix the problem that component entrance is not exposed (#2782)

2023-11-08

🐛 问题修复

  • watermark: 修复组件入口未暴露问题 (#2782)

2.53.0

6 months ago

2023-11-03

🆕 Feature

  • watermark: add watermark component (#2741)
  • calendar: Added header and default slots (#2674)

🐛 BugFix

  • descriptions: Fix the problem of invalid span attribute of DescriptionsItem component (#2765)

2023-11-03

🆕 新增功能

  • watermark: 新增水印组件 (#2741)
  • calendar: 新增 headerdefault 插槽 (#2674)

🐛 问题修复

  • descriptions: 修复 DescriptionsItem 组件 span 属性失效的问题 (#2765)

2.52.1

7 months ago

2023-10-13

🐛 BugFix

  • mention: Fixed the issue where the disabled attribute does not work properly under text-area (#2723)

💎 Enhancement

  • switch: Optimize handling of undefined and null values (#2737)

2023-10-13

🐛 问题修复

  • mention: 修复在text-area下disabled属性无法正常工作的问题 (#2723)

💎 功能优化

  • switch: 优化对 undefinednull 值的处理 (#2737)

2.52.0

8 months ago

2023-09-22

🆕 Feature

  • input-number: Add input-attrs attribute (#2716)
  • transfer: add an action icon slot (#2708)
  • avatar: Added new ObjectFit prop (#2691)
  • auto-complete: add dropdown scroll event (#2635)

🐛 BugFix

  • date-picker: fix incorrect display of operations in range selector (#2712)

2023-09-22

🆕 新增功能

  • input-number: 增加 input-attrs 属性 (#2716)
  • transfer: 增加操作图标插槽 (#2708)
  • avatar: 添加了新的 ObjectFit 属性 (#2691)
  • auto-complete: 增加下拉菜单滚动事件 (#2635)

🐛 问题修复

  • date-picker: 修复范围选择器操作箭头显示错误问题 (#2712)

2.51.2

8 months ago

2023-09-15

🐛 BugFix

  • form: scroll-to-first-error throws error in nested form items (#2707)

2023-09-15

🐛 问题修复

  • form: 修复field为数组对象时滚动报错问题 (#2707)

2.51.0

9 months ago

2023-09-01

⚠️ Important Attention

  • form: form-item render element adds id attribute, please pay attention to the impact on the original web page

🆕 Feature

  • form: add scroll into view to the field (#2680)
  • table: Support displaying empty subtrees (#2673)
  • select: support boolean type (#2661)

🐛 BugFix

  • typography: Fix the problem of missing related component styles when importing on demand (#2682)

2023-09-01

⚠️ 重点注意

  • form: form-item 渲染元素增加 id 属性,请注意对原始网页的影响

🆕 新增功能

  • form: 新增滚动到指定表单字段 (#2680)
  • table: 支持显示空子树 (#2673)
  • select: 支持boolean 类型 (#2661)

🐛 问题修复

  • typography: 修复按需导入时缺少相关组件样式的问题 (#2682)

2.50.2

9 months ago

2023-08-25

🐛 BugFix

  • fix the wrong scrolling position of the virtual list (#2665)

💎 Enhancement

  • input-number: Optimize the long-press effect of the step button (#2668)

2023-08-25

🐛 问题修复

  • 修复虚拟滚动 scrollTop 位置不对 (#2665)

💎 功能优化

  • input-number: 优化步长按钮的长按效果 (#2668)

2.50.1

9 months ago

2023-08-18

🆕 Feature

  • transfer: Increase the configuration properties of the search box (#2656)

🐛 BugFix

  • DOM position calculation compatible with Shadow DOM (#2649)

2023-08-18

🆕 新增功能

  • transfer: 增加搜索框的配置属性 (#2656)

🐛 问题修复

  • DOM 位置计算兼容 Shadow DOM (#2649)