Browse Source

docs: update changelog

pointhalo 2 years ago
parent
commit
911758ce3b
2 changed files with 2 additions and 0 deletions
  1. 1 0
      content/start/changelog/index-en-US.md
  2. 1 0
      content/start/changelog/index.md

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

@@ -21,6 +21,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - Fix the problem of the `Input` component reporting style props error in React 18 + NextJS SSR environment [#1262](https://github.com/DouyinFE/semi-design/issues/1262) [#1181](https://github.com/DouyinFE/semi-design/issues/1181)
 - 【Style】
     - Fixed the problem that the spacing between the last line and other lines was inconsistent when there were multiple lines of content in `TagInput` [#1263](https://github.com/DouyinFE/semi-design/pull/1263)
+    - Fixed the problem that  Form Label lost padding right(effect version v2.23.1) [#1258](https://github.com/DouyinFE/semi-design/pull/1258)
     - The Switch component Design Token is updated, adding `$spacing-switch_knob-left`; `$motion-switch_unchecked-translateX` is corrected to more semantically `$spacing-switch_unchecked-translateX` [#1267](https://github.com/DouyinFE/semi-design/pull/1267)
 
 #### 🎉 2.23.1 (2022-11-11)

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

@@ -21,6 +21,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
     - 修复 React 18 + NextJS SSR 环境下 Input 组件关于 style props报错的问题 [#1262](https://github.com/DouyinFE/semi-design/issues/1262) [#1181](https://github.com/DouyinFE/semi-design/issues/1181)
 - 【Style】
     - 修复 TagInput 中多行内容时,最后一行与其他行行间距不一致的问题 [#1263](https://github.com/DouyinFE/semi-design/pull/1263)
+    - 修复 Form Label 标签右侧边距丢失的问题(影响范围 v2.23.1) [#1258](https://github.com/DouyinFE/semi-design/pull/1258)
     - Switch 组件 Design Token更新,新增 `$spacing-switch_knob-left`;`$motion-switch_unchecked-translateX`更正为更符合语义的 `$spacing-switch_unchecked-translateX`; [#1267](https://github.com/DouyinFE/semi-design/pull/1267)
 
 #### 🎉 2.23.1 (2022-11-11)