mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
docs: changelog 5.4.2 (#41756)
* docs: changelog 5.4.2 * chore: add bug verision
This commit is contained in:
parent
c0ecb3f623
commit
1474dc24d4
@ -15,6 +15,15 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 5.4.2
|
||||
|
||||
`2023-04-11`
|
||||
|
||||
- 🐞 Fix unexpected deprecated warning in DatePicker. [#41753](https://github.com/ant-design/ant-design/pull/41753) [@kiner-tang](https://github.com/kiner-tang)
|
||||
- 🌐 Add missing translations for `de_DE`. [#41747](https://github.com/ant-design/ant-design/pull/41747) [@eldarcodes](https://github.com/eldarcodes)
|
||||
- TypeScript
|
||||
- 🤖 Optimize type of TimePicker `hourStep`. [1fc3675](https://github.com/ant-design/ant-design/commit/1fc3675) [@Wuxh](https://github.com/Wuxh)
|
||||
|
||||
## 5.4.1
|
||||
|
||||
`2023-04-11`
|
||||
|
@ -15,6 +15,15 @@ timeline: true
|
||||
|
||||
---
|
||||
|
||||
## 5.4.2
|
||||
|
||||
`2023-04-11`
|
||||
|
||||
- 🐞 修复 DatePicker 组件异常显示废弃警告的问题。[#41753](https://github.com/ant-design/ant-design/pull/41753) [@kiner-tang](https://github.com/kiner-tang)
|
||||
- 🌐 补充 `de_DE` 遗漏的国际化。[#41747](https://github.com/ant-design/ant-design/pull/41747) [@eldarcodes](https://github.com/eldarcodes)
|
||||
- TypeScript
|
||||
- 🤖 优化 TimePicker `hourStep` 的类型。[1fc3675](https://github.com/ant-design/ant-design/commit/1fc3675) [@Wuxh](https://github.com/Wuxh)
|
||||
|
||||
## 5.4.1
|
||||
|
||||
`2023-04-11`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "5.4.1",
|
||||
"version": "5.4.2",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"title": "Ant Design",
|
||||
"keywords": [
|
||||
|
@ -32,6 +32,7 @@ const DEPRECIATED_VERSION = {
|
||||
'>= 5.2.3 <= 5.3.0': [
|
||||
'https://github.com/ant-design/ant-design/pull/40719#issuecomment-1453418135',
|
||||
],
|
||||
'5.4.1': ['https://github.com/ant-design/ant-design/issues/41751'],
|
||||
};
|
||||
|
||||
function matchDeprecated(version) {
|
||||
|
Loading…
Reference in New Issue
Block a user