Skip to content

Releases: arco-design/arco-design-vue

2.55.3

07 Jun 10:15
Compare
Choose a tag to compare

2024-06-07

🆕 Feature

  • table: colum added the minWidth attribute (#3157)

🐛 BugFix

  • time-picker: Fix issue with read-only mode still being editable (#3173)
  • time-picker: Added placeholder type definition (#3173)
  • input: fix display of allow-clear input button in read-only state (#3172)
  • table: fix table sticky-header failure with scrollbar (#3170)
  • table: Restore default style when table dynamically switches row-selection (#3155)

2024-06-07

🆕 新增功能

  • table: column 增加 minWidth 属性 (#3157)

🐛 问题修复

  • time-picker: 修复只读模式仍可编辑问题 (#3173)
  • time-picker: 补充 placeholder 类型定义 (#3173)
  • input: 修复只读状态下显示清空输入框按钮 (#3172)
  • table: 修复虚拟滚动条开启时 sticky-header 吸顶失效 (#3170)
  • table: table动态切换row-selection时恢复默认样式 (#3155)

2.55.2

10 May 12:02
Compare
Choose a tag to compare

2024-05-10

🐛 BugFix

  • verification-code: fix formatter not being applied during paste (#3110)
  • upload: import missing image styles for upload component (#3101)
  • transfer: fix disabled behavior in transfer simple mode (#3067)
  • color-picker: fix color-picker style import (#3052)

💅 Style

  • color-picker: Optimize color control bar background fillet style (#3116)

🆎 TypeScript


2024-05-10

🐛 问题修复

  • verification-code: 修复粘贴时formatter未生效 (#3110)
  • upload: 修复上传组件预览样式引入缺失 (#3101)
  • transfer: 修复 simple 模式下禁用失效 (#3067)
  • color-picker: 修复样式按需导入错误 (#3052)

💅 样式更新

  • color-picker: 优化颜色控制条背景圆角样式 (#3116)

🆎 类型修正

  • correct the type definition for popupContainer (#2998)

2.55.1

29 Mar 10:26
Compare
Choose a tag to compare

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

15 Mar 10:47
Compare
Choose a tag to compare

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

01 Mar 09:16
Compare
Choose a tag to compare

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

21 Feb 12:27
Compare
Choose a tag to compare

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

02 Feb 11:05
Compare
Choose a tag to compare

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

19 Jan 11:06
Compare
Choose a tag to compare

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

11 Jan 13:20
Compare
Choose a tag to compare

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

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)