Skip to content

Commit c8069ea

Browse files
authored
docs: changelog for 5.26.4 (ant-design#54307)
* docs: changelog for 5.26.4 * chore: bump version to 5.26.4 * docs: update changelog
1 parent 0c901c7 commit c8069ea

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.en-US.md

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

1616
---
1717

18+
## 5.26.4
19+
20+
`2025-07-07`
21+
22+
- 🐞 Fix Radio.Group does not inherit `name` property problem from Form ancestor. [#54206](https://github.com/ant-design/ant-design/pull/54206) [@aojunhao123](https://github.com/aojunhao123)
23+
- 🐞 Fix Select clear icon flickering on Safari with GPU compositing. [#54237](https://github.com/ant-design/ant-design/pull/54237) [@afc163](https://github.com/afc163)
24+
- 💄 Fix Cascader `font-weight` when selected. [#54251](https://github.com/ant-design/ant-design/pull/54251) [@li-jia-nan](https://github.com/li-jia-nan)
25+
- ⚡️ Optimize Table performance since copy logic for flatten data. [#54288](https://github.com/ant-design/ant-design/pull/54288) [@zhouxinyong](https://github.com/zhouxinyong)
26+
27+
1828
## 5.26.3
1929

2030
`2025-06-30`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 5.26.4
19+
20+
`2025-07-07`
21+
22+
- 🐞 修复 Radio.Group 未从 Form 继承 `name` 属性的问题。[#54206](https://github.com/ant-design/ant-design/pull/54206) [@aojunhao123](https://github.com/aojunhao123)
23+
- 🐞 修复 Select 清除图标在 Safari 中闪动的问题。[#54237](https://github.com/ant-design/ant-design/pull/54237) [@afc163](https://github.com/afc163)
24+
- 💄 修复 Cascader 选中后的 `font-weight` 设置值。[#54251](https://github.com/ant-design/ant-design/pull/54251) [@li-jia-nan](https://github.com/li-jia-nan)
25+
- ⚡️ 优化 Table 数据展开时的拷贝逻辑以提升性能。[#54288](https://github.com/ant-design/ant-design/pull/54288) [@zhouxinyong](https://github.com/zhouxinyong)
26+
1827
## 5.26.3
1928

2029
`2025-06-30`

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.3",
3+
"version": "5.26.4",
44
"description": "An enterprise-class UI design language and React components implementation",
55
"license": "MIT",
66
"funding": {

0 commit comments

Comments
 (0)