mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
parent
90ebd6f497
commit
cdb5968558
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user