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

9
CHANGELOG.en-US.md

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

9
CHANGELOG.zh-CN.md

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

2
package.json

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

Loading…
Cancel
Save