docs: fixes changelog

This commit is contained in:
07akioni 2024-12-20 14:03:27 +08:00
parent 42fd812858
commit cfd807dd10
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# CHANGELOG
## NEXT_VERSION
`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
`2024-12-02`

View File

@ -2,9 +2,12 @@
## NEXT_VERSION
`2024-12-20`
### 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-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