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 #2872

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

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


  • 🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。#​51664 @​thecodesalim
  • 🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。#​51647 @​zombieJ
  • 🐞 修复 Form rules 生成多条相同错误时会报 React 渲染错误的问题。#​51636 @​zombieJ
  • 🐞 调整 Button 使用 useEffect 来触发 autoFocus 逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。#​51624 @​zombieJ
  • 🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。#​51652 @​afc163
  • 🐞 修复 Table 组件 getCheckboxProps 中的事件处理器被内部选择逻辑覆盖的问题。#​51661 @​Zyf665
  • 🐞 修复 Tree 组件的 onCheckonSelect 事件没有被正确触发的问题。#​51448 @​Wxh16144
  • 🌐 本地化

v5.22.1

Compare Source

  • 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when needConfirm and the user has not submitted the date. #​51591 @​zombieJ
  • 🛠 Lock Input.OTP ctrl + z operation to avoid data not correct. #​51609 @​zombieJ
  • 🐞 Fix Select tags or multiple mode display iss

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

vercel bot commented Sep 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stakes-social ❌ Failed (Inspect) Feb 11, 2025 9:51am

@renovate renovate bot force-pushed the renovate/antd-5.x branch from acdd885 to a673290 Compare September 1, 2024 10:29
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a673290 to 38af052 Compare September 1, 2024 13:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 38af052 to 5a4d501 Compare September 1, 2024 16:32
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 5a4d501 to 47ec344 Compare September 1, 2024 19:28
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 47ec344 to 494206c Compare September 1, 2024 22:13
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 494206c to ccee2bb Compare September 2, 2024 00:06
@renovate renovate bot force-pushed the renovate/antd-5.x branch from ccee2bb to 08a044e Compare September 2, 2024 04:30
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 08a044e to 1c7fc46 Compare September 2, 2024 07:52
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 1c7fc46 to d07b72b Compare September 2, 2024 07:54
@renovate renovate bot force-pushed the renovate/antd-5.x branch from d07b72b to 8639037 Compare September 2, 2024 10:11
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 8639037 to 0631d1d Compare September 2, 2024 12:22
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 0631d1d to d431e71 Compare September 2, 2024 16:43
@renovate renovate bot force-pushed the renovate/antd-5.x branch from d431e71 to 7389b57 Compare September 2, 2024 19:19
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 7389b57 to 1426ef0 Compare September 2, 2024 21:31
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 534efad to 5748746 Compare January 21, 2025 22:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 5748746 to ab6788d Compare January 22, 2025 06:33
@renovate renovate bot force-pushed the renovate/antd-5.x branch from ab6788d to 54b4d58 Compare January 22, 2025 11:19
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 54b4d58 to 96f9736 Compare January 22, 2025 16:06
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 96f9736 to 6c19505 Compare January 22, 2025 19:22
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 6c19505 to 0702b94 Compare January 28, 2025 06:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 0702b94 to 17362c0 Compare January 30, 2025 19:52
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 17362c0 to e150cf0 Compare January 30, 2025 22:52
@renovate renovate bot force-pushed the renovate/antd-5.x branch from e150cf0 to ba03232 Compare January 31, 2025 02:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch from ba03232 to 2026f14 Compare January 31, 2025 06:47
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 2026f14 to 0b77127 Compare January 31, 2025 11:36
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 0b77127 to 8fb005b Compare January 31, 2025 14:19
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 8fb005b to 01ccaa4 Compare February 5, 2025 15:04
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