Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Bumps antd from 5.24.3 to 5.27.6.

Release notes

Sourced from antd's releases.

5.27.6

  • 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

5.27.5


5.27.4

  • Table
    • 🐞 Fix Table duplicated filter dropdowns and tooltips when using sticky headers or scroll.y. #54910 @​afc163
    • 🐞 Fix Table header not rendering on initial load. #54910 @​afc163
    • 🐞 Fix Table column alignment when scroll.x is enabled. #54899 @​afc163
  • 🐞 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

... (truncated)

Changelog

Sourced from antd's changelog.

5.27.6

2025-10-20

  • 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

5.27.5

2025-10-14

5.27.4

2025-09-17

  • Table
    • 🐞 Fix Table duplicated filter dropdowns and tooltips when using sticky headers or scroll.y. #54910 @​afc163
    • 🐞 Fix Table header not rendering on initial load. #54910 @​afc163
    • 🐞 Fix Table column alignment when scroll.x is enabled. #54899 @​afc163
  • 🐞 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

5.27.3

2025-09-04

  • Table
    • 🐞 Fix Table header width compression issues and render flickering issues when scroll.y or sticky is set. #54824 @​afc163
      Before ❌ After ✅
    • 🐞 Fix Table scroll.scrollToFirstRowOnChange not working with virtual scroll. #54734 @​Wxh16144
    • 🐞 Fix Table columns with children not working with fixed: 'right'. #51812 @​ryantang247

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antd](https://github.com/ant-design/ant-design) from 5.24.3 to 5.27.6.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.24.3...5.27.6)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 5.27.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 21, 2025
@dnlkoch dnlkoch merged commit 975ab9f into main Oct 27, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.27.6 branch October 27, 2025 08:53
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants