docs: update 5.9.2 changelog and lock @types/react (#44943)

* docs: update 5.9.2 changelog and lock @types/react

* docs: update 5.9.2 changelog and lock @types/react
This commit is contained in:
afc163 2023-09-19 12:35:37 +08:00 committed by GitHub
parent 49846b8799
commit 9455ebec44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -84,7 +84,7 @@ const Group: React.FC<GroupProps> = (props) => {
<Typography.Paragraph
style={{
color: titleColor,
marginBottom: isMobile ? token.marginXXL : token.marginFarXS,
marginBottom: isMobile ? token.marginXXL : (token as any).marginFarXS,
}}
>
{description}
@ -111,7 +111,7 @@ const Group: React.FC<GroupProps> = (props) => {
<GroupMask
disabled={!!background}
style={{
paddingBlock: token.marginFarSM,
paddingBlock: (token as any).marginFarSM,
}}
>
{childNode}

View File

@ -18,7 +18,7 @@ tag: vVERSION
## 5.9.2
`2023-09-18`
`2023-09-19`
- 🐞 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)

View File

@ -18,11 +18,11 @@ tag: vVERSION
## 5.9.2
`2023-09-18`
`2023-09-19`
- 🐞 修复 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)
- 🐞 修复 Modal 自定义 `footer` 时按钮内容丢失的问题。[#44929](https://github.com/ant-design/ant-design/pull/44929) [@Wxh16144](https://github.com/Wxh16144)
- 🐞 修复 notification 底部弹出动画的问题。[#44918](https://github.com/ant-design/ant-design/pull/44918) [@linxianxi](https://github.com/linxianxi)
## 5.9.1

View File

@ -198,7 +198,7 @@
"@types/prismjs": "^1.26.0",
"@types/progress": "^2.0.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.0",
"@types/react": "18.2.1",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-highlight-words": "^0.16.4",