Browse Source

docs: add changelog

DaiQiangReal 3 years ago
parent
commit
d7467d5b1d
2 changed files with 8 additions and 8 deletions
  1. 3 3
      content/start/changelog/index-en-US.md
  2. 5 5
      content/start/changelog/index.md

+ 3 - 3
content/start/changelog/index-en-US.md

@@ -16,8 +16,8 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
-#### 🎉 2.19.0 (2022-9-9)
-- 【fix】
+#### 🎉 2.19.0 (2022-09-09)
+- 【Fix】
     - fix the issue that the keyboard focus style is blocked after the Anchor spacing can trigger the selection
     - fixed the issue that the Select onblur event was not triggered when the panel was closed
     - fix Anchor spacing in front of anchor text cannot trigger selection [@edc-hui](https://github.com/edc-hui)
@@ -25,7 +25,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - fix the problem that Input onEnterPress event does not take effect when using Input in DropDown
     - fix the problem that tagGroup pollutes incoming tagList data  [#1107 ](https://github.com/DouyinFE/semi-design/issues/1107)
     - fix DatePicker time will be set 8:00 when switch month and type is dateTime [@rojer95](https://github.com/rojer95)
-- 【chore】
+- 【Chore】
     - Remove corejs deps in semi-foundation semi-ui.
 
 

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

@@ -16,16 +16,16 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
-#### 🎉 2.19.0 (2022-9-9)
-- 【fix】
+#### 🎉 2.19.0 (2022-09-09)
+- 【Fix】
     - 修复 Anchor 间距可触发选中后,键盘聚焦样式被遮挡问题
     - 修复面板关闭时, Select onblur事件未被触发问题
     - 修复锚点组件的子节点单行文本前面的空白处,点击不能选中的问题 [@edc-hui](https://github.com/edc-hui)
     - 修复 Calendar weekStartsOn 改变后,事件渲染的位置没有跟着改变问题
     - 修复在 DropDown 中使用 Input,Input onEnterPress 事件不生效问题
-    - 修复tagGroup污染传入tagList数据问题  [#1107 ](https://github.com/DouyinFE/semi-design/issues/1107)
-    - 修复 当 datepicker 的type为dateTime时,切换年月会导致时间部分被重置为8点  [@rojer95](https://github.com/rojer95)
-- 【chore】
+    - 修复 tagGroup 污染传入 tagList 数据问题  [#1107 ](https://github.com/DouyinFE/semi-design/issues/1107)
+    - 修复 当 datepicker 的 type  dateTime 时,切换年月会导致时间部分被重置为8点  [@rojer95](https://github.com/rojer95)
+- 【Chore】
     - 移除 semi-foundation 、semi-ui中的 corejs 依赖
 
 #### 🎉 2.19.0-beta.0 (2022-09-05)