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

fix(deps): update dependency antd to v5.21.5 #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2023

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.21.5

Compare Source


v5.21.4

Compare Source


v5.21.3

Compare Source

  • 💄 Added a scroll bar to Dropdown when having many items. #​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #​51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #​51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #​51079 @​chentsulin
  • TypeScript

  • 💄 优化 Dropdown 列表较长时的滚动条样式。#​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 修复 Slider 不支持 id 属性的问题。
    • 🐞 修复 Slider 导致 extractStyle 时抛出 useLayoutEffect does nothing on the server 警告信息的问题。
  • 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#​51161 @​zombieJ
  • 🐞 修复 Table 组件在切换页面时 onChange 函数接收到错误的 sorter 值的问题。#​51114 @​nathanlao
  • Splitter
  • 🐞 杂项:重新将 reactreact-dom 添加进 peerDependencies。#​51079 @​chentsulin
  • TypeScript

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(虚线)、`dott

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 force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from ec91733 to fc88571 Compare June 19, 2023 06:42
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.6.1 fix(deps): update dependency antd to v5.6.2 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from fc88571 to 3f1e5aa Compare June 25, 2023 12:52
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.6.2 fix(deps): update dependency antd to v5.6.3 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 3f1e5aa to 545b6ef Compare July 3, 2023 10:54
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.6.3 fix(deps): update dependency antd to v5.6.4 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 6131909 to 550c498 Compare July 11, 2023 15:00
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.6.4 fix(deps): update dependency antd to v5.7.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 005392d to f0cb993 Compare July 19, 2023 05:11
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.7.0 fix(deps): update dependency antd to v5.7.1 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from f0cb993 to 6467748 Compare July 19, 2023 11:38
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.7.1 fix(deps): update dependency antd to v5.7.2 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 64cd48d to 5dedd70 Compare July 24, 2023 15:40
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.7.2 fix(deps): update dependency antd to v5.7.3 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 3 times, most recently from 8d779ca to 743775d Compare August 1, 2023 20:47
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.7.3 fix(deps): update dependency antd to v5.8.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 743775d to 9f2a2d6 Compare August 2, 2023 14:15
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.8.0 fix(deps): update dependency antd to v5.8.1 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 9f2a2d6 to 395cb98 Compare August 4, 2023 07:06
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.8.1 fix(deps): update dependency antd to v5.8.2 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from d92a655 to d5df0c2 Compare August 11, 2023 09:21
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.8.2 fix(deps): update dependency antd to v5.8.3 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from d5df0c2 to 7f46bf1 Compare August 18, 2023 14:03
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from d0b2a9e to eddea35 Compare August 3, 2024 14:22
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.19.4 fix(deps): update dependency antd to v5.20.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from d9e55ab to 4e37748 Compare August 11, 2024 16:55
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.0 fix(deps): update dependency antd to v5.20.1 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4e37748 to dad82f2 Compare August 19, 2024 17:30
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.1 fix(deps): update dependency antd to v5.20.2 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from dad82f2 to 301fe50 Compare August 26, 2024 09:54
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.2 fix(deps): update dependency antd to v5.20.3 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 9afd64d to 6824cad Compare September 2, 2024 06:44
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.3 fix(deps): update dependency antd to v5.20.4 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 6824cad to 5339929 Compare September 3, 2024 15:01
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.4 fix(deps): update dependency antd to v5.20.5 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 5339929 to fa4a6df Compare September 9, 2024 11:52
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.5 fix(deps): update dependency antd to v5.20.6 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from fa4a6df to be909bf Compare September 22, 2024 17:10
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.20.6 fix(deps): update dependency antd to v5.21.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from be909bf to c9793af Compare September 25, 2024 07:47
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.21.0 fix(deps): update dependency antd to v5.21.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c9793af to d35614b Compare September 30, 2024 18:03
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.21.1 fix(deps): update dependency antd to v5.21.2 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch 2 times, most recently from 40e046c to 297c325 Compare October 9, 2024 12:23
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.21.2 fix(deps): update dependency antd to v5.21.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 297c325 to 37200d1 Compare October 14, 2024 20:23
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.21.3 fix(deps): update dependency antd to v5.21.4 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 37200d1 to cc2ed19 Compare October 21, 2024 09:19
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.21.4 fix(deps): update dependency antd to v5.21.5 Oct 21, 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