mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
docs: changelog 5.24.5 (#53278)
* docs: changelog 5.24.4 * docs: add TextArea into Input keywords * docs: update * Update CHANGELOG.en-US.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: MadCcc <1075746765@qq.com> * Apply suggestions from code review Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: MadCcc <1075746765@qq.com> * Update CHANGELOG.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: thinkasany <480968828@qq.com>
This commit is contained in:
parent
1a10ecf98f
commit
d2b1f878c2
4 changed files with 20 additions and 1 deletions
|
@ -15,6 +15,15 @@ tag: vVERSION
|
|||
|
||||
---
|
||||
|
||||
## 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](https://github.com/ant-design/ant-design/pull/53184) [@yellowryan](https://github.com/yellowryan)
|
||||
- 💄 Fix Form syntax errors of style selector. [#53236](https://github.com/ant-design/ant-design/pull/53236) [@Wxh16144](https://github.com/Wxh16144)
|
||||
- 💄 Refactor TextArea resize logic when set `resize: both` style to fit with React life cycle. [#53235](https://github.com/ant-design/ant-design/pull/53235) [@zombieJ](https://github.com/zombieJ)
|
||||
- 🇮🇷 Add missing translations and fix typos for Farsi language (fa_IR). [#53251](https://github.com/ant-design/ant-design/pull/53251) [@AliReza-Kamkar](https://github.com/AliReza-Kamkar)
|
||||
|
||||
## 5.24.4
|
||||
|
||||
`2025-03-17`
|
||||
|
|
|
@ -15,6 +15,15 @@ tag: vVERSION
|
|||
|
||||
---
|
||||
|
||||
## 5.24.5
|
||||
|
||||
`2025-03-24`
|
||||
|
||||
- 🐞 修复 InputNumber 在禁用状态下鼠标划入后 `suffix` 出现左移的问题。[#53184](https://github.com/ant-design/ant-design/pull/53184) [@yellowryan](https://github.com/yellowryan)
|
||||
- 💄 修复 Form 组件样式选择器语法错误。[#53236](https://github.com/ant-design/ant-design/pull/53236) [@Wxh16144](https://github.com/Wxh16144)
|
||||
- 💄 重构 TextArea 对 `resize: both` 时处理尺寸的逻辑以更符合 React 生命周期。[#53235](https://github.com/ant-design/ant-design/pull/53235) [@zombieJ](https://github.com/zombieJ)
|
||||
- 🇮🇷 添加缺失的波斯语 (fa_IR) 翻译并修正拼写错误。[#53251](https://github.com/ant-design/ant-design/pull/53251) [@AliReza-Kamkar](https://github.com/AliReza-Kamkar)
|
||||
|
||||
## 5.24.4
|
||||
|
||||
`2025-03-17`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "antd",
|
||||
"version": "5.24.4",
|
||||
"version": "5.24.5",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
|
|
@ -37,6 +37,7 @@ componentNameMap.Grid.push(...fillComponentKey('Row'));
|
|||
componentNameMap.Grid.push(...fillComponentKey('Col'));
|
||||
componentNameMap.Message.push(...fillComponentKey('message'));
|
||||
componentNameMap.Notification.push(...fillComponentKey('notification'));
|
||||
componentNameMap.Input.push(...fillComponentKey('TextArea'));
|
||||
|
||||
// Collect misc. When ComponentName not match will fallback to misc
|
||||
const miscKeys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue