Browse Source

docs(changelog): add missing changelog in 2.35.0

linyan 2 years ago
parent
commit
d7a2410a24
2 changed files with 2 additions and 0 deletions
  1. 1 0
      content/start/changelog/index-en-US.md
  2. 1 0
      content/start/changelog/index.md

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

@@ -19,6 +19,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 - 【Fix】
     - fix the problem that the Dropdown item is abnormal after switching tabs in collapsible Tabs
     - fix select is single select and renderSelectedItem, the placeholder is not displayed when the value is null
+    - fix the problem that the vertical slider click jump value is wrong in some situations
 
 #### 🎉 2.35.0-beta.0 (2023-05-10)
 - 【Fix】

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

@@ -17,6 +17,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 - 【Fix】
     - 修复 collapsible Tabs 切换 tab 后,Dropdown item 异常问题
     - 修复 select 单选和 renderSelectedItem 情况下,defaultValue 为 null 时不显示 placeholder 问题
+    - 修复部分情境下垂直 slider 点击跳转值错误的问题
 
 #### 🎉 2.35.0-beta.0 (2023-05-10)
 - 【Fix】