Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2023

This PR contains the following updates:

Package Change Age Confidence
antd (source) ^4.18.6 -> ^5.0.0 age confidence

Release Notes

ant-design/ant-design (antd)

v5.27.6

Compare Source

  • Table
    • 🐞 Fix Table pagination.align is not working. #​55316
    • 🛠 Add Table missing useMemo capability to spinProps. #​55344
  • 🛠 Refactor Modal useMemo of ConfirmDialog to resolve useMemo invalid where Object.values ​​generates a new array. #​55376
  • TypeScript
    • 🤖 Add ConfigProvider the Window type definition in getTargetContainer of . #​55313
    • 🤖 Add ConfigProvider the ShadowRoot type definition in getTargetContainer and getPopupContainer. #​55278 @​leshalv
    • 🤖 Improve Modal type definition. #​55371

  • Table
    • 🐞 修复 Table pagination.align 属性失效的问题。#​55316
    • 🛠 补充 Table 中 spinProps 的 useMemo 缺失能力。#​55344
  • 🛠 重构 Modal 中 ConfirmDialog 的 useMemo,以解决 Object.values 生成新数组导致 useMemo 失效的问题。#​55376
  • TypeScript
    • 🤖 补充 ConfigProvider getTargetContainerWindow 类型定义。#​55313
    • 🤖 补充 ConfigProvider 的 getTargetContainergetPopupContainerShadowRoot 类型定义。#​55278 @​leshalv
    • 🤖 优化 Modal 中类型定义。#​55371

v5.27.5

Compare Source


v5.27.4

Compare Source

  • Table
  • 🐞 Fix Button where the padding of icon-only was affected by the theme. #​54970 @​guoyunhe
  • 🐞 Fix Splitter minSize and maxSize not taking effect on initial mount in uncontrolled mode. #​54939 @​zombieJ
  • 🐞 Fix Switch wave effect compatibility with Tailwind CSS disabled variant. #​54933 @​Jiyur
  • 🐞 Fix Input.Search hover color changes for the border and icon when the search button is disabled. #​54892 @​Jiyur

  • Table
    • 🐞 修复 Table 在使 sticky 表头或设置 scroll.y 时,筛选下拉与 Tooltip 重复显示的问题。#​54910 @​afc163
    • 🐞 修复 Table 表头在首次加载时未正确渲染的问题。#​54910 @​afc163
    • 🐞 修复 Table 在启用 scroll.x 时,固定列的对齐问题。#​54899 @​afc163
  • 🐞 修复 Button 仅图标(icon-only)按钮的内边距受主题影响的问题。 #​54970 @​guoyunhe
  • 🐞 修复 Splitter 在非受控模式下初次挂载时,minSizemaxSize 未生效的问题。#​54939 @​zombieJ
  • 🐞 修复 Switch 波纹效果与 Tailwind CSS disabled 变体的兼容性问题。#​54933 @​Jiyur
  • 🐞 修复 Input.Search 在搜索按钮为 disabled 时,悬停仍会导致边框和图标变色的问题。#​54892 @​Jiyur

v5.27.3

Compare Source


v5.27.2

Compare Source


v5.27.1

Compare Source


v5.27.0

Compare Source


v5.26.7

Compare Source

  • 🐞 Fixed Card tabBarExtraContent typing to support both React.ReactNode and { left?: React.ReactNode; right?: React.ReactNode } using TabBarExtraContent from rc-tabs. #​54470 @​pueding
  • 🐞 Fixed the issue where the cursor position was incorrect after pasting text into TextArea. #​72 @​QdabuliuQ
  • ⚡️ Optimized the size of the Result component icon. #​54455 @​765477020
  • ⚡️ Optimized the calculation performance of internal methods of Dropdown, Tooltip, Tour. #​54443 Meet-student
  • TypeScript

  • 🐞 修复 Card 的 tabBarExtraContent 类型定义,仅支持 React.ReactNode 的问题。现在支持完整的 rc-tabs 类型,包括 { left?: React.ReactNode; right?: React.ReactNode }#​54470 @​pueding
  • 🐞 修复了 TextArea 在 Firefox 浏览器下粘贴文本后光标位置错误的问题。#​72 @​QdabuliuQ
  • ⚡️ 优化了 Result 组件的图标的体积。#​54455 @​765477020
  • ⚡️ 优化了 Dropdown、Tooltip、Tour 等弹层类组件的内部方法的计算性能。#​54443 Meet-student
  • TypeScript

v5.26.6

Compare Source


v5.26.5

Compare Source


v5.26.4

Compare Source


v5.26.3

Compare Source


  • 🐞 修复 InputNumber 在 variant=underlinedsuffix 配合时,样式会出现圆角的问题。#​54228 @​kiner-tang
  • 🐞 修复 FloatButton.Group 总是错误的抛出 shape 配置警告信息。#​54215 @​deathemperor
  • 💄 调整 Typography 标题使用 fontWeightStrong token。#​54185 @​p-a
  • 🐞 修复 Tree.DirectoryTree 拖拽样式指示器位置不正确的问题。#​54183 @​uioonm
  • TypeScript
    • 🤖 清理 Menu 内部使用的属性定义与官网保持一致,这些属性并不会真的起效。#​54189 @​wanpan11

v5.26.2

Compare Source


  • 🐞 修复多选 Select 在单条选中项文本超长时意外换行的问题。#​54181 @​afc163
  • 💄 修复 DatePicker size="small" 时消费不正确 token 的问题。#​53668 @​765477020
  • 🐞 修复 badge 组件当 count=0 时无法通过 showZero 控制显隐错误。#​54156 @​Meet-student
  • 💄 修复 Tree/List/Table 等组件的虚拟滚动条样式在暗色主题下难以识别的问题。#​54155 @​afc163
  • 🐞 修复 Form 下 Switch/Rate 组件没有居中对齐的问题。#​54106 @​afc163
  • TypeScript
    • 🤖 Input: 修复 classNamesstyles 属性的 TypeScript 类型定义,与文档 API 保持一致。#​54162 @​aojunhao123

v5.26.1

Compare Source

  • 🐞 Fix Button can trigger click multiple time with loading lock when in low perf device. #​54041 @​zombieJ

  • 🐞 修复 Button 的 loading 锁定在低端机型中可以多次触发点击事件的问题。#​54041 @​zombieJ

v5.26.0

Compare Source


v5.25.4

Compare Source


v5.25.3

Compare Source


v5.25.2

Compare Source


v5.25.1

Compare Source


v5.25.0

Compare Source

  • 🔥 New component Statistic.Timer, supporting both counting up and down. #​53401 @​lcgash
  • 🆕 Tour add actionsRender prop to custom action button. #​53067 @​dengfuping
  • 🆕 Add size prop to Divider. #​53570 @​coding-ice
  • Collapse
  • 🆕 Upload supports paste upload via the pastable property. #​53463 @​madocto
  • 🆕 AutoComplete component adds popup semantic node with support for customizing dropdown menu via classNames.popup, styles.popup, popupRender and onPopupVisibleChange, while deprecating legacy popupClassName, dropdownClassName, dropdownStyle, dropdownRender and onDropdownVisibleChange APIs. #​53257 @​aojunhao123
  • 🆕 Cascader component

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, 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.

@renovate renovate bot force-pushed the renovate-antd-5.x branch 6 times, most recently from 0f95ade to dc7d864 Compare June 4, 2023 04:24
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from a8b7c3f to 9058cad Compare June 25, 2023 00:38
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 9058cad to 5292e32 Compare July 2, 2023 04:47
@renovate renovate bot force-pushed the renovate-antd-5.x branch 11 times, most recently from 94d92af to 7cd587b Compare September 24, 2023 21:42
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from 43c5713 to 4e66b21 Compare October 1, 2023 23:03
@renovate renovate bot force-pushed the renovate-antd-5.x branch 5 times, most recently from e4ae2bd to 6de20e0 Compare October 15, 2023 01:31
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from e89f61f to 2345a2b Compare October 22, 2023 03:59
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 2345a2b to 9cd823d Compare October 22, 2023 06:20
@renovate renovate bot force-pushed the renovate-antd-5.x branch 6 times, most recently from ad04feb to ec3469c Compare August 17, 2025 04:39
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from d6b0e54 to 79660e0 Compare August 24, 2025 04:59
@renovate renovate bot force-pushed the renovate-antd-5.x branch 4 times, most recently from 08f1561 to e183b7f Compare August 24, 2025 21:35
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from f497de4 to 0e4b891 Compare August 31, 2025 16:37
@renovate renovate bot force-pushed the renovate-antd-5.x branch 4 times, most recently from 83870cd to b3c5049 Compare September 14, 2025 10:40
@renovate renovate bot force-pushed the renovate-antd-5.x branch 4 times, most recently from 448fe00 to bc9df6a Compare September 21, 2025 13:40
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate-antd-5.x branch from bc9df6a to 19a8639 Compare September 25, 2025 14:59
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from d61d103 to f895161 Compare October 20, 2025 09:36
@renovate renovate bot force-pushed the renovate-antd-5.x branch from f895161 to db9cd25 Compare October 21, 2025 23:12
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.

1 participant