Kaynağa Gözat

docs(changelog): v2.4.0-beta.0

走鹃 3 yıl önce
ebeveyn
işleme
acb3997e6b

+ 9 - 6
content/start/changelog/index-en-US.md

@@ -16,13 +16,16 @@ Version:Major.Minor.Patch
 
 ---
 
-#### 🎉 2.3.1 (2022-01-21)
-- 【Chore】
-    - Fix List component pass the datasource props, the renderItem function params of item missing the type defined [#393](https://github.com/DouyinFE/semi-design/issues/393) [@chenc041](https://github.com/chenc041)
-    - Fix Dropdown props menu type definition
+#### 🎉 2.4.0-beta.0 (2022-01-28)
+- 【Feat】
+    - TimePicker add support for `onChangeWithDateFirst` API  [#555](https://github.com/DouyinFE/semi-design/issues/555)
 - 【Fix】
-    - Fixed warning when InputNumber given defaultValue [#537](https://github.com/DouyinFE/semi-design/issues/537) [@chenc041](https://github.com/chenc041)
-
+    - Fixed the problem that when Select is customized using `renderCreateItem`, the new option needs to be clicked twice  [#574](https://github.com/DouyinFE/semi-design/issues/574)
+    - Fixed InputNumber button right click bug  [#540](https://github.com/DouyinFE/semi-design/issues/540)
+    - Fixed page back to one when Table `columns` change bug  [#381](https://github.com/DouyinFE/semi-design/issues/381)
+    - Fixed the jitter of scrolling items when Tree uses both `virtualize` and `renderFullLabel`  [#527](https://github.com/DouyinFE/semi-design/issues/527)
+- 【Style】
+    - Fixed TextArea `readonly` hover cursor style bug [@chenc041](https://github.com/chenc041) [#535](https://github.com/DouyinFE/semi-design/issues/535)
 
 #### 🎉 2.3.0 (2022-01-14)
 - 【Fix】

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

@@ -15,6 +15,17 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.4.0-beta.0 (2022-01-28)
+- 【Feat】
+    - TimePicker 支持 `onChangeWithDateFirst` API  [#555](https://github.com/DouyinFE/semi-design/issues/555)
+- 【Fix】
+    - 修复 Select 使用 renderCreateItem 自定义时,新建选项需要点击两次的问题  [#574](https://github.com/DouyinFE/semi-design/issues/574)
+    - 修复 InputNumber 按钮右键点击时数字自动增/减问题  [#540](https://github.com/DouyinFE/semi-design/issues/540)
+    - 修复 Table columns 变化后分页器返回到第一页问题  [#381](https://github.com/DouyinFE/semi-design/issues/381)
+    - 修复 Tree 同时使用虚拟化和 renderFullLabel 时,滚动项目发生抖动的问题  [#527](https://github.com/DouyinFE/semi-design/issues/527)
+- 【Style】
+    - 修复 TextArea readonly 模式下光标显示为禁用问题 [@chenc041](https://github.com/chenc041)  [#535](https://github.com/DouyinFE/semi-design/issues/535)
+
 #### 🎉 2.3.1 (2022-01-21)
 - 【Chore】
     - 修复 List 组件传递 datasource 属性时, renderItem 类型丢失 [#393](https://github.com/DouyinFE/semi-design/issues/393) [@chenc041](https://github.com/chenc041)