Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

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

Release Notes

ant-design/ant-design (antd)

v5.28.1

Compare Source

v5.28.0

Compare Source

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


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 from 8310bf8 to 25a9b18 Compare November 20, 2022 01:54
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from 0dcbc5c to 6a3a203 Compare December 4, 2022 03:33
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from 9a7b330 to feb07f5 Compare December 11, 2022 22:28
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 Update dependency antd to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency antd to v5 fix(deps): update dependency antd to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from f9b3cd9 to ffa95f5 Compare December 25, 2022 02:34
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 5a21517 to 47448b0 Compare January 8, 2023 03:28
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 47448b0 to f328c56 Compare February 19, 2023 01:40
@renovate renovate bot force-pushed the renovate-antd-5.x branch from f328c56 to f3bd0b3 Compare February 26, 2023 04:51
@renovate renovate bot force-pushed the renovate-antd-5.x branch 6 times, most recently from b1f5284 to 51a497e Compare March 19, 2023 02:29
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from a3d4abd to 6ba5af6 Compare March 26, 2023 05:38
@renovate renovate bot force-pushed the renovate-antd-5.x branch 5 times, most recently from 09144ec to d2c9207 Compare April 2, 2023 04:01
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from d0a742e to 3e67630 Compare April 15, 2023 23:50
@renovate renovate bot force-pushed the renovate-antd-5.x branch 11 times, most recently from c2a5590 to 2f348ab Compare August 17, 2025 16:31
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 094c597 to db31af1 Compare August 24, 2025 04:49
@renovate renovate bot force-pushed the renovate-antd-5.x branch from db31af1 to f4a8880 Compare August 31, 2025 11:32
@renovate renovate bot force-pushed the renovate-antd-5.x branch 4 times, most recently from e0365d6 to 9fc99e7 Compare September 14, 2025 12:25
@renovate renovate bot force-pushed the renovate-antd-5.x branch from 9fc99e7 to 834a538 Compare September 17, 2025 09:41
@CLAassistant
Copy link

CLAassistant commented Sep 23, 2025

CLA assistant check
All committers have signed the CLA.

@renovate renovate bot force-pushed the renovate-antd-5.x branch from 834a538 to 7cf33c9 Compare September 25, 2025 19:32
@renovate renovate bot force-pushed the renovate-antd-5.x branch 2 times, most recently from f5877da to ef3d175 Compare October 20, 2025 10:15
@renovate renovate bot force-pushed the renovate-antd-5.x branch from ef3d175 to 2438585 Compare November 1, 2025 17:05
@renovate renovate bot force-pushed the renovate-antd-5.x branch 3 times, most recently from 228e263 to cac858f Compare November 11, 2025 13:00
@renovate renovate bot force-pushed the renovate-antd-5.x branch from cac858f to d8dbed4 Compare November 11, 2025 21:03
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.

2 participants