Browse Source

docs(changelog): v2.14.0-beta.0 update

zhangyumei.0319 3 years ago
parent
commit
59d072df76
2 changed files with 32 additions and 0 deletions
  1. 16 0
      content/start/changelog/index-en-US.md
  2. 16 0
      content/start/changelog/index.md

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

@@ -16,6 +16,22 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.14.0-beta.0 (2022-06-28)
+- 【Feat】
+    - Input Added A11y keyboard adaptation  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - Avatar adds A11y focus and keyboard adaptation [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - Radio adds A11y focus and keyboard adaptation [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - AutoComplete optimize A11y keyboard adaptation  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+- 【Fix】
+    - Fixed Input passing defaultValue will report an error [#537](https://github.com/DouyinFE/semi-design/issues/537)
+    - fix when setting collapsible = true, TabBar appears arrow when Tabs is scrolled out of viewport
+    - Fix some component foundation contains React related type definition problem  [#923](https://github.com/DouyinFE/semi-design/issues/923)
+- 【Breaking Change】
+    - The password button in Input is changed to be always displayed, and it was displayed when the input was hover or focus  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+- 【Style】
+    - Fix TagInput suffix text color, changed from --semi-color-text-1 to --semi-color-text-2
+    - Updated the secondary global color variable, and changed the referenced color scale from blue to light-blue. Before the modification, the secondary color variable was the same as the primary. After the modification, the visual contrast was weaker than the primary. Button, Badge, Steps, Dropdown components are affected.
+
 #### 🎉 2.13.0 (2022-06-20)
 - 【Fix】
     - Fixed the problem that Cascader crashes when the value passed in is undefined after setting onChange WithObject, multiple,  [#905](https://github.com/DouyinFE/semi-design/issues/905)

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

@@ -15,6 +15,22 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.14.0-beta.0 (2022-06-28)
+- 【Feat】
+    - Input 新增 A11y 键盘适配  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - Avatar 新增 A11y 焦点及键盘适配  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - Radio 新增 A11y 焦点及键盘适配 [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - AutoComplete A11y 优化键盘适配  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+- 【Fix】
+    - 修复 Input 传 defaultValue 会报错问题 [#537](https://github.com/DouyinFE/semi-design/issues/537)
+    - 修复设置collapsible = true时,Tabs滚动到视窗外时TabBar出现箭头
+    - 修复部分组件 foundation 中包含 React 相关类型定义问题  [#923](https://github.com/DouyinFE/semi-design/issues/923)
+- 【Breaking Change】
+    - Input 中的密码按钮改为常显,之前是 hover 或 focus 输入框时显示  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+- 【Style】
+    - 修复 TagInput suffix 文本颜色,从 --semi-color-text-1 修改为 --semi-color-text-2
+    - 更新了 secondary 全局颜色变量,将引用的色阶由 blue 改为 light-blue,修改前 secondary 颜色变量与 primary 相同,修改后视觉上对比度弱于 primary。Button、Badge、Steps、Dropdown 组件受影响。
+
 #### 🎉 2.13.0 (2022-06-20)
 - 【Fix】
     - 修复当设置onChangeWithObject,mutiple后,value传入的值为undefined时时,Cascader 崩溃的问题。(影响范围 v2.0.4 - v 2.12.0)[#905](https://github.com/DouyinFE/semi-design/issues/905)