mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
docs(✨): release 5.9.2 (#44933)
This commit is contained in:
parent
3bb3485ac7
commit
cf753f6943
@ -16,6 +16,15 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.9.2
|
||||
|
||||
`2023-09-18`
|
||||
|
||||
- 🐞 Fix Table selection column not align in center when `size` is `small`. [#44922](https://github.com/ant-design/ant-design/pull/44922)
|
||||
- 🐞 Fix Select style problem when `label` contains `div` element. [#44927](https://github.com/ant-design/ant-design/pull/44927)
|
||||
- 🐞 Fix Modal broken style of buttons when custom `footer`. [#44929](https://github.com/ant-design/ant-design/pull/44929) [@Wxh16144](https://github.com/Wxh16144)
|
||||
- 🐞 Fix notification wrong pop-up animation when `placement` is `bottom`. [#44918](https://github.com/ant-design/ant-design/pull/44918) [@linxianxi](https://github.com/linxianxi)
|
||||
|
||||
## 5.9.1
|
||||
|
||||
`2023-09-15`
|
||||
|
@ -16,6 +16,15 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.9.2
|
||||
|
||||
`2023-09-18`
|
||||
|
||||
- 🐞 修复 Table `small` 尺寸时选择列没有居中对齐的问题。[#44922](https://github.com/ant-design/ant-design/pull/44922)
|
||||
- 🐞 修复 Select 当 `label` 内使用了 `div` 块级元素时的样式问题。[#44927](https://github.com/ant-design/ant-design/pull/44927)
|
||||
- 🐞 修复 Modal 自定义 `footer` 时按钮内容丢失的问题。[#44929](https://github.com/ant-design/ant-design/pull/44929) [](https://github.com/Wxh16144)
|
||||
- 🐞 修复 notification 底部弹出动画的问题。[#44918](https://github.com/ant-design/ant-design/pull/44918) [@linxianxi](https://github.com/linxianxi)
|
||||
|
||||
## 5.9.1
|
||||
|
||||
`2023-09-15`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "5.9.1",
|
||||
"version": "5.9.2",
|
||||
"packageManager": "^npm@9.0.0",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"title": "Ant Design",
|
||||
|
Loading…
Reference in New Issue
Block a user