Selaa lähdekoodia

docs(changelog): v2.67.1 update

林艳 1 vuosi sitten
vanhempi
sitoutus
c15bdf7f84
2 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 6 0
      content/start/changelog/index.md

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

@@ -16,6 +16,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.67.1 (2024-10-11)
+- 【Fix】
+    - fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
+    - fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67)  [#2521 ](https://github.com/DouyinFE/semi-design/issues/2521)
+    - Fixed the issue that Rspack plugin does not work on win32 platform
+
 #### 🎉 2.67.0 (2024-09-27)
 - 【Fix】
     - Fix Typography error in omitting calculation when the strong attribute is true [@pandoralink](https://github.com/pandoralink) [#2506](https://github.com/DouyinFE/semi-design/pull/2506)

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

@@ -13,6 +13,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.67.1 (2024-10-11)
+- 【Fix】
+    - 修复 Select 通过 method close 方法关闭弹层后,点击外部区域无法移除聚焦样式问题 [#2466](https://github.com/DouyinFE/semi-design/pull/2466)
+    - 修复 DatePicker 在受控状态下选择后,第一次打开面板选中态未展示问题(影响 v2.64 ~ v2.67)  [#2521 ](https://github.com/DouyinFE/semi-design/issues/2521) [#2522](https://github.com/DouyinFE/semi-design/pull/2522)
+    - 修复 Rspack plugin 在 win32 平台不生效的问题 [#2517](https://github.com/DouyinFE/semi-design/pull/2517)
+
 #### 🎉 2.67.0 (2024-09-27)
 - 【Fix】
     - 修复 Typography 在 strong 属性为 true 时,省略计算存在误差问题 [@pandoralink](https://github.com/pandoralink) [#2506](https://github.com/DouyinFE/semi-design/pull/2506)