Browse Source
docs: 5.4.6 changelog (#42009 )
* chore: 5.4.6 changelog
* docs: adjust desc
* docs: fix typo
pull/42015/head
5.4.6
二货爱吃白萝卜
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
35 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
scripts/print-changelog.js
@ -15,6 +15,22 @@ timeline: true
---
---
## 5.4.6
`2023-04-26`
- 🐞 Fix lots of Table border and radius styling issues. [#41985 ](https://github.com/ant-design/ant-design/pull/41985 )
- 💄 Fix Layout.Sider collapse animation style. [#41993 ](https://github.com/ant-design/ant-design/pull/41993 )
- 🐞 Fix InputNumber font-size error. [#41983 ](https://github.com/ant-design/ant-design/pull/41983 )
- 🐞 Fix responsive Col don't support `flex` prop in `colSize` . [#41962 ](https://github.com/ant-design/ant-design/pull/41962 ) [@AlexisSniffer ](https://github.com/AlexisSniffer )
- 🐞 Fix Carousel `goTo` is ignored if animation is in progress. [#41969 ](https://github.com/ant-design/ant-design/pull/41969 ) [@guan404ming ](https://github.com/guan404ming )
- Form
- 🐞 Resolve issue about the feedback icon was not reset after a reset event had been triggered. [#41976 ](https://github.com/ant-design/ant-design/pull/41976 )
- 🐞 Fixed inaccurate data collected by onValuesChange. [#41976 ](https://github.com/ant-design/ant-design/pull/41976 )
- TypeScript
- 🤖 Fix Menu OverrideContext type missing warning. [#41907 ](https://github.com/ant-design/ant-design/pull/41907 )
- 🤖 Fix TreeSelect missing `aria-*` definition. [#41978 ](https://github.com/ant-design/ant-design/pull/41978 ) [@guan404ming ](https://github.com/guan404ming )
## 5.4.5
## 5.4.5
`2023-04-23`
`2023-04-23`
@ -15,6 +15,22 @@ timeline: true
---
---
## 5.4.6
`2023-04-26`
- 🐞 修复 Table 一系列边框和圆角的样式细节问题。[#41985](https://github.com/ant-design/ant-design/pull/41985)
- 💄 修复 Layout.Sider 折叠时丢失动画的问题。[#41993](https://github.com/ant-design/ant-design/pull/41993)
- 🐞 修复 InputNumber 字体样式错误。[#41983](https://github.com/ant-design/ant-design/pull/41983)
- 🐞 修复响应式 Col `colSize` 不支持 `flex` 的问题。[#41962](https://github.com/ant-design/ant-design/pull/41962) [@AlexisSniffer ](https://github.com/AlexisSniffer )
- 🐞 修复 Carousel `goTo` 在动画播放时无效的问题。[#41969](https://github.com/ant-design/ant-design/pull/41969) [@guan404ming ](https://github.com/guan404ming )
- Form
- 🐞 修复 Form 触发重置事件后反馈图标未重置的问题。[#41976](https://github.com/ant-design/ant-design/pull/41976)
- 🐞 修复 `onValuesChange` 收集到的数据不准确的问题。[#41976](https://github.com/ant-design/ant-design/pull/41976)
- TypeScript
- 🤖 修复 Menu 报错 OverrideContext 类型定义不存在的问题。[#41907](https://github.com/ant-design/ant-design/pull/41907)
- 🤖 修复 TreeSelect 定义不支持 `aria-*` 的问题。[#41978](https://github.com/ant-design/ant-design/pull/41978) [@guan404ming ](https://github.com/guan404ming )
## 5.4.5
## 5.4.5
`2023-04-23`
`2023-04-23`
@ -1,6 +1,6 @@
{
{
"name" : "antd" ,
"name" : "antd" ,
"version" : "5.4.5 " ,
"version" : "5.4.6 " ,
"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" : [
@ -36,6 +36,8 @@ const MAINTAINERS = [
'madccc' ,
'madccc' ,
'MadCcc' ,
'MadCcc' ,
'li-jia-nan' ,
'li-jia-nan' ,
'kiner-tang' ,
'Wxh16144' ,
] . map ( ( author ) => author . toLowerCase ( ) ) ;
] . map ( ( author ) => author . toLowerCase ( ) ) ;
const cwd = process . cwd ( ) ;
const cwd = process . cwd ( ) ;