Skip to content

Commit 113d1b9

Browse files
authored
docs: release 5.21.1 (#51012)
1 parent d85d99d commit 113d1b9

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

BUG_VERSIONS.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@
5757
"5.16.3": ["https://github.com/ant-design/ant-design/issues/48568"],
5858
"5.17.1": ["https://github.com/ant-design/ant-design/issues/48913"],
5959
"5.18.2": ["https://github.com/ant-design/ant-design/pull/49487"],
60-
"5.20.4": ["https://github.com/ant-design/ant-design/issues/50687"]
60+
"5.20.4": ["https://github.com/ant-design/ant-design/issues/50687"],
61+
"5.21.0": [
62+
"https://github.com/ant-design/ant-design/issues/50960",
63+
"https://github.com/ant-design/ant-design/issues/50969"
64+
]
6165
}

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 5.21.1
20+
21+
`2024-09-25`
22+
23+
- 🐞 Fix Button issue where `type="link"` incorrectly used `colorPrimary`. [#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice)
24+
- 🐞 Fix Button style class name weight issue that caused custom gradient styles to be overridden. [#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice)
25+
- 🐞 Fix Transfer width issue when customized as TableTransfer. [#50974](https://github.com/ant-design/ant-design/pull/50974) [@zombieJ](https://github.com/zombieJ)
26+
- 🇹🇷 Add Turkish text for `filterCheckall` in Table component. [#51000](https://github.com/ant-design/ant-design/pull/51000) [@ytahirkose](https://github.com/ytahirkose)
27+
1928
## 5.21.0 🔥
2029

2130
`2024-09-22`

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.21.1
19+
20+
`2024-09-25`
21+
22+
- 🐞 修复 Button `type="link"` 错误使用 `colorPrimary` 的问题。[#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice)
23+
- 🐞 修复 Button 样式类名权重问题导致的自定义渐变样式覆盖失效的问题。[#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice)
24+
- 💄 修复 Transfer 在自定义为 TableTransfer 时,宽度不正确的问题。[#50974](https://github.com/ant-design/ant-design/pull/50974) [@zombieJ](https://github.com/zombieJ)
25+
- 🇹🇷 补充 Table 组件 `filterCheckall` 的土耳其语文案。[#51000](https://github.com/ant-design/ant-design/pull/51000) [@ytahirkose](https://github.com/ytahirkose)
26+
1827
## 5.21.0 🔥
1928

2029
`2024-09-22`

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

0 commit comments

Comments
 (0)