Jelajahi Sumber

docs(changelog): v2.18.0 update

linyan 3 tahun lalu
induk
melakukan
59ea3fe04f
2 mengubah file dengan 23 tambahan dan 0 penghapusan
  1. 11 0
      content/start/changelog/index-en-US.md
  2. 12 0
      content/start/changelog/index.md

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

@@ -15,6 +15,17 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.18.0 (2022-08-26)
+- 【Feat】
+    - Add type API for Checkbox & Radio
+- 【Chore】
+    - Remove semi-animation-react's peerDependences : react-dom, react, prop-type; remove semi-next dependence: @types/next
+- 【Fix】
+    - Fix tabs collapse mode will flush in some screen  [#1039 ](https://github.com/DouyinFE/semi-design/issues/1039)
+    - Fix the left of the emptyContent parameter of Transfer does not take effect  [#1068 ](https://github.com/DouyinFE/semi-design/issues/1068)
+    - Fix use useFormApi to get null value problem under React 18 createRoot + strictMode  [#1063 ](https://github.com/DouyinFE/semi-design/issues/1063)
+- 【Docs】
+    -  Popover / Popconfirm / Dropdown added FAQ
 
 #### 🎉2.18.0-beta.0(2022-08-24)
 - 【Feat】

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

@@ -16,6 +16,18 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.18.0 (2022-08-26)
+- 【Feat】
+    - Checkbox & Radio 增加 type API
+- 【Chore】
+    - 移除semi-animation-react 的 peerDependences : react-dom、react、prop-type;移除 semi-next的 dependence: @types/next
+- 【Fix】
+    - 修复 Tabs collapse模式在某些宽度下会反复横跳,导致闪烁不停的问题  [#1039 ](https://github.com/DouyinFE/semi-design/issues/1039)
+    - 修复Transfer的emptyContent参数的left不生效  [#1068 ](https://github.com/DouyinFE/semi-design/issues/1068)
+    - 修复 React 18 createRoot + strictMode 严格模式下, 使用 useFormApi 得到空值问题  [#1063 ](https://github.com/DouyinFE/semi-design/issues/1063)
+- 【Docs】
+    -  Popover / Popconfirm / Dropdown 新增 FAQ
+
 #### 🎉2.18.0-beta.0(2022-08-24)
 - 【Feat】
     - Anchor、AutoComplete、Breadcrumb、Carousel、Cascader、Checkbox、DatePicker、Dropdown、Input、InputNumber、Navigation、Pagination、Radio、Rating、ScrollList、Select、SideSheet、Slider、Steps、Switch、Table、Tabs、TagInput、TimePicker、Transfer、Tree  26个组件增加动效相关设计变量 [#984](https://github.com/DouyinFE/semi-design/issues/984)