Browse Source

docs: update changelog

pointhalo 3 years ago
parent
commit
1774dbd3a6
2 changed files with 8 additions and 1 deletions
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 4 1
      content/start/changelog/index.md

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

@@ -17,6 +17,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 ---
 
 
+#### 🎉 2.15.1 (2022-07-19)
+    - Fix the problem that @douyinfe/semi-illustrations failed to shaking [#961](https://github.com/DouyinFE/semi-design/issues/961)
+    - Fix the warning that the name of the custom attribute data-popupId is not lowercase [#969](https://github.com/DouyinFE/semi-design/issues/969)(影响范围 2.15.0)
+
 #### 🎉 2.15.0 (2022-07-15)
 - 【Fix】
     - Fixed the problem that when TreeSelect/Tree in multi-select state is wrapped by CheckboxGroup, clicking any option will cause all options to be displayed as selected [#750](https://github.com/DouyinFE/semi-design/issues/750)

+ 4 - 1
content/start/changelog/index.md

@@ -16,10 +16,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.15.1 (2022-07-19)
+    - 修复 @douyinfe/semi-illustrations 插画按需加载失效的问题 [#961](https://github.com/DouyinFE/semi-design/issues/961)
+    - 修复自定义属性data-popupId名称没有小写导致的warning[#969](https://github.com/DouyinFE/semi-design/issues/969)(影响范围 2.15.0)
+
 #### 🎉 2.15.0 (2022-07-15)
 - 【Fix】
     - 修复多选状态下的TreeSelect/Tree被CheckboxGroup包裹后,点击任何选项将所有选项显示为被选中的问题,  [#750](https://github.com/DouyinFE/semi-design/issues/750)
-    - 修复 @douyinfe/semi-illustrations 插画按需加载失效的问题 [#961](https://github.com/DouyinFE/semi-design/issues/961)
     - 修复 DatePicker 在 triggerRender 范围选择场景选择日期交互问题 [#676](https://github.com/DouyinFE/semi-design/issues/676)
 
 #### 🎉 2.15.0-beta.0 (2022-07-11)