Browse Source
docs: changelog for 5.3.2 (#41350 )
* docs: changelog for 5.3.2
* chore: bump version to 5.3.2
* docs: update changelog
* docs: update changelog
pull/41358/head
5.3.2
Peach
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
45 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -15,6 +15,28 @@ timeline: true
---
---
## 5.3.2
`2023-03-20`
- Anchor
- 💄 Fix Anchor redundant border style when it is set to horizontal direction. [#41336 ](https://github.com/ant-design/ant-design/pull/41336 ) [@gooyoung ](https://github.com/gooyoung )
- 💄 Fix Anchor ink square style in `vertical` mode. [#41317 ](https://github.com/ant-design/ant-design/pull/41317 ) [@acyza ](https://github.com/acyza )
- 🐞 Fix Grid `offset` can not be overwritten problem under different device screen sizes. [#41309 ](https://github.com/ant-design/ant-design/pull/41309 ) [@Yuiai01 ](https://github.com/Yuiai01 )
- 🐞 Fix Breadcrumb `onClick` not working bug. [#41283 ](https://github.com/ant-design/ant-design/pull/41283 ) [@acyza ](https://github.com/acyza )
- 🐞 Fix Upload trigger Progress warning after upload. [#41234 ](https://github.com/ant-design/ant-design/pull/41234 ) [@kiner-tang ](https://github.com/kiner-tang )
- 🐞 Fix Table unexpected layout problem when dragging element to the right. [#41139 ](https://github.com/ant-design/ant-design/pull/41139 ) [@hoho2017 ](https://github.com/hoho2017 )
- 💄 Fix Tabs more icon color in dark mode. [#41313 ](https://github.com/ant-design/ant-design/pull/41313 ) [@PhosphorusP ](https://github.com/PhosphorusP )
- 💄 Fix Button focus outline style be covered by Dropdown.Button. [#41282 ](https://github.com/ant-design/ant-design/pull/41282 ) [@Yuiai01 ](https://github.com/Yuiai01 )
- 💄 Fix Input.TextArea style problem when focusing. [#41228 ](https://github.com/ant-design/ant-design/pull/41228 ) [@MuxinFeng ](https://github.com/MuxinFeng )
- RTL
- 💄 Fix Input.TextArea RTL style when enable `showCount` . [#41319 ](https://github.com/ant-design/ant-design/pull/41319 ) [@ds1371dani ](https://github.com/ds1371dani )
- TypeScript
- 🤖 Export `CountdownProps` for Statistic. [#41341 ](https://github.com/ant-design/ant-design/pull/41341 ) [@li-jia-nan ](https://github.com/li-jia-nan )
- 🤖 Improve most alias token meta info. [#41297 ](https://github.com/ant-design/ant-design/pull/41297 ) [@arvinxx ](https://github.com/arvinxx )
- 🤖 Improve Badge `React.forwardRef` type definition. [#41189 ](https://github.com/ant-design/ant-design/pull/41189 ) [@li-jia-nan ](https://github.com/li-jia-nan )
## 5.3.1
## 5.3.1
`2023-03-13`
`2023-03-13`
@ -15,6 +15,28 @@ timeline: true
---
---
## 5.3.2
`2023-03-20`
- Anchor
- 💄 修复 Anchor 组件设置为水平方向时多余的 border 样式。[#41336](https://github.com/ant-design/ant-design/pull/41336) [@gooyoung ](https://github.com/gooyoung )
- 💄 修复 Anchor 处于 `vertical` 方向时 ink 小方块的样式。[#41317](https://github.com/ant-design/ant-design/pull/41317) [@acyza ](https://github.com/acyza )
- 🐞 修复 Grid 在不同设备屏幕下的 `offset` 设置不会被覆盖的问题。[#41309](https://github.com/ant-design/ant-design/pull/41309) [@Yuiai01 ](https://github.com/Yuiai01 )
- 🐞 修复 Breadcrumb `onClick` 不工作的问题。[#41283](https://github.com/ant-design/ant-design/pull/41283) [@acyza ](https://github.com/acyza )
- 🐞 修复 Upload 在上传完毕后 Progress 组件抛出警告的问题。[#41234](https://github.com/ant-design/ant-design/pull/41234) [@kiner-tang ](https://github.com/kiner-tang )
- 🐞 修复 Table 在拖动元素一直右移时布局错误的问题。[#41139](https://github.com/ant-design/ant-design/pull/41139) [@hoho2017 ](https://github.com/hoho2017 )
- 💄 修复 Tabs 在深色模式下更多图标的色值。[#41313](https://github.com/ant-design/ant-design/pull/41313) [@PhosphorusP ](https://github.com/PhosphorusP )
- 💄 修复 Button 下拉时聚焦轮廓被其他元素遮挡的问题。[#41282](https://github.com/ant-design/ant-design/pull/41282) [@Yuiai01 ](https://github.com/Yuiai01 )
- 💄 修复 Input.TextArea 在 focus 状态下的样式问题。[#41228](https://github.com/ant-design/ant-design/pull/41228) [@MuxinFeng ](https://github.com/MuxinFeng )
- RTL
- 💄 修复 Input.TextArea 在启用 `showCount` 时 RTL 模式下位置不正确的问题。[#41319](https://github.com/ant-design/ant-design/pull/41319) [@ds1371dani ](https://github.com/ds1371dani )
- TypeScript
- 🤖 导出 Statistic 的 `CountdownProps` 类型。[#41341](https://github.com/ant-design/ant-design/pull/41341) [@li-jia-nan ](https://github.com/li-jia-nan )
- 🤖 优化 token 的类型提示和说明。[#41297](https://github.com/ant-design/ant-design/pull/41297) [@arvinxx ](https://github.com/arvinxx )
- 🤖 优化 Badge `React.forwardRef` 类型定义。[#41189](https://github.com/ant-design/ant-design/pull/41189) [@li-jia-nan ](https://github.com/li-jia-nan )
## 5.3.1
## 5.3.1
`2023-03-13`
`2023-03-13`
@ -1,6 +1,6 @@
{
{
"name" : "antd" ,
"name" : "antd" ,
"version" : "5.3.1 " ,
"version" : "5.3.2 " ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"title" : "Ant Design" ,
"title" : "Ant Design" ,
"keywords" : [
"keywords" : [