From 68045ba38375b9f76ed91880f130bc7e6743aa4e Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 Mar 2024 18:25:15 +0800 Subject: [PATCH 1/5] docs(:sparkles:): release 5.15.3 --- CHANGELOG.en-US.md | 11 +++++++++++ CHANGELOG.zh-CN.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3e20bcae8386..587d358a0e86 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -16,6 +16,17 @@ tag: vVERSION --- +## 5.15.3 + +`2024-03-17` + +- 🐞 Fix Badge and text node align issue under Space. [#47908](https://github.com/ant-design/ant-design/pull/47908) +- 💄 Fix Upload file list actions wrap style. [#47898](https://github.com/ant-design/ant-design/pull/47898) +- 🐞 Fix Typography config the `ellipsis.symbol` exceed the single line height will make ellipsis rows not correct issue. [#47889](https://github.com/ant-design/ant-design/pull/47889) +- 🐞 Fix DatePicker component height not correct when customize `controlHeight`. [#47874](https://github.com/ant-design/ant-design/pull/47874) +- 🐞 TimePicker warning and compatible with `onSelect` API which is already removed in v4 but not update in en version doc. [#47878](https://github.com/ant-design/ant-design/pull/47878) +- 🐞 Fix DatePicker with `multiple` selector collapse for cross the line. [#47821](https://github.com/ant-design/ant-design/pull/47821) + ## 5.15.2 `2024-03-11` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 2d2d0b9021e5..b03b46cc7ab7 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -16,6 +16,17 @@ tag: vVERSION --- +## 5.15.3 + +`2024-03-17` + +- 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。[#47908](https://github.com/ant-design/ant-design/pull/47908) +- 💄 修复 Upload 列表行动点换行的问题。[#47898](https://github.com/ant-design/ant-design/pull/47898) +- 🐞 修复 Typography 配置的 `ellipsis.symbol` 超出单行高度时,省略行数不正确的问题。[#47889](https://github.com/ant-design/ant-design/pull/47889) +- 🐞 修复 DatePicker 配置自定义 `controlHeight` 时,展示高度不正确的问题。[#47874](https://github.com/ant-design/ant-design/pull/47874) +- 🐞 TimePicker 警告并兼容 `onSelect`,该 API 在 v4 中已移除但是在英文文档中被遗留。[#47878](https://github.com/ant-design/ant-design/pull/47878) +- 🐞 修复 DatePicker 设置 `multiple` 多选换行时,行与行之间没有间隙的问题。[#47821](https://github.com/ant-design/ant-design/pull/47821) + ## 5.15.2 `2024-03-11` diff --git a/package.json b/package.json index db68f192888f..229e588b11f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "5.15.2", + "version": "5.15.3", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant", From 5bba76082d69ad0891500652e5ae29980fea6bf4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 Mar 2024 21:48:04 +0800 Subject: [PATCH 2/5] Apply suggestions from code review Signed-off-by: afc163 --- CHANGELOG.en-US.md | 1 + CHANGELOG.zh-CN.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 587d358a0e86..09ce0131cfee 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -20,6 +20,7 @@ tag: vVERSION `2024-03-17` +- 💄 Unify Modal, Drawer, notification and Tour close button style. - 🐞 Fix Badge and text node align issue under Space. [#47908](https://github.com/ant-design/ant-design/pull/47908) - 💄 Fix Upload file list actions wrap style. [#47898](https://github.com/ant-design/ant-design/pull/47898) - 🐞 Fix Typography config the `ellipsis.symbol` exceed the single line height will make ellipsis rows not correct issue. [#47889](https://github.com/ant-design/ant-design/pull/47889) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index b03b46cc7ab7..ba689f8b0a9d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -20,12 +20,13 @@ tag: vVERSION `2024-03-17` +-💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。 - 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。[#47908](https://github.com/ant-design/ant-design/pull/47908) - 💄 修复 Upload 列表行动点换行的问题。[#47898](https://github.com/ant-design/ant-design/pull/47898) - 🐞 修复 Typography 配置的 `ellipsis.symbol` 超出单行高度时,省略行数不正确的问题。[#47889](https://github.com/ant-design/ant-design/pull/47889) -- 🐞 修复 DatePicker 配置自定义 `controlHeight` 时,展示高度不正确的问题。[#47874](https://github.com/ant-design/ant-design/pull/47874) +- 🐞 修复 DatePicker 配置自定义 `controlHeight` 时展示高度不正确的问题。[#47874](https://github.com/ant-design/ant-design/pull/47874) +- 🐞 修复 DatePicker 设置 `multiple` 多选换行时行与行之间没有间隙的问题。[#47821](https://github.com/ant-design/ant-design/pull/47821) - 🐞 TimePicker 警告并兼容 `onSelect`,该 API 在 v4 中已移除但是在英文文档中被遗留。[#47878](https://github.com/ant-design/ant-design/pull/47878) -- 🐞 修复 DatePicker 设置 `multiple` 多选换行时,行与行之间没有间隙的问题。[#47821](https://github.com/ant-design/ant-design/pull/47821) ## 5.15.2 From dd04cd9731503eb5d8106b6e9cc3eb881415213d Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 Mar 2024 21:54:19 +0800 Subject: [PATCH 3/5] Update CHANGELOG.en-US.md Signed-off-by: afc163 --- CHANGELOG.en-US.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 09ce0131cfee..939d9eb56357 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -20,13 +20,13 @@ tag: vVERSION `2024-03-17` -- 💄 Unify Modal, Drawer, notification and Tour close button style. -- 🐞 Fix Badge and text node align issue under Space. [#47908](https://github.com/ant-design/ant-design/pull/47908) +- 💄 Unify Modal, Drawer, notification and Tour close button style. [#47909](https://github.com/ant-design/ant-design/pull/47909) +- 🐞 Fix Badge and text node align style under Space. [#47908](https://github.com/ant-design/ant-design/pull/47908) - 💄 Fix Upload file list actions wrap style. [#47898](https://github.com/ant-design/ant-design/pull/47898) - 🐞 Fix Typography config the `ellipsis.symbol` exceed the single line height will make ellipsis rows not correct issue. [#47889](https://github.com/ant-design/ant-design/pull/47889) - 🐞 Fix DatePicker component height not correct when customize `controlHeight`. [#47874](https://github.com/ant-design/ant-design/pull/47874) -- 🐞 TimePicker warning and compatible with `onSelect` API which is already removed in v4 but not update in en version doc. [#47878](https://github.com/ant-design/ant-design/pull/47878) - 🐞 Fix DatePicker with `multiple` selector collapse for cross the line. [#47821](https://github.com/ant-design/ant-design/pull/47821) +- 🐞 TimePicker revert and add warning for `onSelect` API which is already removed in v4 but not update in English documentation. [#47878](https://github.com/ant-design/ant-design/pull/47878) ## 5.15.2 From c0b7eb5f83799ffc30907fcea4b5409092092d00 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 Mar 2024 21:54:45 +0800 Subject: [PATCH 4/5] Apply suggestions from code review Signed-off-by: afc163 --- CHANGELOG.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index ba689f8b0a9d..7e5f6bc1f919 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -20,7 +20,7 @@ tag: vVERSION `2024-03-17` --💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。 +- 💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。[#47909](https://github.com/ant-design/ant-design/pull/47909) - 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。[#47908](https://github.com/ant-design/ant-design/pull/47908) - 💄 修复 Upload 列表行动点换行的问题。[#47898](https://github.com/ant-design/ant-design/pull/47898) - 🐞 修复 Typography 配置的 `ellipsis.symbol` 超出单行高度时,省略行数不正确的问题。[#47889](https://github.com/ant-design/ant-design/pull/47889) From 2dc1d1ef9c9868c98ec093563eb2dbe1612f6423 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 16 Mar 2024 22:08:05 +0800 Subject: [PATCH 5/5] Apply suggestions from code review Signed-off-by: afc163 --- CHANGELOG.en-US.md | 1 + CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 939d9eb56357..2c6fddc14f37 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -27,6 +27,7 @@ tag: vVERSION - 🐞 Fix DatePicker component height not correct when customize `controlHeight`. [#47874](https://github.com/ant-design/ant-design/pull/47874) - 🐞 Fix DatePicker with `multiple` selector collapse for cross the line. [#47821](https://github.com/ant-design/ant-design/pull/47821) - 🐞 TimePicker revert and add warning for `onSelect` API which is already removed in v4 but not update in English documentation. [#47878](https://github.com/ant-design/ant-design/pull/47878) +- 💄 Darken the Empty text color to make it readable. [#47268](https://github.com/ant-design/ant-design/pull/47268) [@evgmol](https://github.com/evgmol) ## 5.15.2 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 7e5f6bc1f919..9997782126f8 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -26,7 +26,7 @@ tag: vVERSION - 🐞 修复 Typography 配置的 `ellipsis.symbol` 超出单行高度时,省略行数不正确的问题。[#47889](https://github.com/ant-design/ant-design/pull/47889) - 🐞 修复 DatePicker 配置自定义 `controlHeight` 时展示高度不正确的问题。[#47874](https://github.com/ant-design/ant-design/pull/47874) - 🐞 修复 DatePicker 设置 `multiple` 多选换行时行与行之间没有间隙的问题。[#47821](https://github.com/ant-design/ant-design/pull/47821) -- 🐞 TimePicker 警告并兼容 `onSelect`,该 API 在 v4 中已移除但是在英文文档中被遗留。[#47878](https://github.com/ant-design/ant-design/pull/47878) +- 💄 调深 Empty 文本色彩使其更清晰可读一些。[#47268](https://github.com/ant-design/ant-design/pull/47268) [@evgmol](https://github.com/evgmol) ## 5.15.2