Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

This PR contains the following updates:

Package Change Age Confidence
antd (source) 5.6.1 -> 5.27.5 age confidence

Release Notes

ant-design/ant-design (antd)

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 adds popup semantic node, and deprecated some api. #​53311 @​aojunhao123
  • 🆕 ConfigProvider support setting the variant and color props of Button. #​53165 @​yellowryan
  • 🆕 TreeSelect component adds popup semantic node, and deprecated some api. #​53285 @​aojunhao123
  • 🆕 DatePicker and TimePicker add popup semantic node, and deprecated some api. #​53718 @​aojunhao123
  • 🆕 Select 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. #​53243 @​aojunhao123
  • 🆕 FloatButton supports tooltip props. #​53138 @​Wxh16144
  • 🆕 Table rowSelection support align prop. #​53127 @​zombieJ
  • 🆕 options prop of Radio.Group and Checkbox.Group support classNames. #​52917 @​li-jia-nan
  • ⚡️ Optimize ColorPicker components to use derived state pattern instead of setState in useEffect. #​53701

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 these updates 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 91ed846 to 929b5bb Compare June 25, 2023 12:31
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.6.2 chore(deps): update dependency antd to v5.6.3 Jun 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.6.3 chore(deps): update dependency antd to v5.6.4 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 929b5bb to fa53ff7 Compare July 3, 2023 10:14
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.6.4 chore(deps): update dependency antd to v5.7.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from fa53ff7 to 4e5006b Compare July 11, 2023 17:20
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.7.0 chore(deps): update dependency antd to v5.7.1 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 4e5006b to 20d8905 Compare July 19, 2023 07:10
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.7.1 chore(deps): update dependency antd to v5.7.2 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 20d8905 to 6798a77 Compare July 20, 2023 17:34
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.7.2 chore(deps): update dependency antd to v5.7.3 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 6798a77 to 32d1e6a Compare July 24, 2023 17:10
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.7.3 chore(deps): update dependency antd to v5.8.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 32d1e6a to cf26881 Compare August 1, 2023 10:31
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.0 chore(deps): update dependency antd to v5.8.1 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from cf26881 to 9e979e7 Compare August 2, 2023 11:12
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.1 chore(deps): update dependency antd to v5.8.2 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 9e979e7 to 3a81c66 Compare August 4, 2023 11:16
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.2 chore(deps): update dependency antd to v5.8.3 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 3a81c66 to 96b3942 Compare August 11, 2023 09:41
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.3 chore(deps): update dependency antd to v5.8.4 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 96b3942 to 6ad1a2c Compare August 18, 2023 14:08
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.4 chore(deps): update dependency antd to v5.8.5 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 4bcdfb3 to 00d8f8f Compare September 2, 2023 17:10
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.5 chore(deps): update dependency antd to v5.8.6 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 00d8f8f to a0266a6 Compare September 8, 2023 09:54
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.8.6 chore(deps): update dependency antd to v5.9.0 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a0266a6 to e29dfe4 Compare September 15, 2023 10:00
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.9.0 chore(deps): update dependency antd to v5.9.1 Sep 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.25.2 chore(deps): update dependency antd to v5.25.3 May 26, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a1f7bf8 to 1d1989f Compare May 31, 2025 09:29
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.25.3 chore(deps): update dependency antd to v5.25.4 May 31, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 1d1989f to fd78749 Compare June 10, 2025 08:41
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.25.4 chore(deps): update dependency antd to v5.26.0 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from fd78749 to 4676cdc Compare June 16, 2025 16:59
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.0 chore(deps): update dependency antd to v5.26.1 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 4676cdc to cdee16d Compare June 24, 2025 08:55
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.1 chore(deps): update dependency antd to v5.26.2 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from cdee16d to c45b9a1 Compare June 30, 2025 13:33
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.2 chore(deps): update dependency antd to v5.26.3 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from c45b9a1 to 070fd2e Compare July 7, 2025 11:38
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.3 chore(deps): update dependency antd to v5.26.4 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 070fd2e to e520a34 Compare July 15, 2025 05:24
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.4 chore(deps): update dependency antd to v5.26.5 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from e520a34 to a9fd65e Compare July 20, 2025 10:03
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.5 chore(deps): update dependency antd to v5.26.6 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from a9fd65e to 97f8021 Compare July 29, 2025 18:05
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.6 chore(deps): update dependency antd to v5.26.7 Jul 29, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 97f8021 to 1f5d905 Compare August 11, 2025 10:41
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.26.7 chore(deps): update dependency antd to v5.27.0 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 1f5d905 to 604eac9 Compare August 19, 2025 19:47
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.27.0 chore(deps): update dependency antd to v5.27.1 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 604eac9 to 14c6b37 Compare September 8, 2025 00:10
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.27.1 chore(deps): update dependency antd to v5.27.3 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 14c6b37 to 8141a7d Compare September 17, 2025 10:28
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.27.3 chore(deps): update dependency antd to v5.27.4 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 8141a7d to 876b774 Compare October 14, 2025 11:29
@renovate renovate bot changed the title chore(deps): update dependency antd to v5.27.4 chore(deps): update dependency antd to v5.27.5 Oct 14, 2025
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