Browse Source

chore: add docs

代强 3 years ago
parent
commit
91e6f81291
2 changed files with 26 additions and 0 deletions
  1. 12 0
      content/start/changelog/index-en-US.md
  2. 14 0
      content/start/changelog/index.md

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

@@ -16,6 +16,18 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.25.0-beta.0 (2022-12-06)
+- 【Fix】
+  - fix the problem that the height display is incorrect when the virtualized Table has no data
+  - fix tooltip flush when setting opacity through style
+- 【Feat】
+  - Select、Cascader、Input、InputNumber、TreeSelect、AutoComplete、Datepicker、TImepicker add clearIcon, allow override default clear icon,  [#1309 ](https://github.com/DouyinFE/semi-design/issues/1309)
+  - Cascader、Select、DatePicker、TimePicker、TreeSelect add dropdownMargin ,Dropdown、Popover add margin ,use same as tooltip margin
+  - The TimePicker component whose type is timeRange supports passing in panelHeader and panelFooter in array format to set different headers and bottoms. https://github.com/DouyinFE/semi-design/issues/1316 [@zk8080](https://github.com/zk8080)
+- 【Style】
+  - Tag close button add hover and active color
+  - Optimize the display method of Tag when the content exceeds the length, and automatically omit it  [@SyMind](https://github.com/SyMind)
+
 #### 🎉 2.24.3 (2022-12-05)
 - 【Chore】
     - Improve type define of Form HOC : `withFormState`、`withFormApi`  [#1323](https://github.com/DouyinFE/semi-design/pull/1323)

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

@@ -16,6 +16,20 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+
+#### 🎉 2.25.0-beta.0 (2022-12-06)
+- 【Fix】
+  - 修复虚拟化 Table 无数据时高度展示不正确问题
+  - 修复 Tooltip 通过 style 定制 opacity 透明度时可能导致的闪烁的问题
+- 【Feat】
+  - Select、Cascader、Input、InputNumber、TreeSelect、AutoComplete、Datepicker、TimePicker 增加 clearIcon,允许覆盖清除按钮,  [#1309 ](https://github.com/DouyinFE/semi-design/issues/1309)
+  - Cascader、Select、DatePicker、TimePicker、TreeSelect 增加 dropdownMargin 配置,Dropdown、Popover增加 margin 配置,作用同 tooltip margin
+  - type为timeRange的TimePicker组件,支持传入数组格式的panelHeader和panelFooter来设置不同的头部和底部。https://github.com/DouyinFE/semi-design/issues/1316 [@zk8080](https://github.com/zk8080)
+- 【Style】
+  - Tag 关闭按钮增加 hover 态和 active 态颜色
+  - 优化 Tag 在内容超出长度时的展示方式,自动省略  [@SyMind](https://github.com/SyMind)
+
+
 #### 🎉 2.24.3 (2022-12-05)
 - 【Chore】
     - 优化 Form HOC:`withFormState`、`withFormApi`的类型定义  [#1323](https://github.com/DouyinFE/semi-design/pull/1323)