mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
docs: update release date (#47322)
This commit is contained in:
parent
df63ee8379
commit
106a0d88c1
@ -18,7 +18,7 @@ tag: vVERSION
|
||||
|
||||
## 5.14.0
|
||||
|
||||
`2024-02-03`
|
||||
`2024-02-04`
|
||||
|
||||
- 🔥 Refactored the DatePicker component, details are follows. [#46982](https://github.com/ant-design/ant-design/pull/46982)
|
||||
- 🆕 DatePicker adds `multiple` to support multiple selection capabilities.
|
||||
|
@ -18,7 +18,7 @@ tag: vVERSION
|
||||
|
||||
## 5.14.0
|
||||
|
||||
`2024-02-03`
|
||||
`2024-02-04`
|
||||
|
||||
- 🔥 重构了 DatePicker 组件,详细改动如下。[#46982](https://github.com/ant-design/ant-design/pull/46982)
|
||||
- 🆕 DatePicker 新增 `multiple` 支持多选能力。
|
||||
|
@ -72,7 +72,7 @@ const miscKeys = [
|
||||
];
|
||||
|
||||
(() => {
|
||||
const missingChangelog = [];
|
||||
const missingChangelog: string[] = [];
|
||||
const miscChangelog: string[] = [];
|
||||
|
||||
// Read & write components changelog
|
||||
|
Loading…
Reference in New Issue
Block a user