浏览代码

docs(changelog): v2.0.7

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

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

@@ -16,6 +16,15 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.0.7 (2021-11-10)
+- 【Style】
+  - Table Fixed the problem of table misalignment when there is a fixed column/header scenario, all columns are not set to width [#247](https://github.com/DouyinFE/semi-design/issues/247)
+
+
+#### 🎉 2.0.6 (2021-11-10)
+- 【Style】
+  - Table removed scrollbar column when there is a fixed column/header scenario by using the `overflow-y` to simulate the scrollbar [#164](https://github.com/DouyinFE/semi-design/issues/164)
+
 #### 🎉 2.0.5 (2021-11-09)
 - 【Style】
    - Fixed the border style issue when the Input component is hover [#204](https://github.com/DouyinFE/semi-design/issues/204)

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

@@ -15,6 +15,16 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.0.7 (2021-11-10)
+- 【Style】
+  - Table 修复了固定列/表头场景,所有列均不设置宽度时表格对不齐问题 [#247](https://github.com/DouyinFE/semi-design/issues/247)
+
+
+#### 🎉 2.0.6 (2021-11-10)
+- 【Style】
+  - Table 移除固定列/固定表头时在表头插入的滚动轴列,使用 overflow-y 方案模拟滚动轴 [#164](https://github.com/DouyinFE/semi-design/issues/164)
+
+
 #### 🎉 2.0.5 (2021-11-09)
 - 【Style】
   - 修复 Input 组件 hover 时 border 样式问题 [#204](https://github.com/DouyinFE/semi-design/issues/204)