From 556e8e821c0d1867bb7cbbf78ec9864a64d3b7e0 Mon Sep 17 00:00:00 2001 From: MadCcc Date: Tue, 19 Nov 2024 22:35:35 +0800 Subject: [PATCH] docs: update changelog 5.22.2 (#51688) * chore: update changelog date * docs: update changelog * docs: update bugver * Update CHANGELOG.en-US.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: thinkasany <480968828@qq.com> --- BUG_VERSIONS.json | 14 +++++++++++++- CHANGELOG.en-US.md | 5 ++++- CHANGELOG.zh-CN.md | 5 ++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/BUG_VERSIONS.json b/BUG_VERSIONS.json index f04929ca7b..c39e264791 100644 --- a/BUG_VERSIONS.json +++ b/BUG_VERSIONS.json @@ -62,5 +62,17 @@ "https://github.com/ant-design/ant-design/issues/50960", "https://github.com/ant-design/ant-design/issues/50969" ], - "5.22.0": ["https://github.com/ant-design/ant-design/issues/51601"] + "5.21.6": [ + "https://github.com/ant-design/ant-design/issues/51420", + "https://github.com/ant-design/ant-design/issues/51430" + ], + "5.22.0": [ + "https://github.com/ant-design/ant-design/issues/51601", + "https://github.com/ant-design/ant-design/issues/51420", + "https://github.com/ant-design/ant-design/issues/51430" + ], + "5.22.1": [ + "https://github.com/ant-design/ant-design/issues/51420", + "https://github.com/ant-design/ant-design/issues/51430" + ] } diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 040b8986d5..4f0a5a874c 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -25,7 +25,10 @@ tag: vVERSION - 🐞 Refactor Button `focus` logic trigger with `useEffect` to resolve some async load case not get `autoFocus`. [#51624](https://github.com/ant-design/ant-design/pull/51624) [@zombieJ](https://github.com/zombieJ) - 🐞 Fix Button custom icon not center-aligned. [#51652](https://github.com/ant-design/ant-design/pull/51652) [@afc163](https://github.com/afc163) - 🐞 Fix Table `getCheckboxProps` event handlers being overridden by internal selection logic. [#51661](https://github.com/ant-design/ant-design/pull/51661) [@Zyf665](https://github.com/Zyf665) -- 🇷🇺 Added support for Russian translation. [#51619](https://github.com/ant-design/ant-design/pull/51619) [@avvakumovid](https://github.com/avvakumovid) +- 🐞 Fix Tree that `onCheck` and `onSelect` were not properly triggered. [#51448](https://github.com/ant-design/ant-design/pull/51448) [@Wxh16144](https://github.com/Wxh16144) +- 🌐 Localization + - 🇷🇺 Add support for Russian translation. [#51619](https://github.com/ant-design/ant-design/pull/51619) [@avvakumovid](https://github.com/avvakumovid) + - 🇮🇹 Add support for Italian translation in TimePicker. [#51685](https://github.com/ant-design/ant-design/pull/51685) [@LorenzoCardinali](https://github.com/LorenzoCardinali) ## 5.22.1 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index b5e0d826d8..ec6067b57d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -25,7 +25,10 @@ tag: vVERSION - 🐞 调整 Button 使用 `useEffect` 来触发 `autoFocus` 逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。[#51624](https://github.com/ant-design/ant-design/pull/51624) [@zombieJ](https://github.com/zombieJ) - 🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。[#51652](https://github.com/ant-design/ant-design/pull/51652) [@afc163](https://github.com/afc163) - 🐞 修复 Table 组件 `getCheckboxProps` 中的事件处理器被内部选择逻辑覆盖的问题。[#51661](https://github.com/ant-design/ant-design/pull/51661) [@Zyf665](https://github.com/Zyf665) -- 🇷🇺 添加了俄语翻译支持。[#51619](https://github.com/ant-design/ant-design/pull/51619) [@avvakumovid](https://github.com/avvakumovid) +- 🐞 修复 Tree 组件的 `onCheck` 和 `onSelect` 事件没有被正确触发的问题。[#51448](https://github.com/ant-design/ant-design/pull/51448) [@Wxh16144](https://github.com/Wxh16144) +- 🌐 本地化 + - 🇷🇺 添加了俄语翻译支持。[#51619](https://github.com/ant-design/ant-design/pull/51619) [@avvakumovid](https://github.com/avvakumovid) + - 🇮🇹 为 TimePicker 添加了意大利语翻译。[#51685](https://github.com/ant-design/ant-design/pull/51685) [@LorenzoCardinali](https://github.com/LorenzoCardinali) ## 5.22.1