Skip to content

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

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 Jan 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 5.1.7 -> 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.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 1, 2023
@renovate renovate bot closed this Feb 1, 2023
@renovate renovate bot deleted the renovate/antd-5.x branch February 1, 2023 18:20
@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 09:36
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a3376fe to f8ca795 Compare February 8, 2023 17:03
@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 f8ca795 to 85ebd4b Compare February 13, 2023 14:04
@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 85ebd4b to 8166b11 Compare February 19, 2023 17:53
@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 8166b11 to 4131b75 Compare February 27, 2023 15:21
@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 4131b75 to a0b32fd Compare March 5, 2023 18:26
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.2.3 chore(deps): update dependency antd to v5.3.0 Mar 5, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a0b32fd to 80ee207 Compare March 13, 2023 09:34
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.3.0 chore(deps): update dependency antd to v5.3.1 Mar 13, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 80ee207 to ef24318 Compare March 20, 2023 13:11
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.3.1 chore(deps): update dependency antd to v5.3.2 Mar 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.3.2 chore(deps): update dependency antd to v5.3.3 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from b15bdf0 to c79af19 Compare April 3, 2023 11:18
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.3.3 chore(deps): update dependency antd to v5.4.0 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from c79af19 to 051e1c8 Compare April 11, 2023 08:37
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.4.0 chore(deps): update dependency antd to v5.4.1 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 051e1c8 to fb2c56d Compare April 11, 2023 14:14
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.4.1 chore(deps): update dependency antd to v5.4.2 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from fb2c56d to a165ece Compare April 19, 2023 14:14
@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 37f80ad to f8489e6 Compare January 6, 2025 10:29
@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 f8489e6 to 96a48e2 Compare January 13, 2025 10:04
@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 96a48e2 to dde301d Compare January 20, 2025 10:14
@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 dde301d to 5bb4ac1 Compare January 28, 2025 09:25
@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 5bb4ac1 to 8646f63 Compare February 5, 2025 13:53
@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 8646f63 to b661cb8 Compare February 11, 2025 12:54
@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 b661cb8 to 46212ac Compare February 17, 2025 11:50
@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 46212ac to d6cf315 Compare February 24, 2025 13:11
@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 d6cf315 to e1f01ef Compare March 5, 2025 05:59
@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 e1f01ef to f440ac7 Compare March 17, 2025 10:14
@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 f440ac7 to 84d716c Compare March 24, 2025 16:44
@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 84d716c to 2b42d9d Compare April 1, 2025 12:08
@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 2b42d9d to a721e51 Compare April 14, 2025 11:06
@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 a721e51 to bbf7e43 Compare April 21, 2025 11:41
@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