Selaa lähdekoodia

docs: update changelog v2.4.1

pointhalo 3 vuotta sitten
vanhempi
sitoutus
1ff3ec7fdf
2 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 7 0
      content/start/changelog/index-en-US.md
  2. 6 0
      content/start/changelog/index.md

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

@@ -16,6 +16,13 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.4.1 (2022-2-16)
+- 【Fix】
+    - `@douyinfe/semi-ui` Add dependency declaration: `@douyinfe/semi-animation` to avoid the problem of missing dependency declarations that may exist in pnpm scenarios [#626](https://github.com/DouyinFE/semi-design/issues/626)
+    - Avoid waring about passing insetLabelId/onChangeWithDateFirst to origin input/text dom in component Form.Input/TextArea/TimePicker [#624](https://github.com/DouyinFE/semi-design/issues/624)
+- 【Style】
+    - Optimize TagInput component Sass variable reference relationship [@Carlosfengv](https://github.com/Carlosfengv)
+
 #### 🎉 2.4.0 (2022-2-11)
 - 【Fix】
     - TimePicker crash issue  [#585](https://github.com/DouyinFE/semi-design/issues/585)

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

@@ -15,6 +15,12 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.4.1 (2022-2-16)
+- 【Fix】
+    - @douyinfe/semi-ui 添加 dependency声明:@douyinfe/semi-animation,避免在 pnpm 场景下可能存在的依赖声明缺失问题 [#626](https://github.com/DouyinFE/semi-design/issues/626)
+    - 修复使用 Form.Input/TextArea 且labelPosition设置为inset时,insetLabelId 被意外透传至 input/textarea dom上导致 warning 的问题,修复TimePicker onChangeWithDateFirst 被意外透传至 input dom上导致 warning 的问题 [#624](https://github.com/DouyinFE/semi-design/issues/624)
+- 【Style】
+    - 优化 TagInput 组件样式变量引用关系 [@Carlosfengv](https://github.com/Carlosfengv)
 #### 🎉 2.4.0 (2022-02-11)
 - 【Fix】
     - TimePicker 崩溃问题  [#585](https://github.com/DouyinFE/semi-design/issues/585)