浏览代码

docs(changelog): v2.28.0 update

linyan 2 年之前
父节点
当前提交
615de77738
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -15,6 +15,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 
 ---
 ---
+#### 🎉 2.28.0 (2023-01-18)
+- 【Fix】
+    - fix the incomplete type of TagInput showContentTooltip
+    - fix the problem that the scroll bar behaves inconsistently when the TimePicker selection mode is normal and wheel [@frowhy](https://github.com/frowhy)
 #### 🎉 2.28.0-beta.1 (2023-01-17)
 #### 🎉 2.28.0-beta.1 (2023-01-17)
 - 【Feat】
 - 【Feat】
     - Select adds expandRestTagsOnClick API, the default value is false, in the case of multiple selection and maxTagCount exists, the remaining tags can be displayed when the panel is opened [#1353](https://github.com/DouyinFE/semi-design/pull/1353)
     - Select adds expandRestTagsOnClick API, the default value is false, in the case of multiple selection and maxTagCount exists, the remaining tags can be displayed when the panel is opened [#1353](https://github.com/DouyinFE/semi-design/pull/1353)

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

@@ -15,6 +15,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 
 
 ---
 ---
+#### 🎉 2.28.0 (2023-01-18)
+- 【Fix】
+    - 修复 TagInput showContentTooltip 类型不完整问题
+    - 修复 TimePicker 选择模式为 normal 和 wheel 时, 滚动条表现不一致问题 [@frowhy](https://github.com/frowhy)
+
 #### 🎉 2.28.0-beta.1 (2023-01-17)
 #### 🎉 2.28.0-beta.1 (2023-01-17)
 - 【Feat】
 - 【Feat】
     - Select 新增 expandRestTagsOnClick API,默认值为 false,在多选且 maxTagCount 存在情况下,打开面板状态下可以展示剩余 tag [#1353](https://github.com/DouyinFE/semi-design/pull/1353)
     - Select 新增 expandRestTagsOnClick API,默认值为 false,在多选且 maxTagCount 存在情况下,打开面板状态下可以展示剩余 tag [#1353](https://github.com/DouyinFE/semi-design/pull/1353)