Browse Source
docs: changelog 4.24.8 (#40561)
* docs: changelog 4.24.8
* chore: lock eslint-plugin-compat (#40558)
* chore: clean
* chore: update
pull/40823/head
MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
19 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,15 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.24.8 |
|
|
|
|
|
|
|
`2023-2-6` |
|
|
|
|
|
|
|
- 🐞 Fix Tabs that throw error in some cases. [df09516](https://github.com/ant-design/ant-design/commit/df09516ee542159eb3fa40927eec8981d4581bd0) |
|
|
|
- 🌐 Add missing translation for `pt_BR`. [#40019](https://github.com/ant-design/ant-design/pull/40019) [@rafaelncarvalho](https://github.com/rafaelncarvalho) |
|
|
|
- TypeScript |
|
|
|
- 🤖 Fix `CompoundedComponent` type error from external module. [#39058](https://github.com/ant-design/ant-design/pull/39058) [@wangcch](https://github.com/wangcch) |
|
|
|
|
|
|
|
## 4.24.7 |
|
|
|
|
|
|
|
`2022-12-30` |
|
|
|
|
|
@ -15,6 +15,15 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.24.8 |
|
|
|
|
|
|
|
`2023-2-6` |
|
|
|
|
|
|
|
- 🐞 修复 Tabs 组件某些情况下报错的问题。[df09516](https://github.com/ant-design/ant-design/commit/df09516ee542159eb3fa40927eec8981d4581bd0) |
|
|
|
- 🌐 补全 `pt_BR` 国际化。[#40019](https://github.com/ant-design/ant-design/pull/40019) [@rafaelncarvalho](https://github.com/rafaelncarvalho) |
|
|
|
- TypeScript |
|
|
|
- 🤖 修复部分组件 `CompoundedComponent` 类型报错。[#39058](https://github.com/ant-design/ant-design/pull/39058) [@wangcch](https://github.com/wangcch) |
|
|
|
|
|
|
|
## 4.24.7 |
|
|
|
|
|
|
|
`2022-12-30` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "4.24.7", |
|
|
|
"version": "4.24.8", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"title": "Ant Design", |
|
|
|
"keywords": [ |
|
|
|