Browse Source

docs(changelog): v2.26.0 update

linyan 2 years ago
parent
commit
c8723f4e75
2 changed files with 10 additions and 0 deletions
  1. 5 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

+ 5 - 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.26.0 (2022-12-27)
+- 【Fix】
+    - fix the problem that when TagInput is input in Chinese, the length of pinyin will be used to judge whether it exceeds maxLength  [#1347 ](https://github.com/DouyinFE/semi-design/issues/1347)
 
 #### 🎉 2.26.0-beta.0 (2022-12-19)
 - 【Fix】
@@ -30,6 +33,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - fix the wrong style of TagInput when it is draggable [#1339](https://github.com/DouyinFE/semi-design/pull/1339)
     - fix the problem that the same element id in different svgs in semi-icons and semi-illustration display incorrectly when used at the same time [#1337](https://github.com/DouyinFE/semi-design/pull/1337)
     - fix the problem that there is still a drop-down box when the option in Select is empty and emptyContent=null [#1340](https://github.com/DouyinFE/semi-design/pull/1340)
+    -fix the problem that react exceeds the maximum update depth when the number of items in OverflowList collapse mode is greater than 50
 
 
 #### 🎉 2.25.0 (2022-12-09)
@@ -116,6 +120,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - Fixed the issue that the Transfer/ TagInput in the pop-up layer disappeared when the dragged item was dragged  [#1149](https://github.com/DouyinFE/semi-design/issues/1149)
     - Correct the translation error of the Table pager when it is displayed in Vietnamese (vi_VN) [@MrFatMeow](https://github.com/MrFatMeow) [#1252](https://github.com/DouyinFE/semi-design/pull/1252)
     - fix the case that the Select and Tooltip components did not process the incoming NaN [@edc-hui](https://github.com/edc-hui)[#763](https://github.com/DouyinFE/semi-design/issues/763) 
+    - fixed the issue that Dropdown would trigger the screen to scroll to the top when the trigger is click
 - 【Style】
     - Updated Form component Design Token, `$spacing-form_label_small-paddingTop` is corrected to `$spacing-form_switch_rating_marginY`, and the useless `$spacing-form_label-paddingRight` is removed; Correct the more accurate description [#1258](https://github.com/DouyinFE/semi-design/pull/1258)
     - Updated Tabs component Design Token, adding the Token related to the collapsed arrow button, allowing to customize the style of the arrow buttons in Tabs separately [#1251](https://github.com/DouyinFE/semi-design/pull/1251)

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

@@ -15,6 +15,9 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.26.0 (2022-12-27)
+- 【Fix】
+    - 修复 TagInput 在中文输入时,会将拼音的长度用于判断是否超出 maxLength 的问题  [#1347 ](https://github.com/DouyinFE/semi-design/issues/1347)
 
 #### 🎉 2.26.0-beta.0 (2022-12-19)
 - 【Fix】
@@ -30,6 +33,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
     - 修复 TagInput 可拖动时样式错误问题 [#1339](https://github.com/DouyinFE/semi-design/pull/1339)
     - 修复 semi-icons 以及 semi-illustration 中不同 svg 中的元素 id 相同导致同时使用时显示有误问题 [#1337](https://github.com/DouyinFE/semi-design/pull/1337)
     - 修复当 Select 中选项为空,并且 emptyContent=null 时候仍然有下拉框的问题 [#1340](https://github.com/DouyinFE/semi-design/pull/1340)
+    - 修复 OverflowList collapse 模式下 item 数量大于50时会造成 react 超出最大更新深度问题
 
 
 #### 🎉 2.25.0 (2022-12-09)
@@ -117,6 +121,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
     - 更正 Table 分页器 在越南语 (vi_VN) 展示时翻译错误问题 [#1252](https://github.com/DouyinFE/semi-design/pull/1252) [@MrFatMeow](https://github.com/MrFatMeow) 
     - 修复 Select和Tooltip组件未处理props.value / props.rePosKey 传入NaN的情况 [#763](https://github.com/DouyinFE/semi-design/issues/763)  [@edc-hui](https://github.com/edc-hui)
     - 修复 SideSheet 中挂载 children 时机延迟的问题(影响版本 v2.22.beta.0 - v2.23.beta.0) [#1255](https://github.com/DouyinFE/semi-design/pull/1255)
+    - 修复 Dropdown 在 trigger 为 click 时,会触发屏幕滚动到顶部问题
 - 【Style】
     - Form 组件 Design Token更新,`$spacing-form_label_small-paddingTop` 修正为 `$spacing-form_switch_rating_marginY`,去掉无实际作用的 `$spacing-form_label-paddingRight`;更正更准确的中文描述 [#1258](https://github.com/DouyinFE/semi-design/pull/1258)
     - Tabs 组件 Design Token更新,增加折叠箭头按钮相关的 Token,允许单独对 Tabs中的箭头按钮定制样式 [#1251](https://github.com/DouyinFE/semi-design/pull/1251)