瀏覽代碼

chore: add changelog

代强 3 年之前
父節點
當前提交
a4df629a1a
共有 2 個文件被更改,包括 28 次插入0 次删除
  1. 14 0
      content/start/changelog/index-en-US.md
  2. 14 0
      content/start/changelog/index.md

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

@@ -15,6 +15,20 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+
+#### 🎉 2.23.0-beta.0 (2022-11-07)
+- 【Fix】
+  - fix the inconsistency between the jump link hotspot and the onSelect hotspot when the Navigation item has a parameter link
+  - Corrected Saturday, Sunday translated text of DatePicker when displayed in Turkish (tr_TR) [@habibokumus](https://github.com/habibokumus)
+  - fix the scroll bar position not as expected when Table has fixed columns.
+- 【Feat】
+  - Add the onClose parameter to the renderTagItem API of TagInput to support deleting tags  [#1219 ](https://github.com/DouyinFE/semi-design/issues/1219)
+  - Transfer provides a search method to allow users to manually trigger searches
+- 【Chore】
+  - Update Form interface, add generic pass to define values type [@Hokori23](https://github.com/Hokori23)
+  - Add test case for Image component  [#1216 ](https://github.com/DouyinFE/semi-design/issues/1216)
+
 #### 🎉 2.22.3 (2022-11-02)
 - 【Docs】
     - Added accessibility (A11y) support to Semi site

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

@@ -15,6 +15,20 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+
+#### 🎉 2.23.0-beta.0 (2022-11-07)
+- 【Fix】
+  - 修复 Navigation item 在有参数 link 情况下跳转链接热区与 onSelect 热区不一致问题
+  - 更正 DatePicker 在土耳其语(tr_TR)展示时周六、周日翻译的文本 [@habibokumus](https://github.com/habibokumus)
+  - 修复 Table 在固定列情况下,滚动条位置不符合预期问题。
+
+- 【Feat】
+  - TagInput 的 renderTagItem API 增加 onClose 参数支持删除标签  [#1219 ](https://github.com/DouyinFE/semi-design/issues/1219)
+  - Transfer 提供 search 方法支持用户手动触发搜索
+- 【Chore】
+  - Form interface 更新,Form标签增加泛型传入,指定 Values类型 [@Hokori23](https://github.com/Hokori23)
+  - 增加 Image 组件的测试用例  [#1216 ](https://github.com/DouyinFE/semi-design/issues/1216)
+  
 #### 🎉 2.22.3 (2022-11-02)
 - 【Docs】
     - 站点新增无障碍(A11y)支持