Skip to content

Commit c0368b2

Browse files
xrkffggthinkasany
andauthored
docs: add changelog 5.26.5 (ant-design#54387)
* docs: add changelog 5.26.5 * docs: update * Update CHANGELOG.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> * Update CHANGELOG.en-US.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> --------- Signed-off-by: xrkffgg <xrkffgg@vip.qq.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent ddc17f6 commit c0368b2

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.en-US.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ tag: vVERSION
1515

1616
---
1717

18+
## 5.26.5
19+
20+
`2025-07-15`
21+
22+
- 🐞 Fix Tag `closeIcon` not being passed correctly. [#54370](https://github.com/ant-design/ant-design/pull/54370) [@Meet-student](https://github.com/Meet-student)
23+
- 🐞 Fix Splitter mask was not removed after dragging. [#54320](https://github.com/ant-design/ant-design/pull/54320) [@QdabuliuQ](https://github.com/QdabuliuQ)
24+
- 🐞 Fix Modal configuration responsive `width` did not take effect correctly. [#54349](https://github.com/ant-design/ant-design/pull/54349)
25+
- 💄 Optimize the style issue when Notification `description` is empty. [#54344](https://github.com/ant-design/ant-design/pull/54344) [@dengfuping](https://github.com/dengfuping)
26+
- 💄 Fix the border style issue when the FloatButton popup direction is horizontal and is `square`. [#54261](https://github.com/ant-design/ant-design/pull/54261) [@WwwHhhYran](https://github.com/WwwHhhYran)
27+
- TypeScript
28+
- 🤖 Added Dropdown `activeKey` type definition. [#54314](https://github.com/ant-design/ant-design/pull/54314) [@wanpan11](https://github.com/wanpan11)
29+
1830
## 5.26.4
1931

2032
`2025-07-07`

CHANGELOG.zh-CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ tag: vVERSION
1515

1616
---
1717

18+
## 5.26.5
19+
20+
`2025-07-15`
21+
22+
- 🐞 修复 Tag `closeIcon` 未正确传递的问题。[#54370](https://github.com/ant-design/ant-design/pull/54370) [@Meet-student](https://github.com/Meet-student)
23+
- 🐞 修复 Splitter 蒙层拖拽后未被移除的问题。[#54320](https://github.com/ant-design/ant-design/pull/54320) [@QdabuliuQ](https://github.com/QdabuliuQ)
24+
- 🐞 修复 Modal 配置响应式 `width` 没有正确生效的问题。[#54349](https://github.com/ant-design/ant-design/pull/54349)
25+
- 💄 优化 Notification `description` 为空时间距样式问题。[#54344](https://github.com/ant-design/ant-design/pull/54344) [@dengfuping](https://github.com/dengfuping)
26+
- 💄 修复 FloatButton 弹出方向为水平方向为 `square` 时的边框样式问题。[#54261](https://github.com/ant-design/ant-design/pull/54261) [@WwwHhhYran](https://github.com/WwwHhhYran)
27+
- TypeScript
28+
- 🤖 补充 Dropdown `activeKey` 类型定义。[#54314](https://github.com/ant-design/ant-design/pull/54314) [@wanpan11](https://github.com/wanpan11)
29+
1830
## 5.26.4
1931

2032
`2025-07-07`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd",
3-
"version": "5.26.4",
3+
"version": "5.26.5",
44
"description": "An enterprise-class UI design language and React components implementation",
55
"license": "MIT",
66
"funding": {

0 commit comments

Comments
 (0)