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 antd to v5.24.1 #200

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 2, 2024

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.24.1

Compare Source


  • 🐞 修复 Button 配置 colorprimary 并且 varianttextlink 时,没有取用正确的色板的问题。#​52812 @​zombieJ
  • 💄 修复 Input.Group 与 Input.OTP 由于 css 变量未定义导致样式异常的问题。#​52799 @​afc163
  • 🐞 修复 DatePicker 的 prefix 内容多时会换行的问题。#​52776 @​guoyunhe
  • 🐞 修复 Table 列标题在排序时丢失 aria-label 的问题。#​52772 @​mellis481
  • 🐞 修复 Alert.ErrorBoundary 在 @types/react@18.x 中无法作为 JSX 组件使用的类型错误问题。#​52766 @​afc163
  • 💄 修复 Segmented 设置 size 时,shape 不生效的问题。#​52757 @​yellowryan

v5.24.0

Compare Source


v5.23.4

Compare Source

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

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


v5.22.7

Compare Source


v5.22.6

Compare Source


  • 🐞 修复 Button 有图标和无图标按钮对齐差一像素的问题。#​52070
  • 🐞 修复 Splitter 组件折叠图标 z-index 层级过低问题。#​52065 @​wanpan11
  • 🐞 修复 Button 启用 loading 时,动画不够顺滑的问题。#​52059 @​zombieJ
  • 🐞 修复 Button 暗色模式下默认填充按钮文本在悬停时消失的问题。#​52024 @​DDDDD12138

v5.22.5

Compare Source


v5.22.4

Compare Source

  • Transfer
  • 🐞 Fix the arrow would be outside the container when the Tooltip content was too small. #​51904
  • 🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. #​51874
  • 💄 Fix Menu icon alignment when using collapsedIconSize. #​51863 @​Gnomeek
  • 💄 Fix incorrect styling of Tabs component when type="editable-card". #​51935 @​aojunhao123
  • 💄 Fix insufficient trigger style priority in Layout.Sider component in zero-width mode. #​51936 @​aojunhao123
  • 💄 MISC: Fix the icon styles were created repeatedly. #​51897 @​YumoImer
  • 💄 MISC: Inline styles refactored to cssinjs. #​51843

  • Transfer
  • 🐞 修复 Tooltip 内容过少时,箭头会在容器外的问题。#​51904
  • 🐞 修复点击 Upload 下的 Radio 或 Checkbox 会触发两次弹窗的问题。#​51874
  • 💄 修复 Menu 在使用 collapsedIconSize 时图标对齐的问题。#​51863 @​Gnomeek
  • 💄 修复 Tabs 组件在 type="editable-card" 时样式不正确的问题。#​51935 @​aojunhao123
  • 💄 修复 Layout.Sider 组件在 zero-width 模式下触发器样式优先级不足的问题。#​51936 @​aojunhao123
  • 💄 MISC: 修复 icon 样式被重复创建的问题。#​51897 @​YumoImer
  • 💄 MISC: 行内样式重构为 cssinjs。#​51843

v5.22.3

Compare Source


v5.22.2

Compare Source

  • 🐞 Fix Input.OTP focus from advancing when previous input is empty. #​51664 @​thecodesalim
  • 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. #​51647 @​zombieJ
  • 🐞 Fix Form rules with same error content will cause React render warning. #​51636 @​zombieJ
  • 🐞 Refactor Button focus logic trigger with useEffect to resolve some async load case not get autoFocus. #​51624 @​zombieJ
  • 🐞 Fix Button custom icon not center-aligned. #​51652 @​afc163
  • 🐞 Fix Table getCheckboxProps event handlers being overridden by internal selection logic. #​51661 @​Zyf665
  • 🐞 Fix Tree that onCheck and onSelect were not properly triggered. #​51448 @​Wxh16144
  • 🌐 Localization
    • 🇷🇺 Add support for Russian translation. #​51619 [@​avvakumovid](https:

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.14.2 chore(deps): update dependency antd to v5.15.0 Mar 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.15.0 chore(deps): update dependency antd to v5.15.1 Mar 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.15.1 chore(deps): update dependency antd to v5.15.2 Mar 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.15.2 chore(deps): update dependency antd to v5.15.3 Mar 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.15.3 chore(deps): update dependency antd to v5.15.4 Mar 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.15.4 chore(deps): update dependency antd to v5.16.0 Mar 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.16.0 chore(deps): update dependency antd to v5.16.1 Apr 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.16.1 chore(deps): update dependency antd to v5.16.2 Apr 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.16.2 chore(deps): update dependency antd to v5.16.4 Apr 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.16.4 chore(deps): update dependency antd to v5.16.5 Apr 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.16.5 chore(deps): update dependency antd to v5.17.0 May 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.17.0 chore(deps): update dependency antd to v5.17.1 May 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.17.1 chore(deps): update dependency antd to v5.17.2 May 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.17.2 chore(deps): update dependency antd to v5.17.3 May 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.17.3 chore(deps): update dependency antd to v5.17.4 May 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.17.4 chore(deps): update dependency antd to v5.18.0 Jun 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.18.0 chore(deps): update dependency antd to v5.18.1 Jun 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.18.1 chore(deps): update dependency antd to v5.18.2 Jun 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.18.2 chore(deps): update dependency antd to v5.18.3 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.18.3 chore(deps): update dependency antd to v5.19.1 Jul 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.1 chore(deps): update dependency antd to v5.19.2 Jul 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.2 chore(deps): update dependency antd to v5.19.3 Jul 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.3 chore(deps): update dependency antd to v5.19.4 Jul 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.19.4 chore(deps): update dependency antd to v5.20.0 Aug 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.0 chore(deps): update dependency antd to v5.20.1 Aug 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.1 chore(deps): update dependency antd to v5.20.2 Aug 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.2 chore(deps): update dependency antd to v5.20.3 Aug 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.3 chore(deps): update dependency antd to v5.20.4 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.4 chore(deps): update dependency antd to v5.20.5 Sep 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.20.5 chore(deps): update dependency antd to v5.20.6 Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.0 chore(deps): update dependency antd to v5.21.1 Sep 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.1 chore(deps): update dependency antd to v5.21.2 Sep 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.2 chore(deps): update dependency antd to v5.21.3 Oct 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.3 chore(deps): update dependency antd to v5.21.4 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.4 chore(deps): update dependency antd to v5.21.5 Oct 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.5 chore(deps): update dependency antd to v5.21.6 Oct 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.21.6 chore(deps): update dependency antd to v5.22.0 Nov 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.0 chore(deps): update dependency antd to v5.22.1 Nov 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.1 chore(deps): update dependency antd to v5.22.2 Nov 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.2 chore(deps): update dependency antd to v5.22.3 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.3 chore(deps): update dependency antd to v5.22.4 Dec 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.4 chore(deps): update dependency antd to v5.22.5 Dec 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.22.5 chore(deps): update dependency antd to v5.22.6 Dec 23, 2024
@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 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 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-lockfile branch from d8acb23 to a726d52 Compare January 20, 2025 14:08
@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-lockfile branch 2 times, most recently from 2b20600 to 340c343 Compare January 28, 2025 10:08
@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-lockfile branch 2 times, most recently from 58aa2da to 734d574 Compare February 5, 2025 13:58
@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-lockfile branch 2 times, most recently from 46dc9c2 to c60520b Compare February 11, 2025 10:11
@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-lockfile branch from c60520b to 268ce85 Compare February 17, 2025 12:03
@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
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