Arco Design Versions Save

A comprehensive React UI components library based on Arco Design

2.58.2

5 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)

2.58.1

5 months ago

🐛 BugFix

  • Fixed the issue where the Space component wrapping Fragment could not be parsed correctly.(#2480)
  • Adjust the InputNumber component to only prevent specific keyboard events from bubbling up(#2479)
  • Fixed the bug of extra delimiters appearing when conditional rendering exists in Breadcrumb.Item.(#2477)
  • Fixes Table component loading configuration not being effective.(#2474)
  • Fixed page error caused by updating the value to undefined when allowCreate is enabled Select single-mode.(#2473)

🐛 问题修复

  • 修复 Space 组件包裹 Fragment 不能正确解析的问题。(#2480)
  • 调整 InputNumber 组件仅阻止特定键盘事件的冒泡。(#2479)
  • 修复 Breadcrumb.Item 存在条件渲染时,出现多余分隔符的 bug。(#2477)
  • 修复Table组件loading配置不生效的问题(#2474)
  • 修复 Select 单选模式开启 allowCreate 时,将值更新为 undefined 后导致的页面报错。(#2473)

2.58.0

5 months ago

💎 Enhancement

  • Optimize the issue of vertical jitter when clearing all tags in InputTag.(#2455)

🆕 Feature

  • The Image.Preview component adds the imageRender attribute to allow custom image rendering, and the imgAttributes attribute customizes src content.(#2458)
  • The Image.PreviewGroup component adds the renderImages attribute for loading images in advance(#2458)
  • Add ColorPicker component(#2383)

🐛 BugFix

  • Fix the problem that Message is called with the same id and is not updated during(#2459)
  • Fix the problem that Notification is called with the same id and is not updated during(#2456)

💎 功能优化

  • 优化 InputTag 清除所有标签时高度抖动的问题。(#2455)

🆕 功能升级

  • Image.Preview 组件增加 imageRender 属性允许自定义图片渲染,imgAttributes 属性自定义 src 内容(#2458)
  • Image.PreviewGroup 组件增加 forceRender 属性,用于提前加载图片(#2458)
  • 新增 ColorPicker 组件(#2383)

🐛 问题修复

  • 修复 Message 相同 id 调用,during 不更新问题(#2459)
  • 修复 Notification 相同 id 调用,during 不更新问题(#2456)

2.57.2

5 months ago

🐛 BugFix

  • Fixed the issue where the creating parameter of the allowCreate.formatter property of the Select is always true in single-select mode.(#2447)

🐛 问题修复

  • 修复 Select 组件 allowCreate.formatter 属性在单选模式下 creating 参数始终为 true 的问题。(#2447)

2.57.1

6 months ago

💎 Enhancement

  • Optimize Typography component node length calculation logic(#2435)

🐛 BugFix

  • Fix the bug of text deformation after Watermark is rotated.(#2437)

🆎 TypeScript

  • Adjust the content attribute ts definition of the Watermark component(#2430)

💎 功能优化

  • 优化 Typography 组件节点长度计算逻辑(#2435)

🐛 问题修复

  • 修复 Watermark 旋转后文字形变的 bug。(#2437)

🆎 类型修正

  • 调整 Watermark 组件 content 属性 ts 定义(#2430)

2.57.0

6 months ago

💎 Enhancement

  • Optimize the time-consuming problem of Trigger part of the logic(#2427)

🆕 Feature

  • Support pt-br locale(#2429)
  • The Typography component supports tooltip configuration for copy and edit buttons.(#2428)
  • Menu component adds a onEllipsisChange callback to notify the horizontal menu ellipsis status changed.(#2426)
  • Additional parameters options are added to the showSearch.renderOption function of the Cascader component(#2384)

🐛 BugFix

  • Fixed the issue that Upload would add the folder to the list as a file when directory = false(#2425)

💎 功能优化

  • 优化 Trigger 部分逻辑耗时问题(#2427)

🆕 功能升级

  • 支持 pt-br 语言。(#2429)
  • Typography 组件支持配置 copy 和 编辑按钮的 tooltip 配置(#2428)
  • Menu 组件新增 onEllipsisChange 回调以通知水平菜单内容自动省略状态发生改变。(#2426)
  • Cascader 组件 showSearch.renderOption 函数中增加额外参数 options(#2384)

🐛 问题修复

  • 修复 Upload 组件在 directory = false 场景下,手动拖拽文件夹到上传区域时会将文件夹作为文件加入列表的问题(#2425)

2.56.2

6 months ago

💎 Enhancement

  • Optimize performance when field value is a large data array in a Form(#2397)

🐛 BugFix

  • Fix the problem of Drawer component autoFocus failure(#2412)
  • Fixed the bug that the Notification component class name prefix did not take effect for user-defined content.(#2409)
  • Fix the problem that Layout.Sider cannot be dragged to change the size when resizeBoxProps.onMoving is passed in.(#2408)
  • Fixed a bug where some nodes would never disappear when Message[method] was triggered quickly.(#2407)

💎 功能优化

  • 优化 Form 中 value 为大数据数组时的性能(#2397)

🐛 问题修复

  • 修复 Drawer 组件 autoFocus 失效的问题(#2412)
  • 修复 Notification 组件类名前缀未生效于用户自定义内容的 bug。(#2409)
  • 修复 Layout.Sider 在传入 resizeBoxProps.onMoving 时无法拖拽改变尺寸的问题。(#2408)
  • 修复 Message[method] 快速触发时,部分节点一直不会消失的 bug.(#2407)

2.56.1

6 months ago

🐛 BugFix

  • Fix logic for Notification component to update after setting maxCount.(#2385)
  • Fix logic for Message component to update after setting maxCount.(#2385)
  • Fixed the bug that automatic word segmentation would be triggered twice in a row when the onChange callback of the InputTag took a long time.(#2381)
  • Compatible cases in which the sortOrder in column is initially uncontrolled and then controlled within the same life cycle of the Table component.(#2379)
  • Fixed a bug where the arrow styles would overwrite each other when Trigger components with different pop-up directions are used in nests.(#2378)

🐛 问题修复

  • 修复 Notification 组件在设置 maxCount 之后更新的逻辑。(#2385)
  • 修复 Message 组件在设置 maxCount 之后更新的逻辑。(#2385)
  • 修复 InputTag 组件 onChange 回调用时较长时自动分词将会连续触发两次的问题。(#2381)
  • 兼容Table组件在同一个生命周期内 column 中的 sortOrder 开始不受控,之后又受控的情况。(#2379)
  • 修复不同弹出方向的 Trigger 组件在嵌套使用时,箭头样式被相互覆盖的 bug。(#2378)

2.56.0

6 months ago

🆕 Feature

  • Add Watermark component.(#2363)
  • The Form component supports setting validateOnly for silent verification without UI performance.(#2366)

🐛 BugFix

  • Optimize the definition of empty data and columns for the Table component to avoid infinite re-renders.(#2370)
  • Fixed the issue that Slider component may report an error due to reading property from undefined.(#2369)
  • Fixed an issue where the connection line style was incorrect when the size of the Tree component was not default.(#2365)
  • Fixed the issue that the uploaded file status was overwritten to init during batch upload(#2362)

🆕 功能升级

  • 新增水印组件。(#2363)
  • Form 组件支持设置 validateOnly 进行静默校验,不做 UI 表现。(#2366)

🐛 问题修复

  • 优化 Table 组件 datacolumns 空数据的定义方式,避免无限重绘。(#2370)
  • 修复 Slider 组件可能因读取 undefined 属性导致的报错问题。(#2369)
  • 修复 Tree 组件 size 不为 default 时,连接线样式不正确的问题。(#2365)
  • 修复 Upload 批量上传时已上传文件状态被覆盖成 init(#2362)

2.55.2

7 months ago

🐛 BugFix

  • Fixed an issue where col key could be repeated when neither dataIndex nor key was specified in columns of Table.(#2353)
  • Fixed horizontal scrolling style issue in Table after virtual scrolling is enabled.(#2353)
  • Fixed Table scroll.x={max-content}, scroll.y={true} and the data is empty, the table header style is confused.(#2353)
  • Fixed the bug where ResizeBox covered the body inline cursor style after dragging.(#2352)
  • Fixed the bug where Tree would flicker when expanded or collapsed under react 18.(#2338)
  • Fixed the bug that the expansion and collapse animation of Tree did not take effect when controlled.(#2338)

🐛 问题修复

  • 修复 Tablecolumns 中未指定 dataIndex 也未指定key时, col key 可能会重复的问题。(#2353)
  • 修复Table开启虚拟滚动后,横向滚动样式问题 。(#2353)
  • 修复Tablescroll.x={max-content}scroll.y={true}且数据为空时,表头样式错乱的问题 。(#2353)
  • 修复 ResizeBox 拖动后覆盖了 body 内联 cursor 样式的 bug。(#2352)
  • 修复 Tree 在 react 18 下展开收起出现闪烁的 bug。(#2338)
  • 修复 Tree 在受控时展开收起动画未生效的 bug。(#2338)