mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: changelog 5.15.1 (#47744)
This commit is contained in:
parent
0652c32830
commit
8460eb39c3
@ -51,5 +51,6 @@
|
|||||||
"5.12.3": ["https://github.com/ant-design/ant-design/issues/46525"],
|
"5.12.3": ["https://github.com/ant-design/ant-design/issues/46525"],
|
||||||
"5.12.6": ["https://github.com/ant-design/ant-design/issues/46719"],
|
"5.12.6": ["https://github.com/ant-design/ant-design/issues/46719"],
|
||||||
"5.13.0": ["https://github.com/ant-design/ant-design/pull/46962"],
|
"5.13.0": ["https://github.com/ant-design/ant-design/pull/46962"],
|
||||||
"5.14.0": ["https://github.com/ant-design/ant-design/issues/47354"]
|
"5.14.0": ["https://github.com/ant-design/ant-design/issues/47354"],
|
||||||
|
"5.15.0": ["https://github.com/ant-design/ant-design/pull/47504#issuecomment-1980459433"]
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,13 @@ tag: vVERSION
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 5.15.1
|
||||||
|
|
||||||
|
`2024-03-06`
|
||||||
|
|
||||||
|
- 🐞 Revert code that removed margin of Tag. [#47736](https://github.com/ant-design/ant-design/pull/47736)
|
||||||
|
- 🇷🇺 Improve DatePicker ru_RU locale. [#47705](https://github.com/ant-design/ant-design/pull/47705)
|
||||||
|
|
||||||
## 5.15.0
|
## 5.15.0
|
||||||
|
|
||||||
`2024-03-02`
|
`2024-03-02`
|
||||||
|
@ -16,6 +16,13 @@ tag: vVERSION
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 5.15.1
|
||||||
|
|
||||||
|
`2024-03-06`
|
||||||
|
|
||||||
|
- 🐞 回滚移除 Tag 默认间距的代码。[#47736](https://github.com/ant-design/ant-design/pull/47736)
|
||||||
|
- 🇷🇺 更新 DatePicker 的俄语文案。[#47705](https://github.com/ant-design/ant-design/pull/47705)
|
||||||
|
|
||||||
## 5.15.0
|
## 5.15.0
|
||||||
|
|
||||||
`2024-03-02`
|
`2024-03-02`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "antd",
|
"name": "antd",
|
||||||
"version": "5.15.0",
|
"version": "5.15.1",
|
||||||
"description": "An enterprise-class UI design language and React components implementation",
|
"description": "An enterprise-class UI design language and React components implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ant",
|
"ant",
|
||||||
|
Loading…
Reference in New Issue
Block a user