Browse Source

chore: add changelog

DaiQiangReal 3 years ago
parent
commit
23d1fc453d
2 changed files with 9 additions and 0 deletions
  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

@@ -16,6 +16,10 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.12.0 (2022-06-06)
+- 【Fix】
+    - Fix the issue that the last item style is abnormal when Timeline is nested [#865](https://github.com/DouyinFE/semi-design/issues/865)
+
 #### 🎉 2.12.0-beta.5 (2022-05-31)
 - 【Fix】
     - Fix the problem that Tooltip, Popover, Select and other components with floating layers will flicker when they are used under React 1 [#715](https://github.com/DouyinFE/semi-design/issues/715)

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

@@ -15,6 +15,11 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.12.0 (2022-06-06)
+- 【Fix】
+    - 修复 Timeline 嵌套使用时最后一项样式异常的问题 [#865](https://github.com/DouyinFE/semi-design/issues/865)
+   
+
 #### 🎉 2.12.0-beta.5 (2022-05-31)
 - 【Fix】
     - 修复 Tooltip、Popover、Select等带浮层组件,在 React 18 下使用,关闭时会闪烁的问题 [#715](https://github.com/DouyinFE/semi-design/issues/715)