docs: changelog 5.12.4 (#46532)

This commit is contained in:
MadCcc 2023-12-19 19:09:24 +08:00 committed by GitHub
parent 37fd3273af
commit 03ac98a4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View File

@ -16,6 +16,12 @@ tag: vVERSION
---
## 5.12.4
`2023-12-19`
- 🐞 Fix DatePicker style in `cssVar` mode. [#46526](https://github.com/ant-design/ant-design/pull/46526)
## 5.12.3
`2023-12-18`

View File

@ -16,6 +16,12 @@ tag: vVERSION
---
## 5.12.4
`2023-12-19`
- 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。[#46526](https://github.com/ant-design/ant-design/pull/46526)
## 5.12.3
`2023-12-18`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.12.3",
"version": "5.12.4",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",

View File

@ -52,6 +52,7 @@ const DEPRECIATED_VERSION = {
'5.11.1': ['https://github.com/ant-design/ant-design/issues/45883'],
'5.11.2': ['https://github.com/ant-design/ant-design/issues/46005'],
'5.11.4': ['https://github.com/ant-design/ant-design/pull/46103'],
'5.12.3': ['https://github.com/ant-design/ant-design/issues/46525'],
} as const;
function matchDeprecated(v: string) {