Releases: arco-design/arco-design-vue
Releases · arco-design/arco-design-vue
2.56.0
2024-07-26
🆕 Feature
- input-number: Added 'keydown' event to disable default behavior (#3248)
🐛 BugFix
- tree: fix tree node folding animation (#3234)
- color-picker: fix shaking issue when selecting color with v-model (#3180)
- time-picker: TriggerProps property not correctly passed through (#3178)
💎 Enhancement
- menu: fix color transition effect in selected menu item (#3192)
2024-07-26
🆕 新增功能
- input-number: 增加 'keydown' 事件,可以禁止默认行为 (#3248)
🐛 问题修复
- tree: 修复树折叠动画不生效问题 (#3234)
- color-picker: 修复在 v-model 下选择颜色时出现的抖动问题 (#3180)
- time-picker: triggerProps 属性未正确透传问题 (#3178)
💎 功能优化
- menu: 修复已选中菜单项中的颜色动画过渡效果 (#3192)
2.55.3
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)
🐛 问题修复
2.55.2
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
- undefined (#2998)
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
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
2024-03-15
🆕 Feature
- tree-select: Added
input-value
related properties (#3024) - tree: The
title
slot has a newtitle
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
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.54.4
2.54.3
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
🐛 问题修复
2.54.2
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)