Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps antd from 5.25.2 to 5.27.4.

Release notes

Sourced from antd's releases.

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
    • 🐞 修复 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

5.27.3

  • 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
    • 🐞 Fix Table expand column not being displayed when expandable.fixed is set to true. @​inottn
    • 🐞 Fix Table columns minWidth props not working when virtualized. #54856 @​cactuser-Lu
  • 🐞 Fix Pagination style issues with simple and small size props. #54837 @​MrWangJustToDo
  • 🐞 Fix Button padding issue when shape="round". #54845 @​guoyunhe
  • 🐞 Fix Input.OTP not allowing continuous deletion. #54850 @​765477020
  • 🐞 Fix Dropdown onOpenChange closure issue. #54880 @​zombieJ
  • 🐞 Fix Carousel component style and button switching issues in RTL mode. #54868 @​EmilyyyLiu
  • 🐞 Fix incorrect margin in Typography when editable. #54871 @​Tarun2605
  • 🇮🇹 Add missing Italian translations for ColorPicker and QRCode components. #54842 @​nikzanda

  • Table
    • 🐞 修复 Table 设置 scroll.y 或者 sticky 时表头列宽度被挤压或渲染闪烁的问题。#54824 @​afc163
      Before ❌ After ✅
    • 🐞 修复 Table 在虚拟滚动时,scroll.scrollToFirstRowOnChange 配置不生效的问题。#54734 @​Wxh16144
    • 🐞 修复 Table 的列配置了 children 时,无法 fixed: 'right' 的问题。#51812 @​ryantang247
    • 🐞 修复 Table 配置 expandable.fixed 时,展开列没有显示的问题。@​inottn
    • 🐞 修复 Table 虚拟化时列 minWidth 属性不生效的问题。#54856 @​cactuser-Lu
  • 🐞 修复 Pagination 在 simplesmall 尺寸下的样式问题。#54837 @​MrWangJustToDo
  • 🐞 修复 Button shape="round" 时的 padding 样式问题。#54845 @​guoyunhe
  • 🐞 修复 Input.OTP 不允许连续删除的问题。#54850 @​765477020
  • 🐞 修复 Dropdown onOpenChange 闭包问题。#54880 @​zombieJ

... (truncated)

Changelog

Sourced from antd's changelog.

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
    • 🐞 Fix Table expand column not being displayed when expandable.fixed is set to true. @​inottn
    • 🐞 Fix Table columns minWidth props not working when virtualized. #54856 @​cactuser-Lu
  • 🐞 Fix Pagination style issues with simple and small size props. #54837 @​MrWangJustToDo
  • 🐞 Fix Button padding issue when shape="round". #54845 @​guoyunhe
  • 🐞 Fix Input.OTP not allowing continuous deletion. #54850 @​765477020
  • 🐞 Fix Dropdown onOpenChange closure issue. #54880 @​zombieJ
  • 🐞 Fix Carousel component style and button switching issues in RTL mode. #54868 @​EmilyyyLiu
  • 🐞 Fix incorrect margin in Typography when editable. #54871 @​Tarun2605
  • 🇮🇹 Add missing Italian translations for ColorPicker and QRCode components. #54842 @​nikzanda

5.27.2

2025-09-02

  • Button
    • 🐞 Fix custom token.paddingInline not taking effect when the Button's shape is round. #54787
    • 🐞 Fix accessibility issue when Button href is disabled. #54738 @​doandevhere
  • 🐞 Fix the Badge text property did not support the number 0. #54747 @​davidhsing
  • 💄 Optimize Table to no longer display "no data" when initialized with dataSource=null and loading. #54606@​Wxh16144
  • 💄 Fix Tabs removal icon not being vertically centered. #54794 @​Jiyur
  • 💄 Fix Typography hover underline style not taking effect. #54763 @​guoyunhe
  • 💄 Fix Radio.Group display having jagged edges and the first element overflowing on the left after wrapping. #54661 @​765477020
  • 💄 Fix inconsistent hover colors for Tree.DirectoryTree. #54725 @​Meet-student
  • 🇻🇳 Add the missing Vietnamese translations for ColorPicker/QRCode/Typography.Text. #54748 @​Jiyur

5.27.1

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
Copy link

vercel bot commented Sep 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ant-design-web3 Ready Ready Preview Comment Oct 3, 2025 9:16am

Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: e21d946

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

github-actions bot commented Sep 22, 2025

Preview is ready

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 22, 2025
Bumps [antd](https://github.com/ant-design/ant-design) from 5.25.2 to 5.27.4.
- [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.25.2...5.27.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/antd-5.27.4 branch from 7aad775 to e21d946 Compare October 3, 2025 09:01
Copy link

coderabbitai bot commented Oct 3, 2025

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.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedhusky@​9.1.71001006279100
Addedlodash-es@​4.17.211001007981100
Addeddecimal.js@​10.5.010010010079100
Addedclassnames@​2.5.110010010080100
Addedlodash@​4.17.211001008781100

View full report

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 size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants