Arco Design Versions Save

A comprehensive React UI components library based on Arco Design

2.62.0

1 week ago

💎 Enhancement

  • Optimize Select component focus control(#2657)

🆕 Feature

  • Message.config supports closable parameter(#2659)
  • Select supports responsive Tag number(#2656)
  • InputTag supports responsive Tag number(#2656)
  • ColorPicker component adds onChangeComplete and renderFooter properties(#2633)

🐛 BugFix

  • Fix the problem that Typography.Ellipsis is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.(#2662)
  • Fixed the issue where entering a minus sign in the Slider component triggered an onChange value of NaN.(#2660)
  • Fixed the issue where the ref reference in the Tabs component could be null.(#2660)
  • Fixed the issue where the disabled configuration of the internal Radio is invalid after Radio.Group is set to disabled.(#2653)

💎 功能优化

  • 优化 Select 组件焦点控制(#2657)

🆕 功能升级

  • Message.config 支持 closable 参数(#2659)
  • Select 支持响应式 Tag 数(#2656)
  • InputTag 支持响应式 Tag 数(#2656)
  • ColorPicker 组件增加 onChangeCompleterenderFooter 属性(#2633)

🐛 问题修复

  • 修复 Typography.Ellipsis 在 safari 下不显示的问题。因环境差异, safari 下为兼容显示(#2662)
  • 修复Slider组件输入负号触发onChange的值为NaN的问题。(#2660)
  • 修复Tabs组件的ref引用可能为null的问题。(#2660)
  • 修复 Radio.Group 设置 disabled 后,内部 Radio 的 disabled 配置无效的问题 。(#2653)

2.61.3

3 weeks ago

2.62.0-beta.0

1 month ago

2.61.2

1 month ago

🐛 BugFix

  • Fix the bug of incomplete display of Watermark when pixel ratio=1.(#2614)
  • Fixed the bug where the Carousel indicator behaved abnormally in the component rtl view.(#2605)
  • Fixed the bug of abnormal display of animation='card' under Carousel component rtl(#2605)
  • Fix the issue where the content view of Trigger is still ltr when setting the component rtl(#2604)

🐛 问题修复

  • 修复 Watermark 在像素比=1 时显示不完全的 bug。(#2614)
  • 修复 Carousel 在组件 rtl 视图下指示器表现异常的 bug。(#2605)
  • 修复 Carousel 组件 rtl 下 animation='card' 展示异常的 bug(#2605)
  • 修复 Trigger 在设置组件 rtl 时内容视图仍然是 ltr 的问题(#2604)

2.61.1

1 month ago

🐛 BugFix

  • Fixed the bug of icon misalignment when the Input component is set to allowClear and the width is adaptive.(#2606)
  • The autowidth Input component does not show the omitted state when the text is hovered.(#2606)
  • (#2602)
  • Fix the problem that the Table component may report an error when dynamically changing scrollY(#2599)
  • Fix the problem that Input.Search cannot transparently transmit suffix and addAfter(#2591)

🐛 问题修复

  • 修复 Input 组件设置 allowClear且自适应宽度时,清除图标错位的 bug。(#2606)
  • 自适应宽度的 Input 组件在文本被 Hover 时不显示省略状态。(#2606)
  • 修复rtl切换时fixedClassName错误的问题(#2602)
  • 修复 Table 组件动态变化 scrollY 可能报错的问题(#2599)
  • 修复 Input.Search 无法透传 suffixaddAfter 的问题(#2591)

2.61.0

1 month ago

🆕 Feature

  • Typography.Ellipsis to support the display of single-line expand buttons(#2596)
  • The onChange callback of the InputNumber component adds a reason parameter to notify the component of the reason for the value change.(#2595)
  • Slider supports multi-point selection within a range(#2594)
  • Image supports resetTranslateproperty(#2593)
  • Input supports onCompositionStartonCompositionUpdateonCompositionEnd property(#2589)
  • ConfigProvider component adds effectGlobalModal attribute(#2562)

🐛 BugFix

  • Fix Table console warning due to missing ReactKey.(#2592)
  • Fixed the bug of internal method call error caused by Form.useFormContext not being used under Form component.(#2590)
  • Fix the problem that the image is always in the loading state when the Image component image link triggers the memory cache.(#2587)

🆕 功能升级

  • Typography.Ellipsis 支持单行展开按钮的展示(#2596)
  • InputNumber 组件 onChange 回调新增 reason 参数用于通知组件值改变的原因。(#2595)
  • Slider 支持范围内多点选择(#2594)
  • Image 新增 resetTranslate 属性(#2593)
  • Input 组件支持 onCompositionStartonCompositionUpdateonCompositionEnd 事件(#2589)
  • ConfigProvider 组件增加 effectGlobalModal 属性(#2562)

🐛 问题修复

  • 修复 Table 由于 ReactKey 缺失导致的控制台警告。(#2592)
  • 修复 Form.useFormContext 未在 Form 组件下使用导致的内部方法调用报错的 bug。(#2590)
  • 修复 Image 组件图片链接触发内存缓存时图片一直处于loading状态的问题(#2587)

2.60.3

1 month ago

🐛 BugFix

  • Fixed the bug of internal method call error caused by Form.useFormContext not being used under Form component.(#2574)

🐛 问题修复

  • 修复 Form.useFormContext 未在 Form 组件下使用导致的内部方法调用报错的 bug。(#2574)

2.60.2

2 months ago

💎 Enhancement

  • Optimize the problem that the underline position is not adjusted when the default type of Tabs component activeTab does not exist.(#2571)
  • Table component supports expanding rows and tree data when virtual scrolling is turned on.(#2553)

🐛 BugFix

  • Fix the problem of loading status display of Image component(#2550)

💅 Style

  • The font size of the selection box under the large size of the Select component is adjusted from 16px to 14px.(#2570)

💎 功能优化

  • 优化默认类型的 Tabs 组件 activeTab 不存在时,下划线位置未调整的问题。(#2571)
  • Table 组件虚拟滚动开启时支持展开行和树形数据。(#2553)

🐛 问题修复

  • 修复 Image 组件 loading 状态展示的问题(#2550)

💅 样式更新

  • Select 组件 large 尺寸下的选择框文本由 16px 调整为 14px。(#2570)

2.60.1

2 months ago

🐛 BugFix

  • Fix the problem of single line omission failure in Ellipsis component(#2564)

🐛 问题修复

  • 修复 Ellipsis 组件单行省略失效的问题(#2564)

2.61.0-beta.1

2 months ago