mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
docs(✨): release 5.12.8 (#46814)
* docs(✨): release 5.12.8 * docs(✨): release 5.12.8
This commit is contained in:
parent
8f6f8de9b3
commit
9180bd4cf9
@ -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`
|
||||
|
@ -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`
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user