Browse Source

chore:change log

代强 1 year ago
parent
commit
6a09de7729
2 changed files with 11 additions and 0 deletions
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -15,9 +15,15 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.53.2 (2024-02-26)
+- 【Fix】
+  - fix the error accessing empty element in React ResizeObserver [@nekocode](https://github.com/nekocode)
+  
 #### 🎉 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
+    - fix Badge component proptypes check error when type is success
 
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】

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

@@ -13,9 +13,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.53.2 (2024-02-26)
+- 【Fix】
+    - 修复 React ResizeObserver 里访问空元素的错误 [@nekocode](https://github.com/nekocode)
+
 #### 🎉 2.53.1 (2024-02-26)
 - 【Fix】
     - 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题
+    - 修复badge组件在type为success时proptypes检查错误
   
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】