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

Update dependency antd to v5.23.3 #124

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2023

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.23.3

Compare Source

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 issue. #​51605 @​guoyunhe
  • 🐞 Fix Badge count motion missing in Safari. #​51598 @​zombieJ
  • 🐞 Fix Tabs with centered the tabs can not fully display. #​51571 @​DDDDD12138
  • 🐞 Fix Transfer with controlled dataSource & selectedKeys sometime miss sync checked state. #​51523 @​IsKaros
  • 🐞 Revert Button display inline-flex back to inline-block to resolve Icon align issue. #​51588 @​Wxh16144

  • 🛠 调整 DatePicker.RangePicker 当 needConfirm 切用户未提交日期时,不允许通过点击输入框切换到下一个字段。#​51591 @​zombieJ
  • 🛠 禁用 Input.OTP ctrl + z 操作以防止数据变化非预期的问题。#​51609 @​zombieJ
  • 🐞 修复 Select 标签模式下展示异常的问题。#​51605 @​guoyunhe
  • 🐞 修复 Badge count 在 Safari 下动画丢失的问题。#​51598 @​zombieJ
  • 🐞 修复 Tabs centered 下标签展示不全的问题。#​51571 @​DDDDD12138
  • 🐞 修复 Transfer 受控 dataSourceselectedKeys 时,偶尔会出现勾选不正确的问题。#​51523 @​IsKaros
  • 🐞 回滚 Button displayinline-flexinline-block 以解决 Icon 位置偏移的问题。#​51588 @​Wxh16144

v5.22.0

Compare Source


v5.21.6

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 Update dependency antd to v5.3.3 Update dependency antd to v5.4.0 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 0a60713 to c8bfaf4 Compare April 3, 2023 12:04
@renovate renovate bot changed the title Update dependency antd to v5.4.0 Update dependency antd to v5.4.1 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c8bfaf4 to e6a6051 Compare April 11, 2023 05:37
@renovate renovate bot changed the title Update dependency antd to v5.4.1 Update dependency antd to v5.4.2 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from e6a6051 to 9b6b720 Compare April 11, 2023 16:09
@renovate renovate bot changed the title Update dependency antd to v5.4.2 Update dependency antd to v5.4.3 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 9b6b720 to f25aa95 Compare April 19, 2023 14:28
@renovate renovate bot changed the title Update dependency antd to v5.4.3 Update dependency antd to v5.4.4 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from f25aa95 to eeb4af3 Compare April 20, 2023 15:52
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from eeb4af3 to 9fa991a Compare October 27, 2023 17:17
@renovate renovate bot changed the title Update dependency antd to v5.4.4 Update dependency antd to v5.10.2 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 9fa991a to 4c32418 Compare October 30, 2023 17:22
@renovate renovate bot changed the title Update dependency antd to v5.10.2 Update dependency antd to v5.10.3 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 4c32418 to 471b03c Compare November 3, 2023 17:21
@renovate renovate bot changed the title Update dependency antd to v5.10.3 Update dependency antd to v5.11.0 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 471b03c to a10f1d2 Compare November 9, 2023 15:48
@renovate renovate bot changed the title Update dependency antd to v5.11.0 Update dependency antd to v5.11.1 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from a10f1d2 to 8a320cb Compare November 17, 2023 11:05
@renovate renovate bot changed the title Update dependency antd to v5.11.1 Update dependency antd to v5.11.2 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8a320cb to ef4adea Compare November 22, 2023 14:09
@renovate renovate bot changed the title Update dependency antd to v5.11.2 Update dependency antd to v5.11.3 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ef4adea to 514a8dc Compare November 24, 2023 17:14
@renovate renovate bot changed the title Update dependency antd to v5.11.3 Update dependency antd to v5.11.4 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 514a8dc to 8db82ad Compare November 27, 2023 13:17
@renovate renovate bot changed the title Update dependency antd to v5.11.4 Update dependency antd to v5.11.5 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8db82ad to 6fad44a Compare December 4, 2023 14:35
@renovate renovate bot changed the title Update dependency antd to v5.11.5 Update dependency antd to v5.12.1 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 6fad44a to 2d4abd1 Compare December 11, 2023 16:40
@renovate renovate bot changed the title Update dependency antd to v5.12.1 Update dependency antd to v5.12.2 Dec 11, 2023
@renovate renovate bot changed the title Update dependency antd to v5.21.4 Update dependency antd to v5.21.5 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ae64404 to 705f3cf Compare October 28, 2024 10:07
@renovate renovate bot changed the title Update dependency antd to v5.21.5 Update dependency antd to v5.21.6 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 705f3cf to 68a3948 Compare November 11, 2024 19:24
@renovate renovate bot changed the title Update dependency antd to v5.21.6 Update dependency antd to v5.22.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 68a3948 to ee66f92 Compare November 13, 2024 17:45
@renovate renovate bot changed the title Update dependency antd to v5.22.0 Update dependency antd to v5.22.1 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from ee66f92 to 2c4d21b Compare November 20, 2024 20:40
@renovate renovate bot changed the title Update dependency antd to v5.22.1 Update dependency antd to v5.22.2 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 2c4d21b to 8b2d0c2 Compare December 2, 2024 14:42
@renovate renovate bot changed the title Update dependency antd to v5.22.2 Update dependency antd to v5.22.3 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 8b2d0c2 to c4e4b68 Compare December 9, 2024 13:41
@renovate renovate bot changed the title Update dependency antd to v5.22.3 Update dependency antd to v5.22.4 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c4e4b68 to 7498006 Compare December 14, 2024 19:02
@renovate renovate bot changed the title Update dependency antd to v5.22.4 Update dependency antd to v5.22.5 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 7498006 to 469f40d Compare December 23, 2024 11:38
@renovate renovate bot changed the title Update dependency antd to v5.22.5 Update dependency antd to v5.22.6 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 469f40d to 0588eac Compare December 27, 2024 07:32
@renovate renovate bot changed the title Update dependency antd to v5.22.6 Update dependency antd to v5.22.7 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 0588eac to 1f34f37 Compare January 8, 2025 03:25
@renovate renovate bot changed the title Update dependency antd to v5.22.7 Update dependency antd to v5.23.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from 1f34f37 to e3acc24 Compare January 13, 2025 10:56
@renovate renovate bot changed the title Update dependency antd to v5.23.0 Update dependency antd to v5.23.1 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from e3acc24 to e570fde Compare January 20, 2025 11:06
@renovate renovate bot changed the title Update dependency antd to v5.23.1 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 d280ce1 to c8c93e2 Compare January 28, 2025 07:02
@renovate renovate bot changed the title Update dependency antd to v5.23.2 Update dependency antd to v5.23.3 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x-lockfile branch from c8c93e2 to b592501 Compare January 30, 2025 16:54
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