docs(changelog): missing mention component changes

This commit is contained in:
07akioni 2024-08-11 19:57:36 +08:00
parent a417ee4115
commit 389099c25c
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- Fix `n-badge` unable to mask focus element border, closes [#5929](https://github.com/tusen-ai/naive-ui/issues/5929)
- Fix `n-button` font-weight CSS variable name error, closes [#5922](https://github.com/tusen-ai/naive-ui/issues/5922)
- Fix `n-icon`'s `component` prop not accepting FunctionalComponent.
- Fix `n-mention`'s panel is misplaced if `placement` is set to `'top'` or padding is set to component's style, closes [#6241](https://github.com/tusen-ai/naive-ui/issues/6241).
### Features

View File

@ -20,6 +20,7 @@
- 修复 `n-badge` 中无法遮盖聚焦元素边框问题,关闭 [#5929](https://github.com/tusen-ai/naive-ui/issues/5929)
- 修复 `n-button` font-weight CSS 变量名错误的问题,关闭 [#5922](https://github.com/tusen-ai/naive-ui/issues/5922)
- 修复 `n-icon``component` 属性不接受 FunctionalComponent 问题
- 修复 `n-mention` 的面板在 `placement` 设为 `'top'` 或者组件设定的 padding 的时候位置有问题,关闭 [#6241](https://github.com/tusen-ai/naive-ui/issues/6241)
### Features