Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(✨): release 5.15.3 #47915

Merged
merged 5 commits into from Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.en-US.md
Expand Up @@ -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)
afc163 marked this conversation as resolved.
Show resolved Hide resolved
- 💄 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`
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Expand Up @@ -16,6 +16,17 @@ tag: vVERSION

---

## 5.15.3

`2024-03-17`

- 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。[#47908](https://github.com/ant-design/ant-design/pull/47908)
afc163 marked this conversation as resolved.
Show resolved Hide resolved
- 💄 修复 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)
afc163 marked this conversation as resolved.
Show resolved Hide resolved
- 🐞 修复 DatePicker 设置 `multiple` 多选换行时,行与行之间没有间隙的问题。[#47821](https://github.com/ant-design/ant-design/pull/47821)
afc163 marked this conversation as resolved.
Show resolved Hide resolved

## 5.15.2

`2024-03-11`
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down