Browse Source

chore: add change log

DaiQiangReal 3 years ago
parent
commit
bd283f631f
2 changed files with 25 additions and 0 deletions
  1. 13 0
      content/start/changelog/index-en-US.md
  2. 12 0
      content/start/changelog/index.md

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

@@ -16,6 +16,19 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.19.0 (2022-9-9)
+- 【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)
+    - fix the problem that the location of event rendering did not change after Calendar weekStartsOn was changed
+    - 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】
+    - Remove corejs deps in semi-foundation semi-ui.
+
+
 #### 🎉 2.19.0-beta.0 (2022-09-05)
 - 【Feat】
   - Popconfirm's onOk and onCancel support Promise type return value and close asynchronously [#1056](https://github.com/DouyinFE/semi-design/issues/1056)

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

@@ -16,6 +16,18 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.19.0 (2022-9-9)
+- 【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】
+    - 移除 semi-foundation 、semi-ui中的 corejs 依赖
+
 #### 🎉 2.19.0-beta.0 (2022-09-05)
 - 【Feat】
   - Popconfirm onOk、onCancel支持 Promise 类型返回值,异步关闭 [#1056 ](https://github.com/DouyinFE/semi-design/issues/1056)