Explorar o código

docs(changelog): v2.7.1

走鹃 %!s(int64=3) %!d(string=hai) anos
pai
achega
28fa9282ec
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 5 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -16,6 +16,11 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.7.1 (2022-03-30)
+- 【Fix】
+    - Fixed focus style issue after Button is clicked (Affects 2.5.0 ~ 2.7.0, there is a problem with Safari compatibility, its behavior is the same as before 2.5.0) [#730](https://github.com/DouyinFE/semi-design/pull/730)
+    - Fixed Tooltip still execute `setState` after component unmounted  [#727](https://github.com/DouyinFE/semi-design/issues/727)
+
 #### 🎉 2.7.0 (2022-03-25)
 - 【Chore】
     - useFormApi add generic support [@so2liu](https://github.com/so2liu)

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

@@ -15,6 +15,11 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.7.1 (2022-03-30)
+- 【Fix】
+    - 修复 Button 点击后聚焦样式问题(影响2.5.0 ~ 2.7.0,Safari 兼容性有问题,其行为与 2.5.0 之前一致)[#730](https://github.com/DouyinFE/semi-design/pull/730)
+    - 修复 Tooltip 在组件卸载后仍然执行 setState 问题  [#727](https://github.com/DouyinFE/semi-design/issues/727)
+
 #### 🎉 2.7.0 (2022-03-25)
 - 【Perf】
     - 优化 Select多选且配置了 maxTagCount时,renderSelectedItem的执行次数 [#709](https://github.com/DouyinFE/semi-design/issues/709)