mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
docs: changelog for 5.9.4 (#45129)
* docs: changelog for 5.9.4 * chore: bump version to 5.9.4
This commit is contained in:
parent
9f55e6c11a
commit
716dcf611d
@ -16,6 +16,16 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.9.4
|
||||
|
||||
`2023-09-28`
|
||||
|
||||
- Button
|
||||
- 🐞 Fix Button that two Chinese characters in nested span should have space between. [#45126](https://github.com/ant-design/ant-design/pull/45126) [@MadCcc](https://github.com/MadCcc)
|
||||
- 🐞 Fix Button unexpected loading icon when conditional rendering. [#45030](https://github.com/ant-design/ant-design/pull/45030) [@lzl0304](https://github.com/lzl0304)
|
||||
- 🐞 Fix Tour that `step.type` didn't work when shown at first time. [#45086](https://github.com/ant-design/ant-design/pull/45086) [@MadCcc](https://github.com/MadCcc)
|
||||
- 🐞 Fix Select and DatePicker that input should use `fontFamily` token. [#45088](https://github.com/ant-design/ant-design/pull/45088) [@MadCcc](https://github.com/MadCcc)
|
||||
|
||||
## 5.9.3
|
||||
|
||||
`2023-09-25`
|
||||
|
@ -16,6 +16,16 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.9.4
|
||||
|
||||
`2023-09-28`
|
||||
|
||||
- Button
|
||||
- 🐞 修复 Button 组件只有两个汉字且嵌套在多层 span 中时间距丢失的问题。[#45126](https://github.com/ant-design/ant-design/pull/45126) [@MadCcc](https://github.com/MadCcc)
|
||||
- 🐞 修复 Button 条件渲染时意外出现加载图标的问题。[#45030](https://github.com/ant-design/ant-design/pull/45030) [@lzl0304](https://github.com/lzl0304)
|
||||
- 🐞 修复 Tour 组件第一次展示时 `step.type` 无效的问题。[#45086](https://github.com/ant-design/ant-design/pull/45086) [@MadCcc](https://github.com/MadCcc)
|
||||
- 🐞 修复 Select 和 DatePicker 组件没有使用 `fontFamily` token 的问题。[#45088](https://github.com/ant-design/ant-design/pull/45088) [@MadCcc](https://github.com/MadCcc)
|
||||
|
||||
## 5.9.3
|
||||
|
||||
`2023-09-25`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "5.9.3",
|
||||
"version": "5.9.4",
|
||||
"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