Skip to content

chore(deps): update dependency antd to v5.24.8 #122

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 30, 2022

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.24.8

Compare Source


  • 🐞 修复 Tabs 有时抛出 Maximum update depth exceeded 错误的问题。#​53521 @​afc163
  • Splitter
  • Input
    • 🐞 修复 Input.TextArea 初始化时渲染高度闪烁问题。#​53522 @​Fang328
    • 🐞 修复 Input 存在 suffix 的情况下 Popover 弹出位置错乱的问题。#​53475
    • 🐞 修复 Input.OTP mask 属性在 type="number" 时无法正常工作的问题。#​53550 @​rajankonar
  • 🐞 修复 Breadcrumb.Item 类型不支持 data-*aria-* 属性的问题。#​53546 @​John-Feola
  • 🐞 修复 Descriptions 带边框模式下左上和左下圆角样式不正确的问题。#​53538 @​dengfuping
  • 🐞 修复 UploadList 在 Form 中使用时操作按钮的禁用状态问题。#​53504 @​Wxh16144
  • 🐞 MISC: 修复自定义 token colorIcon 对部分组件不生效的问题。#​53511 @​dengfuping
  • 🐞 修复 message/notification 运行时动态修改配置无法生效的问题。#​53579 @​Wxh16144
  • RTL

v5.24.7

Compare Source

  • 🐞 Fix Input causing incorrect Popover positioning when a suffix is present. #​53475
  • 🐞 Fix Table filter menu selection state loss when column.filterDropdown is set to undefined. #​53421
  • 🇨🇳 ColorPicker add zh_HK zh_TW locales. #​53440 @​mjsong07

  • 🐞 修复 Input 存在 suffix 的情况下 Popover 弹出位置错乱的问题。#​53475
  • 🐞 修复 Table column.filterDropdown 指定为 undefined 导致筛选菜单选中状态丢失的问题。#​53421
  • 🇨🇳 补充 ColorPicker 的 zh_HK zh_TW 本地化文案。#​53440 @​mjsong07

v5.24.6

Compare Source

  • 🐞 Fix Modal show loading with async call, still can close with click outer space. #​53227 @​jin19980928
  • 🐞 Fix when Table size is small, the theme config will take effect on the sub Pagination. #​52829 @​Can-Chen

  • 🐞 修复 Modal 通过异步方法显示 loading 态时,点击外侧仍能触发关闭的问题。#​53227 @​jin19980928
  • 🐞 修复 Table 在 sizesmall 时,主题配置 Pagination 无效的问题。#​52829 @​Can-Chen

v5.24.5

Compare Source


v5.24.4

Compare Source


  • 🐞 修复 Input.TextArea 调整大小时宽度同步问题。#​53024 @​triyys
  • 🐞 修复 Typography type 颜色没有跟随 token color[Status]Text 而是 color[Status] 的问题。#​53086 @​zombieJ
  • 🐞 修复 Affix 组件在 React 18 以下版本中 onChange 参数值异常的问题。#​53038 @​waiter
  • 🐞 修复 Form requiredMarkcomponent=false 时不起作用的问题。#​52950 @​Wxh16144
  • 🇹🇷 新增 Tour 组件的土耳其语(tr_TR)本地化支持。#​53117 @​hakankosdag

v5.24.3

Compare Source

  • Input
    • 🐞 Fix the next element was not correctly selected after pressing the Tab key when allowClear was turned on for Input. #​52977 @​wanpan11
    • 💄 Fix the border display issue when hovering in the disabled state when Input has variant="underlined" turned on. #​52959 @​ustcfury
  • 💄 Fix DatePicker header buttons misalignment caused by unexpected spacing. #​53007 @​DDDDD12138
  • 💄 Fix the text in AutoComplete was not centered when size="large". #​52819 @​aojunhao123
  • 🇩🇪 Add missing de_DE translations for Transfer. #​53047 @​chrisinick

v5.24.2

Compare Source


v5.24.1

Compare Source


v5.24.0

Compare Source


v5.23.4

Compare Source

First release in the Year of the Snake, wishing you a prosperous start! 🐍


蛇年第一个版本,开工大吉!🐍

v5.23.3

Compare Source

Last version of the Dragon Year, Happy Chinese New Year! 🐲


龙年最后一版,祝各位新春愉快!🐲

v5.23.2

Compare Source

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #​52489
  • 💄 Fix the Layout switching sidebar button style was lost. #​52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #​52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #​52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #​52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #​52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #​52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #​52402 @​aojunhao123
  • TypeScript

  • 🐞 修复 Space.Compact 抛出 Should not use more than one & in a selector 警告信息的问题。#​52489
  • 💄 修复 Layout 切换侧边栏按钮样式丢失的问题。#​52477
  • 💄 修复 Table 收起虚拟滚动表格第一行时滚动条高度不为 0 的问题。#​52447 @​LeeSSHH
  • 💄 修复 Descriptions 最后一项未正确填充满剩余空间的问题。#​52410 @​anyuxuan
  • 💄 修复 Radio.Group 最后一项多余 margin 的问题。#​52433
  • 💄 修复 Input/Mentions 清除按钮 padding 不正确的问题。#​52407 @​ustcfury
  • 💄 修复 Input 紧凑模式中 addonAfter 的圆角问题。#​52490 @​DDDDD12138
  • 💄 修复 Menu.Item 在禁用状态下链接仍可点击且缺少禁用样式的问题。#​52402 @​aojunhao123
  • TypeScript

v5.23.1

Compare Source


v5.23.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 chore(deps): update dependency antd to v5.1.2 chore(deps): update dependency antd to v5.1.2 - autoclosed Jan 6, 2023
@renovate renovate bot closed this Jan 6, 2023
@renovate renovate bot deleted the renovate/antd-5.x branch January 6, 2023 03:31
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.2 - autoclosed chore(deps): update dependency antd to v5.1.2 Jan 9, 2023
@renovate renovate bot reopened this Jan 9, 2023
@renovate renovate bot restored the renovate/antd-5.x branch January 9, 2023 11:25
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 26b3516 to a36cc42 Compare January 9, 2023 15:31
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.2 chore(deps): update dependency antd to v5.1.4 Jan 9, 2023
@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.08%. Comparing base (b1dd1c6) to head (efdb9eb).
Report is 27 commits behind head on master.

Current head efdb9eb differs from pull request most recent head cd04d77

Please upload reports for the commit cd04d77 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  Coverage   79.08%   79.08%           
=======================================
  Files          70       70           
  Lines        1492     1492           
  Branches      292      292           
=======================================
  Hits         1180     1180           
  Misses        274      274           
  Partials       38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/antd-5.x branch from a36cc42 to fa56e75 Compare January 15, 2023 19:31
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.4 chore(deps): update dependency antd to v5.1.5 Jan 15, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from fa56e75 to ed6acde Compare January 20, 2023 09:12
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.5 chore(deps): update dependency antd to v5.1.6 Jan 20, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from ed6acde to 8e8ffc6 Compare January 31, 2023 09:20
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.6 chore(deps): update dependency antd to v5.1.7 Jan 31, 2023
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.7 chore(deps): update dependency antd to v5.1.7 - autoclosed Feb 6, 2023
@renovate renovate bot closed this Feb 6, 2023
@renovate renovate bot deleted the renovate/antd-5.x branch February 6, 2023 17:18
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.7 - autoclosed chore(deps): update dependency antd to v5.1.7 Feb 8, 2023
@renovate renovate bot reopened this Feb 8, 2023
@renovate renovate bot restored the renovate/antd-5.x branch February 8, 2023 06:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 8e8ffc6 to febbd53 Compare February 8, 2023 13:47
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.1.7 chore(deps): update dependency antd to v5.2.0 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from febbd53 to 6f151bb Compare February 13, 2023 13:19
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.2.0 chore(deps): update dependency antd to v5.2.1 Feb 13, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 6f151bb to 8436828 Compare February 19, 2023 16:29
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.2.1 chore(deps): update dependency antd to v5.2.2 Feb 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 8436828 to 27c4875 Compare February 27, 2023 17:25
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.2.2 chore(deps): update dependency antd to v5.2.3 Feb 27, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 27c4875 to 66a490f Compare March 5, 2023 18:33
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.6 chore(deps): update dependency antd to v5.22.7 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 26732ea to 92fab05 Compare January 6, 2025 10:59
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.7 chore(deps): update dependency antd to v5.23.0 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 92fab05 to a0d438f Compare January 13, 2025 10:11
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.23.0 chore(deps): update dependency antd to v5.23.1 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a0d438f to f9411a7 Compare January 20, 2025 12:55
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.23.1 chore(deps): update dependency antd to v5.23.2 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from f9411a7 to b0846de Compare January 28, 2025 10:45
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.23.2 chore(deps): update dependency antd to v5.23.3 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b0846de to f3ea897 Compare February 5, 2025 13:42
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.23.3 chore(deps): update dependency antd to v5.23.4 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from f3ea897 to dcae3e1 Compare February 11, 2025 11:32
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.23.4 chore(deps): update dependency antd to v5.24.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from dcae3e1 to 36f1afa Compare February 17, 2025 11:54
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.0 chore(deps): update dependency antd to v5.24.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 36f1afa to 189abb6 Compare February 24, 2025 12:00
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.1 chore(deps): update dependency antd to v5.24.2 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 189abb6 to b156164 Compare March 5, 2025 06:32
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.2 chore(deps): update dependency antd to v5.24.3 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b156164 to 5f92229 Compare March 17, 2025 13:42
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.3 chore(deps): update dependency antd to v5.24.4 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 5f92229 to a05791d Compare March 24, 2025 15:54
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.4 chore(deps): update dependency antd to v5.24.5 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a05791d to 844fb11 Compare April 1, 2025 10:49
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.5 chore(deps): update dependency antd to v5.24.6 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 844fb11 to 3b36e93 Compare April 14, 2025 10:27
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.6 chore(deps): update dependency antd to v5.24.7 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 3b36e93 to 0083acd Compare April 21, 2025 15:27
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.24.7 chore(deps): update dependency antd to v5.24.8 Apr 21, 2025
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