docs: changelog 5.8.1 (#43963)

* docs: changelog 5.8.1

* Apply suggestions from code review

Signed-off-by: MadCcc <1075746765@qq.com>

---------

Signed-off-by: MadCcc <1075746765@qq.com>
This commit is contained in:
MadCcc 2023-08-02 16:59:04 +08:00 committed by GitHub
parent c640cbcb53
commit 6ca1b6d529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View File

@ -15,6 +15,14 @@ timeline: true
---
## 5.8.1
`2023-08-02`
- 🐞 Fix unexpected warning of deprecated `clearIcon` [#43945](https://github.com/ant-design/ant-design/pull/43945) [@kiner-tang](https://github.com/kiner-tang)
- TypeScript
- 🤖 Export `MappingAlgorithm` as type of theme algorithm. [#43953](https://github.com/ant-design/ant-design/pull/43953)
## 5.8.0
`2023-08-01`

View File

@ -15,6 +15,14 @@ timeline: true
---
## 5.8.1
`2023-08-02`
- 🐞 修复预期外的 `clearIcon` 废弃报错。[#43945](https://github.com/ant-design/ant-design/pull/43945) [@kiner-tang](https://github.com/kiner-tang)
- TypeScript
- 🤖 导出 `MappingAlgorithm` 作为主题算法的类型。[#43953](https://github.com/ant-design/ant-design/pull/43953)
## 5.8.0
`2023-08-01`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.8.0",
"version": "5.8.1",
"packageManager": "^npm@9.0.0",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",