mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
docs: changelog 5.17.3 (#48979)
* docs: changelog 5.17.3 * docs: update
This commit is contained in:
parent
84ee56f708
commit
733d58deb1
@ -16,6 +16,14 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.17.3
|
||||
|
||||
`2024-05-19`
|
||||
|
||||
- 🐞 MISC: Fix some components throws `findDOMNode` warning in React 18.3.0. [#48958](https://github.com/ant-design/ant-design/pull/48958)
|
||||
- 🐞 Fix Button that `fontSize` token not works. [#48893](https://github.com/ant-design/ant-design/pull/48893) [@wanpan11](https://github.com/wanpan11)
|
||||
- 💄 Fix Pagination size-changer element style. [#48931](https://github.com/ant-design/ant-design/pull/48931) [@wanpan11](https://github.com/wanpan11)
|
||||
|
||||
## 5.17.2
|
||||
|
||||
`2024-05-14`
|
||||
|
@ -15,6 +15,14 @@ tag: vVERSION
|
||||
|
||||
---
|
||||
|
||||
## 5.17.3
|
||||
|
||||
`2024-05-19`
|
||||
|
||||
- 🐞 杂项:修复部分组件在 React 18.3.0 下警告 `findDOMNode` 的问题。[#48958](https://github.com/ant-design/ant-design/pull/48958)
|
||||
- 🐞 修复 Button 字体大小 token 无效的问题。[#48893](https://github.com/ant-design/ant-design/pull/48893) [@wanpan11](https://github.com/wanpan11)
|
||||
- 💄 修复 Pagination 组件跳转选择元素样式问题。[#48931](https://github.com/ant-design/ant-design/pull/48931) [@wanpan11](https://github.com/wanpan11)
|
||||
|
||||
## 5.17.2
|
||||
|
||||
`2024-05-14`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antd",
|
||||
"version": "5.17.2",
|
||||
"version": "5.17.3",
|
||||
"description": "An enterprise-class UI design language and React components implementation",
|
||||
"keywords": [
|
||||
"ant",
|
||||
|
Loading…
Reference in New Issue
Block a user