Просмотр исходного кода

docs(changelog): v2.71.3 update

林艳 10 месяцев назад
Родитель
Сommit
d0dc4fa800
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      content/start/changelog/index-en-US.md
  2. 1 1
      content/start/changelog/index.md

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

@@ -16,7 +16,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
-#### 🎉 2.72.1 (2024-12-17)
+#### 🎉 2.71.3 (2024-12-17)
 - 【Fix】
     - Fixed the problem of incorrect onChange callback result in Tree component treeDataSimpleJson mode  [#2508 ](https://github.com/DouyinFE/semi-design/issues/2508)
     - fixed the issue that the display of disabled subNavItem in vertical Navigation does not meet expectations when it is collapsed

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

@@ -13,7 +13,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
-#### 🎉 2.72.1 (2024-12-17)
+#### 🎉 2.71.3 (2024-12-17)
 - 【Fix】
     - 修复 Tree 组件 treeDataSimpleJson 模式下,onChange 回调结果错误问题  [#2508 ](https://github.com/DouyinFE/semi-design/issues/2508) [#2601](https://github.com/DouyinFE/semi-design/pull/2601)
     - 修复竖向 Navigation 在收起状态下 disabled subNavItem 展示不符合预期问题 [#2637](https://github.com/DouyinFE/semi-design/pull/2637)