Arco Design Vue Versions Save

A Vue.js 3 UI Library based on Arco Design

2.55.1

1 month ago

2024-03-29

🐛 BugFix

  • empty: fix automatically inherited warn (#3048)
  • trigger: fix animation direction for position popup (#3045)
  • color-picker: fix v-model not working (#3030)
  • color-picker: Fix copywriting errors (#3028)

💅 Style

  • tree: fix scrollHeight calculation exception problem (#3044)

2024-03-29

🐛 问题修复

  • empty: 修复属性自动继承的错误 (#3048)
  • trigger: 修正位置的弹出动画方向 (#3045)
  • color-picker: 修复双向绑定不生效问题 (#3030)
  • color-picker: 修复文案错误 (#3028)

💅 样式更新

  • tree: 修复scrollHeight计算异常问题 (#3044)

2.55.0

2 months ago

2024-03-15

🆕 Feature

  • tree-select: Added input-value related properties (#3024)
  • tree: The title slot has a new title parameter (#3024)
  • color-picker: add color-picker component (#2958)

💅 Style

  • tabs: fix transition animation for tab title (#3008)

2024-03-15

🆕 新增功能

  • tree-select: 新增 input-value 相关属性 (#3024)
  • tree: title 插槽新增 title 参数 (#3024)
  • color-picker: 新增颜色选择器 (#2958)

💅 样式更新

  • tabs: 修复 title 过渡动画效果 (#3008)

2.54.6

2 months ago

2024-03-01

🐛 BugFix

  • input-number: fix overlap between step button and suffix/append (#3005)
  • collapse: resolve reserved property warning (#2997)
  • transfer: fix disabled props not working (#2996)
  • tree: resolve invalid property name console warning issue (#2995)

💅 Style

  • modal: fix fade-modal transition effect works on enter state (#3007)

2024-03-01

🐛 问题修复

  • input-number: 修复步进按钮与 suffix/append 的样式重叠 (#3005)
  • collapse: 解决 vue 保留属性警告 (#2997)
  • transfer: 修复 disabled 属性不生效问题 (#2996)
  • tree: 解决无效的属性名称控制台警告问题 (#2995)

💅 样式更新

  • modal: 修复遮罩层 fade-modal 过渡动画在进入时不生效问题 (#3007)

2.54.5

2 months ago

2024-02-21

🐛 BugFix

  • menu: Fix warning “Invalid prop name: key is a reserved property.” (#2978)
  • date-picker: refactor date utility functions and week picker to correctly show selected week (#2970)
  • input-number: fix v-model not working (#2961)

2024-02-21

🐛 问题修复

  • menu: 修复警告 “Invalid prop name: key is a reserved property.” (#2978)
  • date-picker: 重构日期 utility 函数和 WeekPicker,以正确显示所选星期 (#2970)
  • input-number: 修复双向绑定失效 (#2961)

2.54.4

3 months ago

2024-02-02

🐛 BugFix

  • table: fix virtual table list not displaying empty state (#2949)
  • watermark: Fix font color does not take effect (#2942)
  • input-number: Fix change event triggering mechanism (#2915)

2024-02-02

🐛 问题修复

  • table: 修复表格虚拟列表下不显示 empty 问题 (#2949)
  • watermark: 修复字体颜色不生效问题 (#2942)
  • input-number: 修复 change 事件触发逻辑 (#2915)

2.54.3

3 months ago

2024-01-19

🐛 BugFix

  • rate: Fix missing icon elements in nuxt (#2930)
  • avatar: fix partial avatars not displaying in the avatar group popover (#2925)
  • image: adjust incorrect type definitions and documentation (#2924)
  • image: fix spelling mistakes (#2924)
  • input: fix spelling mistakes (#2924)

2024-01-19

🐛 问题修复

  • rate: 修复在nuxt中图标元素缺失的问题 (#2930)
  • avatar: 修复头像组气泡中部分头像不显示问题 (#2925)
  • image: 修复错误的类型定义和文档说明 (#2924)
  • image: 修正单词拼写错误 (#2924)
  • input: 修正文档单词拼写错误 (#2924)

2.54.2

4 months ago

2024-01-11

🐛 BugFix

  • table: Fix the problem of span-method reporting an error after exceeding the number of rows and columns (#2914)

💎 Enhancement

  • select: enhance selected state style for options (#2895)

💅 Style

  • input: Fix overlapping styles of neighboring components in input-group (#2889)

2024-01-11

🐛 问题修复

  • table: 修复 span-method 在超出行列数后报错的问题 (#2914)

💎 功能优化

  • select: 下拉选择器添加选中效果 (#2895)

💅 样式更新

  • input: 修复 input-group 相邻组件样式叠加时的问题 (#2889)

2.54.1

4 months ago

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

5 months ago

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

5 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)