From ed63c48a4978f51a6bb63bbd11a214b89e6b0683 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Fri, 20 Dec 2024 14:03:27 +0800 Subject: [PATCH] docs: fixes changelog --- CHANGELOG.en-US.md | 11 ++++++++++- CHANGELOG.zh-CN.md | 12 ++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index eb2d86558..5119ec454 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -4,7 +4,16 @@ ### Fixes -- Fix `n-data-table` multiple expandTrigger with tree data. +- Fix `n-data-table` may have multiple expand trigger with tree data. + +## 2.40.4 + +`2024-12-20` + +### Fixes + +- Fix `inset` CSS property caused compatibility issues in some browsers, closes [#6604](https://github.com/tusen-ai/naive-ui/issues/6604),close [#6602](https://github.com/tusen-ai/naive-ui/issues/6602). +- Fix memory leak problem when used with new version of vue. Note: After the fix you may still find memory leak in Chrome >= 129, since they introduced a bug, see https://github.com/vuejs/core/issues/12306, https://issues.chromium.org/issues/376777343 ## 2.40.3 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a87d06bfc..500caefae 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -4,8 +4,16 @@ ### Fixes -- 修复 `n-scrollbar`、`n-float-button`、`n-float-button-group`、`n-popover` 组件中的 `inset` 属性在部分浏览器中有兼容性问题,close [#6604](https://github.com/tusen-ai/naive-ui/issues/6604),close [#6602](https://github.com/tusen-ai/naive-ui/issues/6602) -- 修复 `n-data-table`在使用树形数据的时候出现多个扩展icon的问题 +- 修复 `n-data-table` 在使用树形数据的时候出现多个展开 icon + +## 2.40.4 + +`2024-12-20` + +### Fixes + +- 修复 `n-scrollbar`、`n-float-button`、`n-float-button-group`、`n-popover` 组件中的 `inset` 属性在部分浏览器中有兼容性问题,关闭 [#6604](https://github.com/tusen-ai/naive-ui/issues/6604),关闭 [#6602](https://github.com/tusen-ai/naive-ui/issues/6602) +- 修复和较新版本 vue 配合使用时的内存泄露问题。注意:修复后你可能仍然会在 Chrome >= 129 中发现内存泄漏,因为他们引入了一个 bug,参考:https://github.com/vuejs/core/issues/12306 https://issues.chromium.org/issues/376777343 ## 2.40.3