Skip to content

Commit a6d8358

Browse files
docs: changelog for 6.1.4 (ant-design#56470)
* docs: changelog for 6.1.4 * chore: update review --------- Co-authored-by: 遇见同学 <1875694521@qq.com>
1 parent 1721a1a commit a6d8358

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.en-US.md

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

1616
---
1717

18+
## 6.1.4
19+
20+
`2026-01-05`
21+
22+
- 🐞 Fix Select with multiple `aria-` attributes in DOM. [#56451](https://github.com/ant-design/ant-design/pull/56451) [@zombieJ](https://github.com/zombieJ)
23+
- 🐞 Fix Table where hidden measure headers could mount interactive filter dropdowns and trigger unexpected close events when `scroll.y` is enabled. [#56425](https://github.com/ant-design/ant-design/pull/56425) [@QDyanbing](https://github.com/QDyanbing)
24+
1825
## 6.1.3
1926

2027
`2025-12-29`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 6.1.4
19+
20+
`2026-01-05`
21+
22+
- 🐞 修复 Select 配置 `aria-` 属性时,会同时给多个 DOM 添加的问题。[#56451](https://github.com/ant-design/ant-design/pull/56451) [@zombieJ](https://github.com/zombieJ)
23+
- 🐞 修复 Table 配置 `scroll.y` 属性时,隐藏的测量表头挂载筛选下拉组件并参与事件判断,导致筛选下拉意外关闭的问题。 [#56425](https://github.com/ant-design/ant-design/pull/56425) [@QDyanbing](https://github.com/QDyanbing)
24+
1825
## 6.1.3
1926

2027
`2025-12-29`

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

0 commit comments

Comments
 (0)