From 9180bd4cf987e7550ebc4f599d6ee981483684a4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 5 Jan 2024 15:34:55 +0800 Subject: [PATCH] docs(:sparkles:): release 5.12.8 (#46814) * docs(:sparkles:): release 5.12.8 * docs(:sparkles:): release 5.12.8 --- CHANGELOG.en-US.md | 10 ++++++++++ CHANGELOG.zh-CN.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 4114989dd5..f5f3018599 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,16 @@ tag: vVERSION --- +## 5.12.8 + +`2024-01-05` + +- 🐞 Fix Upload.Dragger not align center and focus ring style. [#46810](https://github.com/ant-design/ant-design/pull/46810) +- 🐞 Fix Popconfirm config empty `okText` and `cancelText` will not fallback to locale text. [#46812](https://github.com/ant-design/ant-design/pull/46812) +- 🐞 Fix Progress that line border-radius cannot be overrided. [#46789](https://github.com/ant-design/ant-design/pull/46789) +- 🐞 Fix Typography without `children` has extra `margin-left` when `copyable` is true. [#46748](https://github.com/ant-design/ant-design/pull/46748) +- 🐞 Fix Typography copied icon color. [#46748](https://github.com/ant-design/ant-design/pull/46748) + ## 5.12.7 `2024-01-02` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 52f4560019..45bcc2db04 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -16,6 +16,16 @@ tag: vVERSION --- +## 5.12.8 + +`2024-01-05` + +- 🐞 修复 Upload.Dragger 内容不居中和多余的 focus 样式的问题。[#46810](https://github.com/ant-design/ant-design/pull/46810) +- 🐞 修复 Popconfirm 配置空的 `okText` 和 `cancelText` 时不会被预设 locale 兜底的问题。[#46812](https://github.com/ant-design/ant-design/pull/46812) +- 🐞 修复 Progress 线性模式圆角无法覆盖的问题。[#46789](https://github.com/ant-design/ant-design/pull/46789) +- 🐞 修复 Typography 没有 `children` 并启用 `copyable` 时多余的 margin。[#46748](https://github.com/ant-design/ant-design/pull/46748) +- 🐞 修复 Typography 复制成功后的图标颜色问题。[#46748](https://github.com/ant-design/ant-design/pull/46748) + ## 5.12.7 `2024-01-02` diff --git a/package.json b/package.json index 6d63ec6672..8861187b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.12.7", + "version": "5.12.8", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant",