Browse Source

docs: update changelog

linyan 2 years ago
parent
commit
bf611be8ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      content/start/changelog/index-en-US.md
  2. 1 1
      content/start/changelog/index.md

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

@@ -32,7 +32,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
   - TreeSelect has added a clickTriggerToHide parameter to support setting whether to click the Trigger part to trigger the panel to close when the panel is open
   - DatePicker support open, close, focus, blur methods and onClickOutside callback  [#566](https://github.com/DouyinFE/semi-design/issues/566)
 - 【Fix】
-  - fix the problem that the style of the shortcut selection panel for DatePicker type month is not as expected
+  - fix the problem that the style of the shortcut selection panel for DatePicker type month is not as expected, fix the problem that inconsistent panel width before and after enabling insetInput
   - Change the initial setting of the state in the constructor in Switch to avoid unexpected animations when used in other components
 
 #### 🎉 2.31.3 (2023-03-31)

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

@@ -31,7 +31,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
   - TreeSelect 新增 clickTriggerToHide 参数支持设置在面板打开状态下,点击 Trigger 部分是否触发面板关闭
   - DatePicker 支持 open、close、focus、blur 方法和 onClickOutside 回调  [#566](https://github.com/DouyinFE/semi-design/issues/566)
 - 【Fix】
-  - 修复 DatePicker type month 开启上下方位快捷选择面板样式不符合预期问题
+  - 修复 DatePicker type month 开启上下方位快捷选择面板样式不符合预期问题, 开启 insetInput 前后面板宽度不一致问题
   - 更改 Switch 中 state 在 constructor 中的初始设置,避免在其他组件中使用时候出现不符合预期的动画