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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

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

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #​51210
  • 🐞 Fix the Button icon was not vertically centered. #​51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #​51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #​51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #​51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #​51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #​51368

  • 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。#​51210
  • 🐞 修复 Button 图标未垂直居中的问题。#​51381
  • 🐞 修复 Input 组件 variant 设置 borderless 时,disabled 状态下指针样式未设置 not-allowed 的问题。#​51387 @​ustcfury
  • Splitter
  • 💄 优化 Checkbox indeterminate 提升无障碍体验。#​51350 @​SpaNb4
  • 💄 优化 Empty 预设 svg 图片的 title 提升无障碍体验。#​51368

v5.21.5

Compare Source


v5.21.4

Compare Source


v5.21.3

Compare Source

  • 💄 Added a scroll bar to Dropdown when having many items. #​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #​51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. [#​51114](https://redirect.

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 force-pushed the renovate/antd-5.x branch from 3a35467 to 8b16994 Compare March 16, 2023 15:44
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from a9884f5 to becebea Compare March 28, 2023 11:21
@renovate renovate bot force-pushed the renovate/antd-5.x branch from becebea to 541c9d4 Compare April 3, 2023 11:41
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 541c9d4 to cef4475 Compare April 17, 2023 10:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 9d20a29 to a8880ba Compare May 30, 2023 07:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from add322d to 4180c2e Compare June 7, 2023 18:26
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from dc6d9c6 to fb1c630 Compare June 25, 2023 12:52
@renovate renovate bot force-pushed the renovate/antd-5.x branch from fb1c630 to 890be7b Compare July 3, 2023 08:03
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 890be7b to 4c53946 Compare July 11, 2023 15:49
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 92239dd to 254f603 Compare July 24, 2023 20:18
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 44ab974 to 46c32c5 Compare August 4, 2023 06:25
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 46c32c5 to b6a426a Compare August 11, 2023 10:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b6a426a to 1a0280e Compare August 18, 2023 14:15
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 4da5c9e to 17cb86e Compare September 2, 2023 16:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 06121fd to 14f4663 Compare September 15, 2023 08:44
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from d2a727e to 0338c72 Compare September 25, 2023 07:41
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 0338c72 to 5c42d3b Compare September 28, 2023 10:15
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from e1d3c81 to 66a02f9 Compare October 15, 2023 16:45
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 4da9e31 to a60ac49 Compare July 19, 2024 10:44
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from d2bd968 to 657783c Compare August 3, 2024 17:08
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 657783c to d8be200 Compare August 11, 2024 16:11
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 9ca0b95 to 17a1446 Compare August 26, 2024 12:33
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 60395bc to c6e07ee Compare September 3, 2024 16:11
@renovate renovate bot force-pushed the renovate/antd-5.x branch from c6e07ee to f9509ae Compare September 9, 2024 11:09
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from ac105b4 to 90b8b69 Compare September 25, 2024 06:42
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 90b8b69 to 6217465 Compare September 30, 2024 16:50
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 8dffc79 to d95747c Compare October 14, 2024 20:02
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from a39eb16 to aefd1b5 Compare October 28, 2024 10:15
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 79913cc to 5b48d8c Compare November 13, 2024 17:24
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 5b48d8c to 653cca9 Compare November 20, 2024 19:53
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 653cca9 to 657a2b9 Compare December 2, 2024 13:31
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency antd to v5 chore(deps): update dependency antd to v5 - abandoned Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency antd to v5 - abandoned chore(deps): update dependency antd to v5 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from f673656 to b228e80 Compare December 14, 2024 18:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 9e400c9 to 107e2f7 Compare December 27, 2024 08:29
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 107e2f7 to 39c50fc Compare January 6, 2025 09:39
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