Arco Design Versions Save

A comprehensive React UI components library based on Arco Design

2.61.0-beta.1

2 months ago

2.60.0

3 months ago

🆕 Feature

  • The DatePicker component adds the inputProps parameter.(#2551)
  • ColorPicker component adds support for custom trigger elements(#2548)
  • Add Typography.Ellipsis Component(#2525)
  • DatePicker supports inputProps property(#2519)
  • DatePicker.RangePicker adds inputProps.(#2516)

🐛 BugFix

  • Add support for disabledAlpha(#2538)
  • Fix the issue where the scrollbar-color property in the Table component causes incorrect width calculations.(#2533)
  • Fix the bug that triggers onChange when ColorPicker is initialized(#2521)
  • Fix the bug of missing on-demand style introduction in ColorPicker(#2520)

🆎 TypeScript

  • Table component column attribute TS definition adjustment(#2531)

🆕 功能升级

  • DatePicker 组件增加 inputProps 参数。(#2551)
  • ColorPicker 组件增加对自定义触发元素的支持(#2548)
  • 新增 Typography.Ellipsis 组件,支持文本省略功能。(#2525)
  • DatePicker 支持 inputProps 属性(#2519)
  • DatePicker.RangePicker 新增 inputProps.(#2516)

🐛 问题修复

  • 支持 disabledAlpha(#2538)
  • 修复Table组件scrollbar-color属性导致宽度计算错误的问题。(#2533)
  • 修复 ColorPicker 初始化时触发onChange 的 bug(#2521)
  • 修复 ColorPicker 按需样式引入缺失的 bug(#2520)

🆎 类型修正

  • Table 组件 column 属性 TS 定义调整(#2531)

2.60.0-beta.2

3 months ago

2.60.0-beta.1

3 months ago

2.60.0-beta.0

3 months ago

2.59.1

3 months ago

🐛 BugFix

  • Fixed a bug where the default value of ConfigProvider was mistakenly changed when Notice was called.(#2511)

🐛 问题修复

  • 修复 ConfigProvider 的默认值在 Notice 被调用时被误改的 bug。(#2511)

2.59.0

4 months ago

💎 Enhancement

  • The Popover component does not display the popup box when the content is empty.(#2504)

🆕 Feature

  • InputTag adds a maxTagCount property to support customizing the maximum number of displayed tags.(#2503)
  • Trigger supports setting the viewport offset when automatically adjusting the position according to the viewport.(#2502)
  • 新增数据色色彩序列(#2494)
  • VirtualList add new wrapperChild and onScroll properties.(#2483)
  • The card mode of the Carousel component adds vertical arrangement support(#2462)

🐛 BugFix

  • Fixed the bug of incomplete display of Watermark content in boundary scenes.(#2507)
  • Fixed a bug that caused all form items to be reset when the resetFields method of the Form component passed in non-string/array type parameters.(#2505)
  • Fix Typography component resize throttling issue(#2488)

💎 功能优化

  • Popover 组件当内容为空时不显示弹出框。(#2504)

🆕 功能升级

  • InputTag 组件新增 maxTagCount 属性以支持自定义最多展示的标签数量。(#2503)
  • Trigger 支持根据视口自动调整位置时,设置视口偏移量(#2502)
  • 新增数据色色彩序列(#2494)
  • 虚拟列表新增 wrapperChildonScroll 属性。(#2483)
  • Carousel 组件的 card 模式增加纵向排列支持(#2462)

🐛 问题修复

  • 修复 Watermark 在边界场景下内容显示不完全的 bug。(#2507)
  • 修复 Form 组件的 resetFields 方法传入非 string/array 类型 的参数时,所有表单项都被重置的 bug。(#2505)
  • 修复 Typography 组件 resize 节流问题(#2488)

2.58.3

4 months ago

💎 Enhancement

  • Optimize that when the Image component is in lazyload, elements outside the viewport do not display placeholder loading to avoid page reflow.(#2492)

🐛 BugFix

  • Fixed the bug causing white screen due to loop rendering in Image component boundary scene.(#2489)

💎 功能优化

  • 优化 Image 组件在 lazyload 时视口外的元素不显示占位 loading,避免页面重排(#2492)

🐛 问题修复

  • 修复 Image 组件边界场景下循环渲染导致白屏的 bug。(#2489)

2.59.0-beta.0

4 months ago

2.58.2

4 months ago

🐛 BugFix

  • Fix the effect infinite loop that may occur in edge cases in Select after turning on allowCreate.(#2484)

🐛 问题修复

  • 修复 Select 在开启 allowCreate 后在边缘情况可能出现的 effect 无限循环。(#2484)