Skip to content

Releases: arco-design/arco-design-vue

2.54.1

28 Dec 05:06
Compare
Choose a tag to compare

2023-12-28

🆕 Feature

  • watermark: watermark font color follows the theme (#2790)
  • input: Enhance the input-password props (#2784)

🐛 BugFix

  • select: Fix defaultPopupVisible failure problem (#2881)

2023-12-28

🆕 新增功能

  • watermark: 水印字体色跟随主题变化 (#2790)
  • input: 新增密码框密码可见性相关属性 (#2784)

🐛 问题修复

  • select: 修复 defaultPopupVisible 失效的问题 (#2881)

2.54.0

15 Dec 11:31
Compare
Choose a tag to compare

2023-12-15

🆕 Feature

  • add verification-code component (#2823)

🐛 BugFix

  • date-picker: resolve arrow click issue in range-picker (#2865)
  • pagination: Fix the problem that the page number may be 0 (#2828)

💎 Enhancement

  • cascader: Modifying multiple and pathMode will trigger changes in the binding value (#2867)

🆎 TypeScript

  • button: TS类型优化 (#2825)

2023-12-15

🆕 新增功能

  • 新增验证码输入组件 (#2823)

🐛 问题修复

  • date-picker: 修复日期范围部分模式下箭头点击问题 (#2865)
  • pagination: 修复页码可能为 0 的问题 (#2828)

💎 功能优化

  • cascader: 修改 multiplepathMode 时会触发绑定值的改变 (#2867)

🆎 类型修正

  • button: TS类型优化 (#2825)

2.53.3

24 Nov 11:54
Compare
Choose a tag to compare

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

10 Nov 11:01
Compare
Choose a tag to compare

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

08 Nov 07:26
Compare
Choose a tag to compare

2023-11-08

🐛 BugFix

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

2023-11-08

🐛 问题修复

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

2.53.0

03 Nov 10:30
Compare
Choose a tag to compare

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

13 Oct 10:54
Compare
Choose a tag to compare

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

22 Sep 11:08
Compare
Choose a tag to compare

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

15 Sep 10:46
Compare
Choose a tag to compare

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

01 Sep 12:08
Compare
Choose a tag to compare

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)