Browse Source
docs: changelog 5.4.4 (#41909)
* docs: changelog 5.4.4
* chore: clean
pull/41920/head
5.4.4
MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
16 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
-
scripts/post-script.js
|
|
@ -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` |
|
|
|
|
|
@ -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` |
|
|
|
|
|
@ -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": [ |
|
|
|
|
|
@ -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) { |
|
|
|