Skip to content

Releases: arco-design/arco-design-vue

2.50.2

25 Aug 10:38
Compare
Choose a tag to compare

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

18 Aug 12:29
Compare
Choose a tag to compare

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)

2.50.0

11 Aug 12:46
Compare
Choose a tag to compare

2023-08-11

⚠️ Important Attention

  • Fix Alter to Alert (#2633)

🆕 Feature

  • image: Support keyboard shortcuts, mouse wheel operation and a series of functions (#2616)
  • auto-complete: add virtual list support (#2596)
  • timeline: add label slot (#2591)

🐛 BugFix

  • Fix the problem of prompting for repeated registration when importing globally (#2633)
  • Fixed formatting issue causing error (#2626)

💎 Enhancement

  • modal: add hide-title prop, support hide title (#2605)

🆎 TypeScript

  • modal: Complete missing properties in ModalConfig (#2628)
  • image: added image-preview-action type definition (#2625)

2023-08-11

⚠️ 重点注意

  • 修正 AlterAlert (#2633)

🆕 新增功能

  • image: 支持键盘快捷、鼠标滚轮操作等一系列功能 (#2616)
  • auto-complete: 添加虚拟列表支持 (#2596)
  • timeline: 添加自定义标签插槽 (#2591)

🐛 问题修复

  • 修复全局引入时提示重复注册的问题 (#2633)
  • 修复了导致"␍"错误的格式问题 (#2626)

💎 功能优化

  • modal: 增加 hide-title 属性,支持隐藏标题 (#2605)

🆎 类型修正

  • modal: 补全 ModalConfig 缺失的属性 (#2628)
  • image: 添加 ImagePreviewAction 类型声明 (#2625)

2.49.3

04 Aug 10:01
Compare
Choose a tag to compare

2023-08-04

🐛 BugFix

  • grid: fix the problem of using v-show in a-grid-item, the initial value is false, but it is still displayed (#2604)

2023-08-04

🐛 问题修复

  • grid: 修复a-grid-item中使用v-show,初始值为false,但仍展示出来的问题 (#2604)

2.49.2

28 Jul 10:56
Compare
Choose a tag to compare

2023-07-28

🐛 BugFix

  • statistic: Fix the problem that value-style cannot modify the font size in digital content (#2600)
  • table: Fix the problem of turning on the adjustment of column width in the fixed column (#2598)
  • typography: enhanced typography styles for handling long words (#2583)
  • table: fix drag issue in tree table (#2503)

2023-07-28

🐛 问题修复

  • statistic: 修复 value-style 在数字内容时不能修改字体大小的问题 (#2600)
  • table: 修复在固定列中开启调整列宽出现的问题 (#2598)
  • typography: 增强对连续长单词的省略支持 (#2583)
  • table: 修复树形表格拖拽问题 (#2503)

2.49.1

24 Jul 03:40
Compare
Choose a tag to compare

2023-07-24

🐛 BugFix

  • tree-select: Fix the problem that the default value of the border attribute is wrong (#2580)

2023-07-24

🐛 问题修复

  • tree-select: 修复 border 属性默认值错误的问题 (#2580)

2.49.0

21 Jul 10:46
Compare
Choose a tag to compare

2023-07-21

🆕 Feature

  • cascader: Add virtual list support (#2577)
  • tree-select: Add header and footer visibility in empty data state (#2573)
  • input-number: add slots for input-number box value manipulation icons (#2560)
  • list: Scroll maxHeight supports string type (#2544)

🐛 BugFix

  • table: Fix the wrong parameter of rowClass function record (#2570)
  • tree-select: Fix the problem that the border attribute is invalid (#2568)

💅 Style

  • result: Fix 500 image misalignment issues (#2578)

2023-07-21

🆕 新增功能

  • cascader: 增加虚拟列表功能 (#2577)
  • tree-select: 增加空状态下 header 和 footer 的显示状态 (#2573)
  • input-number: 增加数值操作自定义图标插槽 (#2560)
  • list: 滚动最大高度支持字符串类型 (#2544)

🐛 问题修复

  • table: 修复 rowClass 函数 record 参数错误的问题 (#2570)
  • tree-select: 修复 border 属性失效的问题 (#2568)

💅 样式更新

  • result: 修复 500 图片错位问题 (#2578)

2.48.1

14 Jul 10:49
Compare
Choose a tag to compare

2023-07-14

🐛 BugFix

  • image: icon not centered without alt or description in error state (#2563)
  • divider: fix adaptive height issue with divider (#2561)
  • table: Fix the wrong outgoing parameter in the summary-span-method attribute (#2552)
  • table: fix the bug of merging cells in subtrees (#2540)

2023-07-14

🐛 问题修复

  • image: 在错误状态下,没有 alt 或description情况图标不垂直居中 (#2563)
  • divider: 修复竖向自适应高度 (#2561)
  • table: 修复 summary-span-method 属性中传出参数错误的问题 (#2552)
  • table: 修复子树的合并单元格的bug (#2540)

2.48.0

30 Jun 10:55
Compare
Choose a tag to compare

2023-06-30

🆕 Feature

  • config-provider: Add exchangeTime property (#2529)
  • table: Added mouse in and out events for cells (#2489)

🐛 BugFix

  • table: add headerCell down to adjust column width highlight (#2519)
  • list: fix virtual-list scrolling position is wrong when data is modified (#2502)

2023-06-30

🆕 新增功能

  • config-provider: 增加 exchangeTime 属性 (#2529)
  • table: 单元格新增鼠标移入移出事件 (#2489)

🐛 问题修复

  • table: 增加headerCell下调整列宽高亮 (#2519)
  • list: 修复virtual-list在数据发生修改时候滚动位置不对 (#2502)

2.47.1

09 Jun 11:35
Compare
Choose a tag to compare

2023-06-09

🐛 BugFix

  • tree-select: Fix the problem that the search content under the virtual list cannot be selected (#2488)
  • select: Fix mouse cursor positioning issue in search mode (#2487)
  • badge: Fix the problem that components fail when customizing prefix-cls (#2476)

2023-06-09

🐛 问题修复

  • tree-select: 修复在虚拟列表下搜索内容不可选择的问题 (#2488)
  • select: 修复搜索模式下鼠标光标定位问题 (#2487)
  • badge: 修复组件在自定义 prefix-cls 时失效的问题 (#2476)