From 1d743363b17b2c6dfc524ae0f7efa0cb75fccfbc Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Thu, 21 Nov 2024 00:01:16 +0800 Subject: [PATCH] chore: update changelog date --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index af572f9dad..e98ac4fcb6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -17,7 +17,7 @@ tag: vVERSION ## 5.22.2 -`2024-11-20` +`2024-11-21` - 🐞 Fix Input.OTP focus from advancing when previous input is empty. [#51664](https://github.com/ant-design/ant-design/pull/51664) [@thecodesalim](https://github.com/thecodesalim) - 🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. [#51647](https://github.com/ant-design/ant-design/pull/51647) [@zombieJ](https://github.com/zombieJ) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 51b93ebbbe..00d7ad0866 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -17,7 +17,7 @@ tag: vVERSION ## 5.22.2 -`2024-11-20` +`2024-11-21` - 🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。[#51664](https://github.com/ant-design/ant-design/pull/51664) [@thecodesalim](https://github.com/thecodesalim) - 🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。[#51647](https://github.com/ant-design/ant-design/pull/51647) [@zombieJ](https://github.com/zombieJ)