فهرست منبع

docs(changelog): v2.53.1 update

linyan 1 سال پیش
والد
کامیت
44e3b9478e
2فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 3 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

+ 3 - 0
content/start/changelog/index-en-US.md

@@ -15,6 +15,9 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.53.1 (2024-02-26)
+- 【Fix】
+    - the problem that when using timeZone and disabledHours at the same time in TimePicker, the displayed value does not meet the expectations
 
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】

+ 4 - 0
content/start/changelog/index.md

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.53.1 (2024-02-26)
+- 【Fix】
+    - 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题
+  
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】
   - 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题