You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en-US.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,45 @@ tag: vVERSION
15
15
16
16
---
17
17
18
+
## 5.27.0
19
+
20
+
`2025-08-11`
21
+
22
+
- ConfigProvider
23
+
- 🆕 ConfigProvider support FloatButton `backTopIcon` global config. [#54493](https://github.com/ant-design/ant-design/pull/54493)[@guoyunhe](https://github.com/guoyunhe)
24
+
- 🆕 ConfigProvider support config Empty `image` globally. [#54502](https://github.com/ant-design/ant-design/pull/54502)[@guoyunhe](https://github.com/guoyunhe)
25
+
- 🆕 ConfigProvider support Upload `customRequest` global config. [#54474](https://github.com/ant-design/ant-design/pull/54474)[@guoyunhe](https://github.com/guoyunhe)
26
+
- 🆕 ConfigProvider support Button `shape` global config. [#54463](https://github.com/ant-design/ant-design/pull/54463)[@guoyunhe](https://github.com/guoyunhe)
27
+
- Tabs
28
+
- 🐞 Fix Tabs `ref` prop not working. [#54636](https://github.com/ant-design/ant-design/pull/54636)[@Jiyur](https://github.com/Jiyur)
29
+
- 🆕 Tabs support middle mouse click to close in editable mode. [#54462](https://github.com/ant-design/ant-design/pull/54462)[@Wxh16144](https://github.com/Wxh16144)
30
+
- Button
31
+
- 💄 Button support `iconGap` component token. [#54629](https://github.com/ant-design/ant-design/pull/54629)[@guoyunhe](https://github.com/guoyunhe)
32
+
- 🐞 Fix Button hover/active text color of button with `variant="filled"` and `href` set. [#54614](https://github.com/ant-design/ant-design/pull/54614)[@Komoszek](https://github.com/Komoszek)
33
+
- Input
34
+
- 🐞 Fix Input.OTP caretColor is wrong when customize `prefixCls`. [#54588](https://github.com/ant-design/ant-design/pull/54588)[@765477020](https://github.com/765477020)
35
+
- 🐞 Input.Password support `suffix` prop. [#54342](https://github.com/ant-design/ant-design/pull/54342)[@QdabuliuQ](https://github.com/QdabuliuQ)
36
+
- 🆕 Table support `getHeaderCheckboxProps` method to the checkbox in the table title. [#54600](https://github.com/ant-design/ant-design/pull/54600)[@EmilyyyLiu](https://github.com/EmilyyyLiu)
37
+
- 🆕 Tooltip support adjusting the text color based on configured `color`. [#54552](https://github.com/ant-design/ant-design/pull/54552)[@EmilyyyLiu](https://github.com/EmilyyyLiu)
- 🆕 Splitter support `showCollapsibleIcon` to control if hiding collapse icon. [#54154](https://github.com/ant-design/ant-design/pull/54154)[@rxy001](https://github.com/rxy001)
40
+
- 🐞 Fix the issue where the `suffix` shifts to the left after the mouse hovers over InputNumber in read-only mode. [#54585](https://github.com/ant-design/ant-design/pull/54585)[@Wxh16144](https://github.com/Wxh16144)
41
+
- 🐞 Fix Typography `copyable` cause react maximum render error in some cases. [#54449](https://github.com/ant-design/ant-design/pull/54449)[@Meet-student](https://github.com/Meet-student)
42
+
- 🐞 Fixed Avatar component to properly apply font size design tokens. [#54187](https://github.com/ant-design/ant-design/pull/54187)[@doandevhere](https://github.com/doandevhere)
43
+
- 🐞 Fix Modal and Drawer `panelRef` prop not work. [#54619](https://github.com/ant-design/ant-design/pull/54619)[@dengfuping](https://github.com/dengfuping)
- 💄 Fixed Form.Item layout disorder when `layout="vertical"` is set to `layout="horizontal"`. [#54611](https://github.com/ant-design/ant-design/pull/54611)[@crazyair](https://github.com/crazyair)
- 💄 Adjusted the Carousel dot background to prevent white gaps during animation. [#54529](https://github.com/ant-design/ant-design/pull/54529)[@Limoer96](https://github.com/Limoer96)
48
+
- 💄 MISC: Add new CSS variables for the "size" series. [#54621](https://github.com/ant-design/ant-design/pull/54621)[@765477020](https://github.com/765477020)
- 🇻🇳 Add missing transfer component localization text of vi-VN. [#54638](https://github.com/ant-design/ant-design/pull/54638)[@Jiyur](https://github.com/Jiyur)
- 🛎 Fix Button and Splitter warn in SSR. [#54517](https://github.com/ant-design/ant-design/pull/54517)[@Meet-student](https://github.com/Meet-student)
53
+
- TypeScript
54
+
- 🤖 Optimize Menu `data-*` attributes to support more types. [#54539](https://github.com/ant-design/ant-design/pull/54539)[@gregor-mueller](https://github.com/gregor-mueller)
55
+
- 🤖 Upload `showUploadList` support generic. [#54540](https://github.com/ant-design/ant-design/pull/54540)[@li-jia-nan](https://github.com/li-jia-nan)
0 commit comments