Skip to content

Update dependency antd to v5.29.3#571

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/antd-5.x
Open

Update dependency antd to v5.29.3#571
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/antd-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 19, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 5.17.05.29.3 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.29.3

Compare Source


v5.29.2

Compare Source

  • 🐞 Fix notification background colors incorrect when cssVar is disabled. #​56133 @​afc163
  • 🐞 Raise Breadcrumb link style priority to avoid being overridden by global styles (v5). #​56139 @​guoyunhe
  • 🐞 Fix Input.Search should not warn about deprecated addonAfter. #​55806 @​zombieJ
  • 🐞 Fix Splitter failing to fill its container when the sum of panel proportions is not 1. #​56217 @​zombieJ

  • 🐞 修复关闭 cssVar 时 notification 背景色异常的问题。#​56133 @​afc163
  • 🐞 提升 Breadcrumb 链接样式的优先级以避免被全局样式覆盖。#​56139 @​guoyunhe
  • 🐞 修复 Input.Search 会报 addonAfter 已经废弃的警告信息的问题。#​55806 @​zombieJ
  • 🐞 修复 Splitter 在 Panel 总占比不为 1 时出现占不满的情况。 #​56217 @​zombieJ

v5.29.1

Compare Source


v5.29.0

Compare Source

  • 🆕 InputNumber component deprecates addonAfter and addonBefore props, use Space.Compact instead. #​55505 @​EmilyyyLiu
  • ⌨️ Improve Drawer accessibility by adding aria-labelledby when a title is present. #​55697 @​rxy001
  • 🌐 Fixed spacing in Korean localization for “복사됨” message. #​55672 @​rapsealk

  • 🆕 InputNumber 组件废弃 addonAfteraddonBefore 属性,使用 Space.Compact 替换。 #​55505 @​EmilyyyLiu
  • ⌨️ 优化 Drawer 组件的可访问性,存在标题时的属性 aria-labelledby#​55697 @​rxy001
  • 🌐 修复韩语本地化中“복사됨”文本的空格规则问题。#​55672 @​rapsealk

v5.28.1

Compare Source

  • Carousel
  • 🐞 Fix Descriptions where content style wrongly used labelStyle. #​55572 @​li-jia-nan
  • 💄 Adjust the height of the Select component to 32px when variant="underlined". #​55607 @​ustcfury
  • 💄 When the underlined property is enabled for the Input component, the border color changes on mouse hover. #​55609 @​ustcfury
  • 🛠 Flex gap prop support number type. #​55591 @​ayangweb
  • 🌐 Add missing TimePicker translations for locales: ar_EG, en_GB, gl_ES, bg_BG, ca_ES, cs_CZ, el_GR, es_ES, eu_ES, fi_FI, he_IL, hu_HU, is_IS, kn_IN, kmr_IQ, lv_LV, mk_MK, mn_MN, ms_MY, pl_PL, pt_BR, pt_PT, ro_RO, sk_SK, sl_SI, sv_SE, ta_IN, th_TH, zh_TW, et_EE. #​55656 @​li-jia-nan

  • Carousel
  • 🐞 修复 Popconfirm 在 actionFn 出错时未重置 ref 的问题。#​55519 @​Taoister39
  • 🐞 修复 Descriptions 组件内容样式错误使用 labelStyle 的问题。#​55572 @​li-jia-nan
  • 💄 修正 underlined 变体的 Select 组件高度为 32px。#​55607 @​ustcfury
  • 💄 为 underlined 变体的 Input 组件补全 hover 边框颜色样式。#​55609 @​ustcfury
  • 🛠 Flex gap 属性支持 number 类型。#​55591 @​ayangweb
  • 🌐 补充 TimePicker 多语言翻译,覆盖以下语言:ar_EG、en_GB、gl_ES、bg_BG、ca_ES、cs_CZ、el_GR、es_ES、eu_ES、fi_FI、he_IL、hu_HU、is_IS、kn_IN、kmr_IQ、lv_LV、mk_MK、mn_MN、ms_MY、pl_PL、pt_BR、pt_PT、ro_RO、sk_SK、sl_SI、sv_SE、ta_IN、th_TH、zh_TW、et_EE。#​55656 @​li-jia-nan

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


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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 added the dependencies Pull requests that update a dependency file label May 19, 2024
@lobehubbot
Copy link
Copy Markdown
Member

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@renovate renovate Bot force-pushed the renovate/antd-5.x branch from e51f4fe to 450fb8c Compare May 19, 2024 16:38
@renovate renovate Bot changed the title Update dependency antd to v5.17.2 Update dependency antd to v5.17.3 May 19, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 450fb8c to a5c4e8c Compare May 24, 2024 15:35
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 24, 2024

Important

Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate Bot changed the title Update dependency antd to v5.17.3 Update dependency antd to v5.17.4 May 27, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from a5c4e8c to 9517607 Compare May 27, 2024 08:29
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 9517607 to 155ab16 Compare June 3, 2024 11:40
@renovate renovate Bot changed the title Update dependency antd to v5.17.4 Update dependency antd to v5.18.0 Jun 3, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 155ab16 to 17b6fb2 Compare June 12, 2024 11:22
@renovate renovate Bot changed the title Update dependency antd to v5.18.0 Update dependency antd to v5.18.1 Jun 12, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 17b6fb2 to ade176c Compare June 17, 2024 13:10
@renovate renovate Bot changed the title Update dependency antd to v5.18.1 Update dependency antd to v5.18.2 Jun 17, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from ade176c to 6a59a83 Compare June 19, 2024 08:21
@renovate renovate Bot changed the title Update dependency antd to v5.18.2 Update dependency antd to v5.18.3 Jun 19, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 6a59a83 to 0855dee Compare July 1, 2024 13:21
@renovate renovate Bot changed the title Update dependency antd to v5.18.3 Update dependency antd to v5.19.0 Jul 1, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 0855dee to c217997 Compare July 5, 2024 15:14
@renovate renovate Bot changed the title Update dependency antd to v5.19.0 Update dependency antd to v5.19.1 Jul 5, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from c217997 to bde90cd Compare July 15, 2024 09:31
@renovate renovate Bot changed the title Update dependency antd to v5.19.1 Update dependency antd to v5.19.2 Jul 15, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from bde90cd to 220fee1 Compare July 19, 2024 09:31
@renovate renovate Bot changed the title Update dependency antd to v5.19.2 Update dependency antd to v5.19.3 Jul 19, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 220fee1 to bf00fe2 Compare July 30, 2024 04:07
@renovate renovate Bot changed the title Update dependency antd to v5.19.3 Update dependency antd to v5.19.4 Jul 30, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from bf00fe2 to c37d8fb Compare August 3, 2024 16:07
@renovate renovate Bot changed the title Update dependency antd to v5.19.4 Update dependency antd to v5.20.0 Aug 3, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from c37d8fb to b66b919 Compare August 11, 2024 15:57
@renovate renovate Bot changed the title Update dependency antd to v5.20.0 Update dependency antd to v5.20.1 Aug 11, 2024
@renovate renovate Bot changed the title Update dependency antd to v5.21.0 Update dependency antd to v5.21.1 Sep 25, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from d1c1d26 to 5847fa1 Compare September 30, 2024 19:02
@renovate renovate Bot changed the title Update dependency antd to v5.21.1 Update dependency antd to v5.21.2 Sep 30, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 5847fa1 to dad0227 Compare October 9, 2024 13:28
@renovate renovate Bot changed the title Update dependency antd to v5.21.2 Update dependency antd to v5.21.3 Oct 9, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from dad0227 to 93d9400 Compare October 14, 2024 19:40
@renovate renovate Bot changed the title Update dependency antd to v5.21.3 Update dependency antd to v5.21.4 Oct 14, 2024
@renovate renovate Bot force-pushed the renovate/antd-5.x branch from 93d9400 to 93ff7b3 Compare October 21, 2024 09:57
@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 branch from 93ff7b3 to e76e6b0 Compare October 28, 2024 07:45
@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 branch from e76e6b0 to 3fd772f Compare November 11, 2024 17:16
@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 branch from 3fd772f to 9babca8 Compare November 13, 2024 17:16
@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 branch from 9babca8 to 6ad7cad Compare November 20, 2024 20:35
@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 branch from 6ad7cad to 52c12f9 Compare December 2, 2024 13:51
@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 branch from 52c12f9 to 80f0aba Compare December 9, 2024 14:47
@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 branch from 80f0aba to 57035ab Compare December 14, 2024 18:20
@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 branch from 57035ab to 50b70db Compare December 23, 2024 10:54
@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 branch from 50b70db to 36f7a80 Compare December 27, 2024 09:45
@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 branch from 36f7a80 to 1572184 Compare January 6, 2025 09:15
@renovate renovate Bot changed the title Update dependency antd to v5.22.7 Update dependency antd to v5.23.0 Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant