From 113d1b98948dd63ff4800a373882e33e4785992d Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 25 Sep 2024 11:51:25 +0800 Subject: [PATCH] docs: release 5.21.1 (#51012) --- BUG_VERSIONS.json | 6 +++++- CHANGELOG.en-US.md | 9 +++++++++ CHANGELOG.zh-CN.md | 9 +++++++++ package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/BUG_VERSIONS.json b/BUG_VERSIONS.json index ca2a7aa428..730055e7ac 100644 --- a/BUG_VERSIONS.json +++ b/BUG_VERSIONS.json @@ -57,5 +57,9 @@ "5.16.3": ["https://github.com/ant-design/ant-design/issues/48568"], "5.17.1": ["https://github.com/ant-design/ant-design/issues/48913"], "5.18.2": ["https://github.com/ant-design/ant-design/pull/49487"], - "5.20.4": ["https://github.com/ant-design/ant-design/issues/50687"] + "5.20.4": ["https://github.com/ant-design/ant-design/issues/50687"], + "5.21.0": [ + "https://github.com/ant-design/ant-design/issues/50960", + "https://github.com/ant-design/ant-design/issues/50969" + ] } diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 485745a4da..3f971b157e 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,15 @@ tag: vVERSION --- +## 5.21.1 + +`2024-09-25` + +- 🐞 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) +- 🐞 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) +- 🐞 Fix Transfer width issue when customized as TableTransfer. [#50974](https://github.com/ant-design/ant-design/pull/50974) [@zombieJ](https://github.com/zombieJ) +- 🇹🇷 Add Turkish text for `filterCheckall` in Table component. [#51000](https://github.com/ant-design/ant-design/pull/51000) [@ytahirkose](https://github.com/ytahirkose) + ## 5.21.0 🔥 `2024-09-22` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index d839e74ccf..3d297d1b83 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,15 @@ tag: vVERSION --- +## 5.21.1 + +`2024-09-25` + +- 🐞 修复 Button `type="link"` 错误使用 `colorPrimary` 的问题。[#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice) +- 🐞 修复 Button 样式类名权重问题导致的自定义渐变样式覆盖失效的问题。[#50962](https://github.com/ant-design/ant-design/pull/50962) [@coding-ice](https://github.com/coding-ice) +- 💄 修复 Transfer 在自定义为 TableTransfer 时,宽度不正确的问题。[#50974](https://github.com/ant-design/ant-design/pull/50974) [@zombieJ](https://github.com/zombieJ) +- 🇹🇷 补充 Table 组件 `filterCheckall` 的土耳其语文案。[#51000](https://github.com/ant-design/ant-design/pull/51000) [@ytahirkose](https://github.com/ytahirkose) + ## 5.21.0 🔥 `2024-09-22` diff --git a/package.json b/package.json index 22c866acfc..f33ece9e54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.21.0", + "version": "5.21.1", "description": "An enterprise-class UI design language and React components implementation", "license": "MIT", "funding": {