Browse Source

docs: Table break-word breaking change log

shijia.me 2 years ago
parent
commit
3933b5dee2
2 changed files with 10 additions and 5 deletions
  1. 8 5
      content/start/changelog/index-en-US.md
  2. 2 0
      content/start/changelog/index.md

+ 8 - 5
content/start/changelog/index-en-US.md

@@ -254,12 +254,15 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 - 【Style】
   - The default word wrap style of Table text is changed from break-all to break-word  [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
   - Changed the spacing between icon and text in BreadCrumb from 8px to 4px(Affects v2.0.0~v2.33.1)
-  
+- 【Breaking Change】
+  - **In order to solve the word wrapping problem, the Table word break style is modified from break-all to break-word. If a column of a non-fixed table is set to a fixed width, the cell text in this column will originally be folded, but will now be stretched and displayed, causing the width of other columns to be reduced** [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
+
+
 #### 🎉 2.33.1 (2023-04-21)
--【Fix】
-     - Fixed the issue that Popover StopPropagation did not stop the bubbling of the focus and blur triggered in the Portal layer [#1557](https://github.com/DouyinFE/semi-design/pull/1559)
-     - Fix the problem of Input reporting error about noBg props, the scope of influence is 2.33.0-beta.0 - 2.33.0
-     - Fix Fix the indent problem when Table hideExpandedColumn is false [#1556](https://github.com/DouyinFE/semi-design/issues/1556)
+- 【Fix】
+    - Fixed the issue that Popover StopPropagation did not stop the bubbling of the focus and blur triggered in the Portal layer [#1557](https://github.com/DouyinFE/semi-design/pull/1559)
+    - Fix the problem of Input reporting error about noBg props, the scope of influence is 2.33.0-beta.0 - 2.33.0
+    - Fix Fix the indent problem when Table hideExpandedColumn is false [#1556](https://github.com/DouyinFE/semi-design/issues/1556)
 
 #### 🎉 2.33.0 (2023-04-14)
 - 【Fix】

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

@@ -258,6 +258,8 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
   - Typography resize后可能会丢失省略 [@marshcat0](https://github.com/marshcat0)
   - Typography resize后展开状态可能会被变成折叠 [@marshcat0](https://github.com/marshcat0)
   - Typography 展开按钮可能会在不需要折叠时出现 [@marshcat0](https://github.com/marshcat0)
+- 【Breaking Change】
+  - **为了解决单词换行问题,Table 换行样式从 break-all 修改为 break-word。如果非 fixed 表格某列设置固定了宽度,原来这一列的单元格文本会折行,现在会撑开展示,导致其他列宽度减少** [#1318](https://github.com/DouyinFE/semi-design/issues/1318)
 
 #### 🎉 2.33.1 (2023-04-21)
 - 【Fix】