Skip to content

chore(deps): bump antd from 5.24.0 to 5.24.5#141

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/antd-5.24.5
Closed

chore(deps): bump antd from 5.24.0 to 5.24.5#141
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/antd-5.24.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps antd from 5.24.0 to 5.24.5.

Release notes

Sourced from antd's releases.

5.24.5

  • 🐞 Fixed the issue that the suffix of InputNumber moves left after the mouse enters when it is disabled. #53184 @​yellowryan
  • 💄 Fix Form syntax errors of style selector. #53236 @​Wxh16144
  • 💄 Refactor TextArea resize logic when set resize: both style to fit with React life cycle. #53235 @​zombieJ
  • 🇮🇷 Add missing translations and fix typos for Farsi language (fa_IR). #53251 @​AliReza-Kamkar

  • 🐞 修复 InputNumber 在禁用状态下鼠标划入后 suffix 出现左移的问题。#53184 @​yellowryan
  • 💄 修复 Form 组件样式选择器语法错误。#53236 @​Wxh16144
  • 💄 重构 TextArea 对 resize: both 时处理尺寸的逻辑以更符合 React 生命周期。#53235 @​zombieJ
  • 🇮🇷 添加缺失的波斯语 (fa_IR) 翻译并修正拼写错误。#53251 @​AliReza-Kamkar

5.24.4

  • 🐞 Fix Input.TextArea width synchronization issue during resizing. #53024 @​triyys
  • 🐞 Fix Typography type color not follow color[Status]Text instead of color[Status]. #53086 @​zombieJ
  • 🐞 Fix Affix abnormal onChange event behavior in React versions below 18. #53038 @​waiter
  • 🐞 Fix Form requiredMark not working when component is false. #52950 @​Wxh16144
  • 🇹🇷 Add Turkish (tr_TR) localization support for the Tour component. #53117 @​hakankosdag

  • 🐞 修复 Input.TextArea 调整大小时宽度同步问题。#53024 @​triyys
  • 🐞 修复 Typography type 颜色没有跟随 token color[Status]Text 而是 color[Status] 的问题。#53086 @​zombieJ
  • 🐞 修复 Affix 组件在 React 18 以下版本中 onChange 参数值异常的问题。#53038 @​waiter
  • 🐞 修复 Form requiredMarkcomponent=false 时不起作用的问题。#52950 @​Wxh16144
  • 🇹🇷 新增 Tour 组件的土耳其语(tr_TR)本地化支持。#53117 @​hakankosdag

5.24.3

  • Input
    • 🐞 Fix the next element was not correctly selected after pressing the Tab key when allowClear was turned on for Input. #52977 @​wanpan11
    • 💄 Fix the border display issue when hovering in the disabled state when Input has variant="underlined" turned on. #52959 @​ustcfury
  • 💄 Fix DatePicker header buttons misalignment caused by unexpected spacing. #53007 @​DDDDD12138
  • 💄 Fix the text in AutoComplete was not centered when size="large". #52819 @​aojunhao123
  • 🇩🇪 Add missing de_DE translations for Transfer. #53047 @​chrisinick

  • Input
    • 🐞 修复 Input 开启 allowClear 后按下 Tab 键后没有正确选中下个元素的问题。#52977 @​wanpan11
    • 💄 修复 Input 开启 variant="underlined"disabled 状态下 hover 时边框显示问题。#52959 @​ustcfury
  • 💄 修复 DatePicker 头部按钮意外间距导致的未对齐问题。#53007 @​DDDDD12138
  • 💄 修复 AutoComplete 在 size="large" 时文字未居中对齐的问题。#52819 @​aojunhao123
  • 🇩🇪 完善 de_DE Transfer 本地化. #53047 @​chrisinick

5.24.2

  • Input
    • 🐞 Fix Input with component token inputFontSize breaks the height of controlHeight. #52865 @​zombieJ
    • 🐞 Fix Input.Search has a border that is not aligned with the bottom of the search button when configure variable as underlined. #52861 @​ustcfury
    • 🛠 Improve Input.OTP logic for create default state. #52878 @​Dandelion-F
    • 🛠 Improve Input.OTP implementation for render separator. #52841 @​li-jia-nan
  • Watermark
    • 🐞 Fix Watermark may cause page unresponsive when re-rendering. #52897 @​765477020
    • 🆕 Improve Watermark rendering logic to avoid disable it via developer tools and hidden attribute. #52891 @​arronlai

... (truncated)

Changelog

Sourced from antd's changelog.

5.24.5

2025-03-24

  • 🐞 Fixed the issue that the suffix of InputNumber moves left after the mouse enters when it is disabled. #53184 @​yellowryan
  • 💄 Fix Form syntax errors of style selector. #53236 @​Wxh16144
  • 💄 Refactor TextArea resize logic when set resize: both style to fit with React life cycle. #53235 @​zombieJ
  • 🇮🇷 Add missing translations and fix typos for Farsi language (fa_IR). #53251 @​AliReza-Kamkar

5.24.4

2025-03-17

  • 🐞 Fix Input.TextArea width synchronization issue during resizing. #53024 @​triyys
  • 🐞 Fix Typography type color not follow color[Status]Text instead of color[Status]. #53086 @​zombieJ
  • 🐞 Fix Affix abnormal onChange event behavior in React versions below 18. #53038 @​waiter
  • 🐞 Fix Form requiredMark not working when component is false. #52950 @​Wxh16144
  • 🇹🇷 Add Turkish (tr_TR) localization support for the Tour component. #53117 @​hakankosdag

5.24.3

2025-03-05

  • Input
    • 🐞 Fix the next element was not correctly selected after pressing the Tab key when allowClear was turned on for Input. #52977 @​wanpan11
    • 💄 Fix the border display issue when hovering in the disabled state when Input has variant="underlined" turned on. #52959 @​ustcfury
  • 💄 Fix DatePicker header buttons misalignment caused by unexpected spacing. #53007 @​DDDDD12138
  • 💄 Fix AutoComplete input text not centered when size="large". #52819 @​aojunhao123
  • 🇩🇪 Add missing de_DE translations for Transfer. #53047 @​chrisinick

5.24.2

2025-02-24

  • Input
    • 🐞 Fix Input with component token inputFontSize breaks the height of controlHeight. #52865 @​zombieJ
    • 🐞 Fix Input.Search has a border that is not aligned with the bottom of the search button when configure variable as underlined. #52861 @​ustcfury
    • 🛠 Improve Input.OTP logic for create default state. #52878 @​Dandelion-F
    • 🛠 Improve Input.OTP implementation for render separator. #52841 @​li-jia-nan
  • Watermark
    • 🐞 Fix Watermark may cause page unresponsive when re-rendering. #52897 @​765477020
    • 🆕 Improve Watermark rendering logic to avoid disable it via developer tools and hidden attribute. #52891 @​arronlai
  • 🐞 Fix DatePicker.RangePicker arrow position not correctly when sometime reopened. #52854 @​zombieJ
  • 🐞 Fix Layout.Sider content overflow issue when collapsedWidth={0}. #52862 @​afc163
  • 🛠 Refactor Grid internal useBreakpoint logic to be same as other component, this will not affect usage. #52870 @​zombieJ
  • 💄 Fix Button styles for hyperlink mode. #52888 @​DDDDD12138
  • 💄 Fix Table sortable column headers could not wrap automatically. #52899 @​765477020
  • ⚡️ Improve Menu re-rendering performance when pass function to expandIcon property. #52863 @​wanpan11
  • ⚡️ Improve Carousel indicator animation performance. #52881 @​li-jia-nan
  • RTL

... (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.0 to 5.24.5.
- [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.0...5.24.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 31, 2025
@vercel
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
book-store-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 8:25am
book-store-frontend-t7gb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 8:25am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #143.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.24.5 branch April 7, 2025 08:47
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.

0 participants