Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @arco-design/web-react to ^2.62.0 #882

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-react (source) ^2.46.0 -> ^2.62.0 age adoption passing confidence

Release Notes

arco-design/arco-design (@​arco-design/web-react)

v2.62.0

Compare Source

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

v2.61.3

Compare Source


v2.61.2

Compare Source

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

v2.61.1

Compare Source

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

v2.61.0

Compare Source

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

v2.60.3

Compare Source

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

v2.60.2

Compare Source

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

v2.60.1

Compare Source

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

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

v2.60.0

Compare Source

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

v2.59.1

Compare Source

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

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

v2.59.0

Compare Source

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

v2.58.3

Compare Source

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

v2.58.2

Compare Source

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

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

v2.58.1

Compare Source

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

v2.58.0

Compare Source

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

v2.57.2

Compare Source

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

v2.57.1

Compare Source

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

v2.57.0

Compare Source

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

v2.56.2

Compare Source

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

v2.56.1

Compare Source

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

v2.56.0

Compare Source

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

v2.55.2

Compare Source

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

v2.55.1

Compare Source

🐛 BugFix
  • Fixed the problem of horizontal scrolling failure of table header when dynamically updating scrollY in Table.(#​2330)
  • Fixed a bug where onChange would be triggered once during blur when the Input component passed in a string containing a newline character by default without changing the value.(#​2335)

🐛 问题修复
  • 修复 Table 在动态更新 scrollY 时表头横向滚动失效的问题。(#​2330)
  • 修复 Input 组件默认传入包含换行符的字符串且未做值的改动时, onChange 会在 blur 时触发一次的 bug。(#​2335)

v2.55.0

Compare Source

💎 Enhancement
  • Image.PreviewGroup component adds shortcut key support for arrow keys(#​2320)
🆕 Feature
  • The format parameter of the DatePicker.RangePicker component supports array.(#​2327)
  • Trigger supports configuring clickOutside logic to be triggered during the capture phase.(#​2324)
  • Add VerificationCode component(#​2308)
  • Upload supports custom upload method(#​2297)
🐛 BugFix
  • Fixed the bug that the Tab key switching focus of the DatePicker.RangePicker component was misaligned.(#​2323)
  • Fixed an issue where the render parameter might be empty when the Table component's data attribute is a two-dimensional array.(#​2319)
  • Fix the cannot read properties of null (reading 'scrollTop') error that occasionally occurs when the List component is scrolling.(#​2316)
  • Fixed an issue where the sorting and filtering functions failed when the Table component had both dataIndex and key attributes in columns.(#​2311)
💅 Style
  • Fixed the issue that clear text of Input with prefix/suffix in Safari caused vertical jitter.(#​2315)

💎 功能优化
  • Image.PreviewGroup 组件增加方向键的快捷键支持(#​2320)
🆕 功能升级
  • DatePicker.RangePicker 组件 format 参数支持数组。(#​2327)
  • Trigger 支持配置在捕获阶段触发 clickOutside 逻辑。(#​2324)
  • 新增 VerificationCode 验证码输入组件(#​2308)
  • Upload 支持自定义上传 method(#​2297)
🐛 问题修复
  • 修复 DatePicker.RangePicker 组件 Tab 键切换焦点错位的 bug。(#​2323)
  • 修复 Table 组件 data 属性为二维数组时,render 参数可能为空的问题。(#​2319)
  • 修复 List 组件滚动时偶现的 cannot read properties of null (reading 'scrollTop') 错误。(#​2316)
  • 修复 Table 组件在columns中同时存在dataIndexkey属性时,排序和筛选功能失效的问题。(#​2311)
💅 样式更新
  • 修复 Input 组件具有前后缀时在 Safari 中清空文本导致垂直方向高度抖动的问题。(#​2315)

v2.54.3

Compare Source

🐛 BugFix
  • Fixed the UI problem of displaying the verification success style when the Form component is verified (this bug was introduced in 2.54.2).(#​2312 )

🐛 问题修复
  • 修复 Form 组件校验通过时表现了校验成功样式的 UI 问题(该 bug 在 2.54.2 引入)。(#​2312 )

v2.54.2

Compare Source

🐛 BugFix
  • Fixed an issue where the Table component would not align with the table header when scroll={x: 'max-content', y: true}(#​2303)
  • Fixed DatePicker.RangePicker setting shortcuts={[]} unexpectedly displayed 0.(#​2302)
  • Fixed the issue that the child node of Spin is not rendered when the child passed in was 0.(#​2301)
  • Fixed the bug where the Form component's style was lost in the validating state.(#​2299 )
  • Fixed the issue where Form.useFormContext status update caused component lag.(#​2299 )
💅 Style

🐛 问题修复
  • 修复 Table 组件在 scroll={x: 'max-content', y: true} 时,表头和内容无法对齐的问题(#​2303)
  • 修复 DatePicker.RangePicker 设置 shortcuts={[]} 意外显示 0 的 bug。(#​2302)
  • 修复 Spin 组件传入 Children 为 0 时,其子节点未渲染的问题。(#​2301)
  • 修复 Form 组件在 validating 状态样式丢失的 bug。(#​2299 )
  • 修复 Form.useFormContext 状态更新导致组件卡顿的问题。(#​2299 )
💅 样式更新

v2.54.1

Compare Source


v2.54.0

Compare Source

💎 Enhancement
  • Optimize the inline style borderStyle of the Divider component to work on the dividing line.(#​2277)
🆕 Feature
  • Tabs supports custom underline size(#​2278)
  • The Select component supports setting width adaptation through the autoWidth property.(#​2274)
  • The Cascader component supports setting width adaptation through the autoWidth property.(#​2274)
  • The TreeSelect component supports setting width adaptation through the autoWidth property.(#​2274)
  • The Input component supports setting width adaptation through the autoWidth property.(#​2274)
  • The allowCreate property of Select allows passing in a formatter to format user-created options.(#​2259)
🐛 BugFix
  • Fixed the abnormal increase and decrease of InputNumber caused by the jitter of the button event when the button is long pressed.(#​2255 @​bestlyg)

💎 功能优化
  • 优化 Divider 组件的内联样式 borderStyle 能作用在分割线。(#​2277)
🆕 功能升级
  • Tabs 支持定制下划线尺寸(#​2278)
  • Select 组件支持通过 autoWidth 属性设置宽度自适应。(#​2274)
  • Cascader 组件支持通过 autoWidth 属性设置宽度自适应。(#​2274)
  • TreeSelect 组件支持通过 autoWidth 属性设置宽度自适应。(#​2274)
  • Input 组件支持通过 autoWidth 属性设置宽度自适应。(#​2274)
  • Select 组件 allowCreate 属性允许传入 formatter 以格式化用户创建的选项。(#​2259)
🐛 问题修复
  • 修复 InputNumber 长按按钮时,因按钮事件抖动引起的增减异常。(#​2255 @​bestlyg)

v2.53.2

Compare Source

🐛 BugFix
  • Fixed a bug where re-rendering the component may trigger the loss of sub-component ref when the Modal component is hidden.(#​2251)
  • Fixed the issue that Message could not disable RTL mode after it was enabled.(#​2250)
  • Fixed the bug of incorrect callback parameters in the Input.Search component when value is controlled and maxLength of the object type is passed in and onSearch is triggered directly.(#​2239)

🐛 问题修复
  • 修复 Modal 组件隐藏时重渲染组件可能触发子组件 ref 丢失的 bug。(#​2251)
  • 修复 Message 在 RTL 模式开启后无法关闭的问题。(#​2250)
  • 修复 Input.Search 组件在 value 受控且传入了对象类型的 maxLength并直接触发 onSearch时, 回调参数错误的 bug(#​2239)

v2.53.1

Compare Source

💎 Enhancement
  • Optimize the performance of TreeSelect under big data(#​2236 )
  • Export ModalHookReturnType type.(#​2235)
  • Export MessageHookReturnType type.(#​2235)
  • Export NotificationHookReturnType type.(#​2235)
  • Avoid image dragging that is triggered incorrectly when the right mouse button is pressed.(#​2234)
  • Optimize the problem of cracked image in the first rendering of Image in SSR and lazyload is enabled.(#​2234)
🐛 BugFix
  • Fixed the issue that Select needs to be clicked twice to display the drop-down box in Firefox.(#​2233)
  • Fixed a bug where text in the content area of the Drawer component could not be selected and copied. (This bug was introduced in 2.53.0)(#​2232 )

💎 功能优化
  • 优化 TreeSelect 大数据下的性能表现(#​2236 )
  • 导出 ModalHookReturnType 类型。(#​2235)
  • 导出 MessageHookReturnType 类型。(#​2235)
  • 导出 NotificationHookReturnType 类型。(#​2235)
  • 避免鼠标右键按下时错误触发的图片拖拽。(#​2234)
  • 优化 Image 在 SSR 且开启 lazyload 时首次渲染出现裂图的问题。(#​2234)
🐛 问题修复
  • 修复 Firefox 浏览器中 Select 需要点击两次才能出现下拉框的问题。(#​2233)
  • 修复 Drawer 组件的内容区域文本无法被选中复制的 bug。(该 bug 在 2.53.0 引入 )(#​2232)

v2.53.0

Compare Source

🆕 Feature
  • The Table component supports scrolling to the specified area through ref.scrollIntoView in the virtual list scenario.(#​2226)
  • Image.Preview add a new extra property, which is used to specify extra nodes in the preview area.(#​2224)
  • Table component onChange callback adds parameter extra.currentAllData.(#​2220)
  • Upload supports setting the accept attribute through accept.strict to follow the browser's native behavior and does not strictly match and filter file extensions.(#​2218 )
  • The onRemove method of the Upload component supports passing the callback parameter into the current file list(#​2218 )
🐛 BugFix
  • Fixed the bug that the first rendering of Image would display the load-failed icon.(#​2223)
  • Fix the bug that escToExit does not take effect after clicking on the text content of the Drawer component.(#​2222 )
  • Fixed the bug that the renderFormat re-rendering was not triggered when the TreeData of the TreeSelect component was changed.(#​2219 )
  • Fix the bug that after the Select search text is changed, pressing Enter will uncheck the previously selected option.(#​2217)
  • Fixed the problem of console error reporting in boundary scenarios of internal component VirtualList(#​2216)
  • The TS type correction of the return value of onRemove method of Upload component, void is adjusted to void | boolean | Promise<void | boolean>(#​2218 )

🆕 功能升级
  • Table 组件支持在虚拟列表的场景下通过 ref.scrollIntoView 滚动到指定区域。(#​2226)
  • Image.Preview 组件新增 extra 属性,用于指定在预览区域的额外节点。(#​2224)
  • Table 组件 onChange 回调增加参数 extra.currentAllData。(#​2220)
  • Upload 支持通过 accept.strict 设置 accept 属性遵循浏览器原生表现,不对文件后缀名进行严格匹配过滤(#​2218 )
  • Upload 组件 onRemove 方法支持回调参数传入当前文件列表(#​2218 )
🐛 问题修复
  • 修复 Image 首次渲染会展示图片加载错误图标的 bug。(#​2223)
  • 修复 Drawer 组件在点击文本内容后,escToExit 不生效的 bug。(#​2222 )
  • 修复 TreeSelect 组件的 TreeData 改变,未触发 renderFormat 重渲染的 bug。(#​2219 )
  • 修复 Select 搜索文本改变后,回车会将之前选中的选项取消选中的 bug。(#​2217)
  • 修复内部组件 VirtualList 边界场景下控制台报错问题(#​2216)
  • Upload 组件 onRemove 方法返回值的 TS 类型修正,void 调整为 void | boolean | Promise<void|boolean>(#​2218 )

v2.52.2

Compare Source

🐛 BugFix
  • Fix the bug that Form.Item component's disabled property overrides the child node's disabled property.(#​2204)
  • Fixed the issue of abnormal position of panel option arrow in Cascader component rtl mode.(#​2201)
  • Fix the location of the collapse button in the rtl mode of the Menu component(#​2201)
  • Fix the issue that when the Select is used with renderFormat and showSearch, the drop-down box needs to be clicked twice to pop up.(#​2190)
💅 Style
  • Fix the issue about Transfer list items overflow.(#​2198)

🐛 问题修复
  • 修复 Form.Item 组件的 disabled 属性覆盖了子节点的 disabled 属性的 bug。(#​2204)
  • 修复 Cascader 组件 rtl 模式下面板选项箭头位置异常的问题。(#​2201)
  • 修复 Menu 组件 rtl 模式下折叠按钮的位置问题。(#​2201)
  • 修复 Select 单选模式配合 renderFormatshowSearch 使用时,下拉框需要点击两次才能弹出的问题。(#​2190)
💅 样式更新
  • 修复 Transfer 列表项溢出的问题。(#​2198)

v2.52.0

Compare Source

💎 Enhancement
  • Optimize the problem that the Tree component is stuck interactively under large data. (There will be a more significant improvement after manually enabling __ArcoAdapterMode__ , but after enabling it, the parameter whose callback parameter type is NodeInstance will become FakeNodeInstance type(#​2158)
🆕 Feature
  • Select adds onSelect callback (only valid for multi-select mode).(#​2157)
  • Select adjusts defaultActiveFirstOption to also take effect for the selected option.(#​2157)
  • The Cascader component supports the icons parameter to set icons.(#​2062)
🐛 BugFix
  • Fix the problem that the blue-line position of the active anchor is not updated after the sub-anchor of the Anchor component is removed.(#​2161)
  • Fix the problem that the drop-down box in the <input> area cannot be expanded when the multi-selection Select is set to showSearch=false in Chrome 116+.(#​2156)
  • Fix Image error caused by previewProps.actions usage.(#​2137)
  • Fix bug that after the Button component is set to disabled, the onClick event will still be triggered when the button is a link.(#​2111 @​lio-mengxiang)
💅 Style
  • Fix the bug that the vertical tab style behaves abnormally in the rtl view of the Tabs component.(#​2162)
  • Fix the bug that the vertical tab height of Tabs is not consistent with the content area (this fix adjusts the layout method of tabs whose tabPosition is left / right to flex layout).(#​2162)

💎 功能优化
  • 优化 Tree 组件在大数据下交互卡顿的问题。(手动开启 __ArcoAdapterMode__ 后会有更显著的提升,但是开启后回调参数类型为 NodeInstance 的参数会变为 FakeNodeInstance 类型)(#​2158)
🆕 功能升级
  • Select 新增 onSelect 回调(仅对多选模式生效)。(#​2157)
  • Select 调整 defaultActiveFirstOption 对于选中的选项亦生效。(#​2157)
  • Cascader 组件支持 icons 参数设置图标。(#​2062)
🐛 问题修复
  • 修复 Anchor 组件子锚点被移除后,激活态锚点的蓝色标识位置未更新的问题。(#​2161)
  • 修复多选 Select 在 Chrome 116+ 设置 showSearch=false 时点击 <input> 区域下拉框无法展开的问题。(#​2156)
  • 修复 Image 配合 previewProps.actions 使用报错的问题。(#​2137)
  • 修复 Button 组件设置了 disabled 之后,在按钮是链接的情况下还是会触发 onClick 事件的 bug。(#​2111 @​lio-mengxiang)
💅 样式更新
  • 修复 Tabs 组件 rtl 视图下,竖直方向选项卡样式表现异常的 bug。(#​2162)
  • 修复 Tabs 竖直方向选项卡高度未和内容区域保持一致的 bug(此修复调整了 tabPosition 为 left / right 的选项卡的布局方式为 flex 布局) 。(#​2162)

v2.51.2

Compare Source

💎 Enhancement
  • Optimize the Trigger component when there is a decimal in the content height, there will be a positioning error, which will cause unnecessary scroll bars.(#​2141)
🐛 BugFix
  • Fix the bug that the dragToSort attribute does not take effect when the Cascader component is controlled(#​2140)
  • Fix the problem that Popover is reported as a direct child node of Menu.(#​2138)
  • Fix possible height jitter in Transfer when moving list items.(#​2136)

💎 功能优化
  • 优化 Trigger 组件在内容高度存在小数时会出现定位误差导致出现不必要滚动条的问题。(#​2141)
🐛 问题修复
  • 修复 Cascader 组件受控时 dragToSort 属性不生效的 bug(#​2140)
  • 修复 Popover 作为 Menu 直接子节点报错的问题。(#​2138)
  • 修复 Transfer 在列表项移动时,可能出现的高度抖动。(#​2136)

v2.51.1

Compare Source


v2.51.0

Compare Source

💎 Enhancement
  • Optimize the width of the table and the problem of unnecessary scroll bars in certain scenarios.(#​2066 @​hkhere)
🆕 Feature
  • Support horizontal Anchor(#​2108 '')
  • The Menu.Item adds renderItemInTooltip property, which is used to specify the menu item node displayed in Tooltip when Menu is collapsed.(#​2106)
  • Dropdown.Button support all DropdownProps.(#​2091)
🐛

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented Apr 1, 2024

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
🔨 Latest commit eff8be9
🔍 Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/662b879e075b070008ffe314
😎 Deploy Preview https://deploy-preview-882--aquamarine-blini-95325f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 86 (🔴 down 7 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/arco-design-web-react-2.x branch from 7cca954 to e1aea18 Compare April 12, 2024 14:39
@renovate renovate bot changed the title chore(deps): update dependency @arco-design/web-react to ^2.61.2 chore(deps): update dependency @arco-design/web-react to ^2.61.3 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/arco-design-web-react-2.x branch from e1aea18 to eff8be9 Compare April 26, 2024 10:53
@renovate renovate bot changed the title chore(deps): update dependency @arco-design/web-react to ^2.61.3 chore(deps): update dependency @arco-design/web-react to ^2.62.0 Apr 26, 2024
@chenjiahan chenjiahan merged commit 6d1c99b into main May 17, 2024
9 checks passed
@chenjiahan chenjiahan deleted the renovate/arco-design-web-react-2.x branch May 17, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant