Skip to content

Commit 1eb139a

Browse files
chenshuai2144li-jia-nanafc163
authored
docs: add 5.15.4 chaneglog (ant-design#48057)
* docs: add 5.15.4 chaneglog * fix typo * Update CHANGELOG.zh-CN.md Co-authored-by: lijianan <[email protected]> Signed-off-by: 陈帅 <[email protected]> * Update CHANGELOG.en-US.md Co-authored-by: lijianan <[email protected]> Signed-off-by: 陈帅 <[email protected]> * fix * fix * fix lint * Update CHANGELOG.en-US.md Co-authored-by: afc163 <[email protected]> Signed-off-by: 陈帅 <[email protected]> * fix * fix --------- Signed-off-by: 陈帅 <[email protected]> Co-authored-by: lijianan <[email protected]> Co-authored-by: afc163 <[email protected]>
1 parent dc9e457 commit 1eb139a

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ tag: vVERSION
1616

1717
---
1818

19+
## 5.15.4
20+
21+
`2024-03-25`
22+
23+
- 💄 Fix QRCode that custom style would be overrided by internal style. [#48053](https://github.com/ant-design/ant-design/pull/48053) [@li-jia-nan](https://github.com/li-jia-nan)
24+
- 💄 Fix Radio disabled hover style. [#47972](https://github.com/ant-design/ant-design/pull/47972) [@madocto](https://github.com/madocto)
25+
- 🐞 Fix Watermark sometime repeat re-render when browser set scale. [#47895](https://github.com/ant-design/ant-design/pull/47895)
26+
- TypeScript
27+
- 🤖 Affix Export AffixRef interface. [#47982](https://github.com/ant-design/ant-design/pull/47982) [@li-jia-nan](https://github.com/li-jia-nan)
28+
- 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. [#47983](https://github.com/ant-design/ant-design/pull/47983)
29+
1930
## 5.15.3
2031

2132
`2024-03-17`

CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ tag: vVERSION
1616

1717
---
1818

19+
## 5.15.4
20+
21+
`2024-03-25`
22+
23+
- 💄 修复 QRCode 组件自定义样式会被内部样式覆盖的问题。[#48053](https://github.com/ant-design/ant-design/pull/48053) [@li-jia-nan](https://github.com/li-jia-nan)
24+
- 💄 修复 Radio 禁用状态 hover 样式。[#47972](https://github.com/ant-design/ant-design/pull/47972) [@madocto](https://github.com/madocto)
25+
- 🐞 修复 Watermark 在特定屏幕缩放下会不断重复渲染的问题。[#47895](https://github.com/ant-design/ant-design/pull/47895)
26+
- TypeScript
27+
- 🤖 Affix 导出 AffixRef 类型。[#47982](https://github.com/ant-design/ant-design/pull/47982) [@li-jia-nan](https://github.com/li-jia-nan)
28+
- 🤖 MISC: 修复 GetRef 工具类型不能正确获得某些组件 ref 类型的问题。[#47983](https://github.com/ant-design/ant-design/pull/47983)
29+
1930
## 5.15.3
2031

2132
`2024-03-17`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd",
3-
"version": "5.15.3",
3+
"version": "5.15.4",
44
"description": "An enterprise-class UI design language and React components implementation",
55
"keywords": [
66
"ant",

0 commit comments

Comments
 (0)