diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index e8668ad8b6..b430968316 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification) --- +#### 🎉 2.55.3 (2024-04-01) +- 【Fix】 + - Fixed the problem that when onChangWithObject is turned on for Select multi-selection and value is controlled, the current value does not exist in the optionList, and the rendering is not re-executed after updating other properties in the value. + + #### 🎉 2.55.1 (2024-03-25) - 【Fix】 - Fix: Fix collapse & collapsible keepDOM failure problem (affects versions 2.54.0-beta.0 ~ 2.55.0) diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 338178e0f1..0442b0ee05 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 - 修订版本号(patch):仅会进行 bugfix,发布时间不限 - 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq) +#### 🎉 2.55.3 (2024-04-01) +- 【Fix】 + - 修复 Select 多选开启 onChangWithObject 且 value 受控,当前value 并不存在于 optionList 中,更新了 value中的其他属性后渲染未重新执行的问题 + #### 🎉 2.55.1 (2024-03-25) - 【Fix】 - Fix: 修复 collapse & collapsible keepDOM 失效的问题 (影响版本 2.54.0-beta.0 ~ 2.55.0)