Browse Source

chore: update changelog

zhangyumei.0319 3 years ago
parent
commit
fb35c8b673

+ 1 - 1
content/basic/divider/index-en-US.md

@@ -1,6 +1,6 @@
 ---
 localeCode: en-US
-order: 0
+order: 10
 category: Basic
 title:  Divider
 icon: doc-divider

+ 1 - 1
content/basic/divider/index.md

@@ -1,6 +1,6 @@
 ---
 localeCode: zh-CN
-order: 0
+order: 10
 category: 基础类 
 title:  Divider 分割线 
 icon: doc-divider 

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

@@ -16,6 +16,16 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.9.0-beta.0 (2022-04-18)
+- 【Feat】
+    - New Component Divider. [#721](https://github.com/DouyinFE/semi-design/issues/721) [@ZeroCodeLin](https://github.com/ZeroCodeLin)
+    - Added support for ReactNode as key value for Descriptions' data prop [#734](https://github.com/DouyinFE/semi-design/issues/734) [@oddguan](https://github.com/oddguan)
+- 【Fix】
+    - Update the centering method of Avatar text content, from absolute positioning to centering by the parent layout [#774](https://github.com/DouyinFE/semi-design/issues/774)
+    - fix controlled slider component can still trigger value change by clicking track. [#768](https://github.com/DouyinFE/semi-design/issues/768)
+    - Fixed an issue where Badge could not be used with Tooltip [#761](https://github.com/DouyinFE/semi-design/issues/761) 
+    - fix validateStatus type check lack success [#746](https://github.com/DouyinFE/semi-design/issues/746) [@rojer95](https://github.com/rojer95)
+
 #### 🎉 2.8.0 (2022-04-08)
 - 【Fix】
     - Upgrade the react-sortable-hoc version (v1.11.0 -> v2.0.0) that @douyinfe/semi-ui depends on, to solve the problem of unmeet peerDependency when using react 17 in the pnpm scenario, the react version is not satisfie,  [#747](https://github.com/DouyinFE/semi-design/issues/747)

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

@@ -15,6 +15,16 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.9.0-beta.0 (2022-04-18)
+- 【Feat】
+    - 新增分割线组件 [#721](https://github.com/DouyinFE/semi-design/issues/721) [@ZeroCodeLin](https://github.com/ZeroCodeLin)
+    - Description 组件的 data 键值支持传入 ReactNode [#734](https://github.com/DouyinFE/semi-design/issues/734) [@oddguan](https://github.com/oddguan)
+- 【Fix】
+    - 更新 Avatar 文本内容居中方式,由绝对定位改为由父级布局居中 [#774](https://github.com/DouyinFE/semi-design/issues/774)
+    - 修复Slider组件受控情况下点击滑轨部分仍然可以触发值变更的问题 [#768](https://github.com/DouyinFE/semi-design/issues/768)
+    - 修复 Badge 不能搭配 Tooltip使用的问题 [#761](https://github.com/DouyinFE/semi-design/issues/761) 
+    - 修复validateStatus类型检查缺少success  [#746](https://github.com/DouyinFE/semi-design/issues/746) [@rojer95](https://github.com/rojer95)
+
 #### 🎉 2.8.0 (2022-04-08)
 - 【Fix】
     - 升级 @douyinfe/semi-ui 依赖的react-sortable-hoc版本(v1.11.0 -> v2.0.0),解决 pnpm场景下使用react 17时,由于unmeet peerDependency 中 react版本未满足的报错问题,  [#747](https://github.com/DouyinFE/semi-design/issues/747)

+ 2 - 2
yarn.lock

@@ -2429,7 +2429,7 @@
     memoize-one "^5.2.1"
     scroll-into-view-if-needed "^2.2.24"
 
-"@douyinfe/[email protected]", "@douyinfe/semi-icons@^2.0.0", "@douyinfe/semi-icons@latest":
+"@douyinfe/[email protected]", "@douyinfe/semi-icons@latest":
   version "2.7.1"
   resolved "https://registry.yarnpkg.com/@douyinfe/semi-icons/-/semi-icons-2.7.1.tgz#c1df33e6f7b2c90e27c5318c2882b1ae8f275f21"
   integrity sha512-SGUMFZgueuVGJrLuqbGY4qRMVL+K8scLzePb6uVLudi2/f3V1A1czvV9f/7NYfzW1+t30i3CPRz69yCJ2/qUYQ==
@@ -2507,7 +2507,7 @@
   dependencies:
     glob "^7.1.6"
 
-"@douyinfe/semi-ui@^2.0.0", "@douyinfe/semi-ui@latest":
+"@douyinfe/semi-ui@latest":
   version "2.7.1"
   resolved "https://registry.yarnpkg.com/@douyinfe/semi-ui/-/semi-ui-2.7.1.tgz#a7af7c8ce9654209aa33db58ef353732496f52a3"
   integrity sha512-D/2K7mc8chb4BQ7lRMn4h5vxBDp8aX4l3v0UOxvvuKRu1xkUOjrdDxncN1DnmLQmV8fPSyWy7vZ2MVa/erixQw==