Skip to content

Commit

Permalink
docs: add 5.22.6 changlog (ant-design#52087)
Browse files Browse the repository at this point in the history
* docs: 更新版本至 5.22.6,并添加变更日志

* fix: 修复 Button 暗色模式下默认填充按钮文本在悬停时消失的问题

* fix: 修复 CHANGELOG 中 Splitter 组件折叠图标层级过低及 Button 暗色模式下文本消失的问题

* Update CHANGELOG.en-US.md

Co-authored-by: lijianan <[email protected]>
Signed-off-by: 陈帅 <[email protected]>

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <[email protected]>
Signed-off-by: 陈帅 <[email protected]>

* fix: 修复 CHANGELOG.en-US.md 中日期格式错误

* fix: 修复 CHANGELOG.zh-CN.md 中 Splitter 组件折叠图标层级过低问题

* fix: 修复 CHANGELOG 中 Splitter 组件折叠图标 z-index 层级过低问题

* Update CHANGELOG.en-US.md

Co-authored-by: thinkasany <[email protected]>
Signed-off-by: 陈帅 <[email protected]>

* fix: 修复 Button 有图标和无图标对齐差一像素的问题

---------

Signed-off-by: 陈帅 <[email protected]>
Co-authored-by: lijianan <[email protected]>
Co-authored-by: thinkasany <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent 6a0eda0 commit fb65341
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ tag: vVERSION

---

## 5.22.6

`2024-12-23`

- 🐞 Align Button with and without icons consistently. [#52070](https://github.com/ant-design/ant-design/pull/52070)
- 🐞 Fix Splitter collapsible icon `z-index` too low. [#52065](https://github.com/ant-design/ant-design/pull/52065) [@wanpan11](https://github.com/wanpan11)
- 🐞 Fix Button motion not smooth when set `loading`. [#52059](https://github.com/ant-design/ant-design/pull/52059) [@zombieJ](https://github.com/zombieJ)
- 🐞 Fix Button issue where solid default button text disappears on hover in dark mode. [#52024](https://github.com/ant-design/ant-design/pull/52024) [@DDDDD12138](https://github.com/DDDDD12138)

## 5.22.5

`2024-12-15`
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ tag: vVERSION

---

## 5.22.6

`2024-12-23`

- 🐞 修复 Button 有图标和无图标按钮对齐差一像素的问题。[#52070](https://github.com/ant-design/ant-design/pull/52070)
- 🐞 修复 Splitter 组件折叠图标 `z-index` 层级过低问题。[#52065](https://github.com/ant-design/ant-design/pull/52065) [@wanpan11](https://github.com/wanpan11)
- 🐞 修复 Button 启用 `loading` 时,动画不够顺滑的问题。[#52059](https://github.com/ant-design/ant-design/pull/52059) [@zombieJ](https://github.com/zombieJ)
- 🐞 修复 Button 暗色模式下默认填充按钮文本在悬停时消失的问题。[#52024](https://github.com/ant-design/ant-design/pull/52024) [@DDDDD12138](https://github.com/DDDDD12138)

## 5.22.5

`2024-12-15`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "5.22.5",
"version": "5.22.6",
"description": "An enterprise-class UI design language and React components implementation",
"license": "MIT",
"funding": {
Expand Down

0 comments on commit fb65341

Please sign in to comment.