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
parent
commit
cdb5968558
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json
  4. 1
      scripts/post-script.js

7
CHANGELOG.en-US.md

@ -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`

7
CHANGELOG.zh-CN.md

@ -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`

2
package.json

@ -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": [

1
scripts/post-script.js

@ -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…
Cancel
Save