docs: changelog 5.4.4 (#41909)

* docs: changelog 5.4.4

* chore: clean
This commit is contained in:
MadCcc 2023-04-20 20:07:35 +08:00 committed by GitHub
parent 90ebd6f497
commit cdb5968558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 1 deletions

View File

@ -15,6 +15,13 @@ timeline: true
---
## 5.4.4
`2023-04-20`
- 💄 Fix Message hooks icon style not follow dynamic theme token. [#41899](https://github.com/ant-design/ant-design/pull/41899)
- 🐞 Fix that cssinjs may crash if CSS value is `undefined`. [#41896](https://github.com/ant-design/ant-design/pull/41896)
## 5.4.3
`2023-04-19`

View File

@ -15,6 +15,13 @@ timeline: true
---
## 5.4.4
`2023-04-20`
- 💄 修复 Message hooks 的图标样式不跟随动态主题 token 切换的问题。[#41899](https://github.com/ant-design/ant-design/pull/41899)
- 🐞 修复 CSS 属性值为 `undefined` 时 cssinjs 报错的问题。[#41896](https://github.com/ant-design/ant-design/pull/41896)
## 5.4.3
`2023-04-19`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.4.3",
"version": "5.4.4",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

View File

@ -33,6 +33,7 @@ const DEPRECIATED_VERSION = {
'https://github.com/ant-design/ant-design/pull/40719#issuecomment-1453418135',
],
'5.4.1': ['https://github.com/ant-design/ant-design/issues/41751'],
'5.4.3': ['https://github.com/ant-design/cssinjs/pull/108'],
};
function matchDeprecated(version) {