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

Update dependency antd to v5.21.2 #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 5.3.2 -> 5.21.2 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.21.2

Compare Source

v5.21.1

Compare Source


v5.21.0

Compare Source


v5.20.6

Compare Source


v5.20.5

Compare Source

  • 🛠 Adjust Tree & TreeSelect defaultExpandAll logic to only add internal expandedKeys which treeNode has children instead to avoid perf issue when with large data or loadData case. #​50689 @​zombieJ
  • 🐞 Fix Cascader not show parent option in search when using multiple. #​50689
  • 🐞 Fix Typography ellipsis.tooltip.title with ReactNode will cause dead loop. #​50688 @​zombieJ

  • 🛠 调整 Tree 与 TreeSelect 的 defaultExpandAll 的行为,仅将有子节点的 treeNode 加入 expandedKeys 以防止在大数据与 loadData 异步的情况下引发的性能问题。#​50689 @​zombieJ
  • 🐞 修复 Cascader 在 multiple 下搜索不会显示父节点作为选项的问题。#​50689
  • 🐞 修复 Typography ellipsis.tooltip.title 配置 ReactNode 会导致死循环的问题。#​50688 @​zombieJ

v5.20.4

Compare Source


v5.20.3

Compare Source

  • 🐞 Refactor Typography native css ellipsis measure logic to handle precision edge case. #​50514 @​zombieJ
  • 🐞 Fix ColorPicker onChangeComplete not correct when click directly without move on the picker panel. #​50501 @​zombieJ
  • 🐞 Fix FloatButton.Group with controlled mode warning for nest updating issue. #​50500 @​zombieJ

  • 🐞 重构 Typography 在使用 css 原生省略时的检查逻辑,以解决屏幕缩放等情况下的精度问题。#​50514 @​zombieJ
  • 🐞 修复 ColorPicker 组件在面板上不拖拽直接点击的时候,onChangeComplete 返回值不正确的问题。#​50501 @​zombieJ
  • 🐞 修复 FloatButton.Group 在受控模式下 React 会警告递归更新的问题。#​50500 @​zombieJ

v5.20.2

Compare Source

  • 💄 Fix the suffix style problem of InputNumber without control. #​50450 @​coding-ice
  • 🆕 Form rule.message supports skipping variable substitution through \\${}. #​50412 @​zombieJ
  • 🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #​50408 @​li-jia-nan
  • 🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #​50394 @​huiliangShen
  • 🐞 Fixed the issue where the arrow icon disappears after hovering when Select specifies getPopcontainer={node=node.parentNode}. #​50382 @​afc163
  • 🐞 Fixed the arrow misalignment error when Popover sets the arrow.pointAtCenter property. #​50260 @​Wxh16144
  • 📖 Transfer adds Russian and Ukrainian localization copy. #​50429 @​alexlag
  • TypeScript

v5.20.1

Compare Source


v5.20.0

Compare Source


  • 🛠 替换 ColorPicker 内部使用的 @ctrl/tiny-color@ant-design/fast-color#​49846
  • 🆕 ConfigProvider 支持配置 Spin 的 indicator 属性。#​50183 @​coding-ice
  • 🆕 Upload showUploadList 添加 extra 以支持渲染额外信息。#​50098 @​guoyunhe
  • 🆕 Tree 新增 switcherLoadingIcon 属性以支持自定义树节点的加载图标#​49716 @​coding-ice
  • 🆕 Slider 支持 range.editable 以动态添加/删除节点。#​49923
  • 🆕 Slider range.editable 支持 minCountmaxCount 以配置可编辑节点树。#​49987
  • 🆕 在 QRCode 中支持自定义状态渲染。#​49563 @​kiner-tang
  • 🆕 Table 组件支持自定义过滤器下拉框空状态。 #​49613 @​Wxh16144
  • 🆕 Divider 支持添加 dashed(虚线)、dotted(点线)或 solid(实线)的样式。#​49654 @​pinaki-08
  • 🆕 InputNumber 支持 suffix 属性。#​49674 @​coding-ice
  • 🆕 ColorPicker 支持渐变色选择,并修复受控模式不生效的问题。#​50050
  • 🆕 Input/TextArea/Mentions 组件支持 onClear 回调,便于区分点击 x 清除和手动清除这两个行为。#​49905 @​li-jia-nan
  • ⌨️ 优化 Input 下长按回车会不断触发变更的问题。rc-input#72 @​crazyair
  • 🐞 修复 ColorPicker 在 cssinjs 模式下 line-height 失效的问题。#​50220 @​vagusX
  • 🐞 修复 ColorPicker 在 disabled 状态下的光标问题. #​50217 @​coding-ice
  • 🐞 修复 Table 中列存在分组时,排序不生效的问题。#​50086 @​Zyf665
  • 🐞 修复 Popover/PopConfirm/Tooltip 在目标元素宽度过大时,使用 topLeft, topRight, bottomLeft, bottomRight 的弹出动画起始缩放中心有所偏移的问题。#​50134
  • 💄 修复 Tree 组件 filter-node 节点高亮样式丢失。#​49773 @​wanpan11
  • 💄 优化 ColorPicker 当从 transparent 状态进行颜色选取时,默认使用亮色以代替原本的纯黑色以提升用户交互体验。#​50148
  • TypeScript
  • 🌐 Locales

v5.19.4

Compare Source


v5.19.3

Compare Source

v5.19.2

Compare Source


  • 🐞 修复 List actions 为空数组时会渲染 0 的问题。#​49842 @​int64ago
  • 🐞 修复 Upload 拖拽上传文件夹时,beforeUpload fileList 不完整的问题。#​49832 @​coderz-w
  • Descriptions
  • 🐞 修复 Spin percentsize 一同使用时,样式不正确的问题。#​49876
  • 🇮🇳 补充 DatePicker 的 kn_IN 本地化文案。#​49860 @​neerajap-01
  • Typescript
    • 🐞 修复 Tree iconswitcherIcon 参数类型未能正确推导的问题。#​49821
    • 🐞 回滚 Cascader multiple 定义更新导致 value 定义丢失的问题。#​49741 @​YangZhi1

v5.19.1

Compare Source


v5.19.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency antd to v5.3.3 Update dependency antd to v5.4.0 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 0a60713 to c8bfaf4 Compare April 3, 2023 12:04
@renovate renovate bot changed the title Update dependency antd to v5.4.0 Update dependency antd to v5.4.1 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c8bfaf4 to e6a6051 Compare April 11, 2023 05:37
@renovate renovate bot changed the title Update dependency antd to v5.4.1 Update dependency antd to v5.4.2 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from e6a6051 to 9b6b720 Compare April 11, 2023 16:09
@renovate renovate bot changed the title Update dependency antd to v5.4.2 Update dependency antd to v5.4.3 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 9b6b720 to f25aa95 Compare April 19, 2023 14:28
@renovate renovate bot changed the title Update dependency antd to v5.4.3 Update dependency antd to v5.4.4 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from f25aa95 to eeb4af3 Compare April 20, 2023 15:52
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from eeb4af3 to 9fa991a Compare October 27, 2023 17:17
@renovate renovate bot changed the title Update dependency antd to v5.4.4 Update dependency antd to v5.10.2 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 9fa991a to 4c32418 Compare October 30, 2023 17:22
@renovate renovate bot changed the title Update dependency antd to v5.10.2 Update dependency antd to v5.10.3 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4c32418 to 471b03c Compare November 3, 2023 17:21
@renovate renovate bot changed the title Update dependency antd to v5.10.3 Update dependency antd to v5.11.0 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 471b03c to a10f1d2 Compare November 9, 2023 15:48
@renovate renovate bot changed the title Update dependency antd to v5.11.0 Update dependency antd to v5.11.1 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from a10f1d2 to 8a320cb Compare November 17, 2023 11:05
@renovate renovate bot changed the title Update dependency antd to v5.11.1 Update dependency antd to v5.11.2 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8a320cb to ef4adea Compare November 22, 2023 14:09
@renovate renovate bot changed the title Update dependency antd to v5.11.2 Update dependency antd to v5.11.3 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ef4adea to 514a8dc Compare November 24, 2023 17:14
@renovate renovate bot changed the title Update dependency antd to v5.11.3 Update dependency antd to v5.11.4 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 514a8dc to 8db82ad Compare November 27, 2023 13:17
@renovate renovate bot changed the title Update dependency antd to v5.11.4 Update dependency antd to v5.11.5 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8db82ad to 6fad44a Compare December 4, 2023 14:35
@renovate renovate bot changed the title Update dependency antd to v5.11.5 Update dependency antd to v5.12.1 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 6fad44a to 2d4abd1 Compare December 11, 2023 16:40
@renovate renovate bot changed the title Update dependency antd to v5.12.1 Update dependency antd to v5.12.2 Dec 11, 2023
@renovate renovate bot changed the title Update dependency antd to v5.18.3 Update dependency antd to v5.19.0 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 0b8efbc to cee37bd Compare July 5, 2024 13:46
@renovate renovate bot changed the title Update dependency antd to v5.19.0 Update dependency antd to v5.19.1 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from cee37bd to 8836f7e Compare July 15, 2024 10:38
@renovate renovate bot changed the title Update dependency antd to v5.19.1 Update dependency antd to v5.19.2 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8836f7e to 4ba9537 Compare July 19, 2024 14:42
@renovate renovate bot changed the title Update dependency antd to v5.19.2 Update dependency antd to v5.19.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4ba9537 to 46aac47 Compare July 30, 2024 04:56
@renovate renovate bot changed the title Update dependency antd to v5.19.3 Update dependency antd to v5.19.4 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 46aac47 to edb8023 Compare August 3, 2024 14:15
@renovate renovate bot changed the title Update dependency antd to v5.19.4 Update dependency antd to v5.20.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from edb8023 to 68b32c7 Compare August 11, 2024 17:36
@renovate renovate bot changed the title Update dependency antd to v5.20.0 Update dependency antd to v5.20.1 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 68b32c7 to 7b3e6ef Compare August 19, 2024 17:00
@renovate renovate bot changed the title Update dependency antd to v5.20.1 Update dependency antd to v5.20.2 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 7b3e6ef to c0ae122 Compare August 26, 2024 13:01
@renovate renovate bot changed the title Update dependency antd to v5.20.2 Update dependency antd to v5.20.3 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c0ae122 to ad531d3 Compare September 2, 2024 07:34
@renovate renovate bot changed the title Update dependency antd to v5.20.3 Update dependency antd to v5.20.4 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ad531d3 to 7a6b4cc Compare September 3, 2024 15:03
@renovate renovate bot changed the title Update dependency antd to v5.20.4 Update dependency antd to v5.20.5 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 7a6b4cc to b9b0151 Compare September 9, 2024 10:49
@renovate renovate bot changed the title Update dependency antd to v5.20.5 Update dependency antd to v5.20.6 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from b9b0151 to bcb1d50 Compare September 22, 2024 18:18
@renovate renovate bot changed the title Update dependency antd to v5.20.6 Update dependency antd to v5.21.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from bcb1d50 to 5d9df3a Compare September 25, 2024 06:13
@renovate renovate bot changed the title Update dependency antd to v5.21.0 Update dependency antd to v5.21.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 5d9df3a to b0047b5 Compare September 30, 2024 16:46
@renovate renovate bot changed the title Update dependency antd to v5.21.1 Update dependency antd to v5.21.2 Sep 30, 2024
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.

0 participants