docs(changelog): missing menu changelog

This commit is contained in:
07akioni 2024-07-29 00:11:29 +08:00
parent fafde97b66
commit fa725f45d7
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- Fix `n-slider`'s rail may have styling issue in `vertical` mode when global box-sizing is overrided, closes [#6114](https://github.com/tusen-ai/naive-ui/issues/6114).
- Fix `n-tabs` has style issue when using `prefix` slot, `suffix` slot or `addable` prop with vertical placement, closes [#6059](https://github.com/tusen-ai/naive-ui/issues/6059), [#6060](https://github.com/tusen-ai/naive-ui/pull/6060).
- Fix `n-upload` can only upload a maximum of 100 files in certain old browsers when uploading directories, closes [#6027](https://github.com/tusen-ai/naive-ui/issues/6027).
- Fix `n-menu` can't apply HTML attributes correctly on the component when `responsive` is set.
### Features

View File

@ -14,6 +14,7 @@
- 修复 `n-slider` 在垂直模式下的宽度样式可能会被全局 CSS box-sizing override 影响,关闭[#6114](https://github.com/tusen-ai/naive-ui/issues/6114)
- 修复 `n-tabs` 在垂直模式下使用 `prefix` slot、`suffix` slot 和 `addable` 属性的时候可能出现样式问题,关闭 [#6059](https://github.com/tusen-ai/naive-ui/issues/6059)[#6060](https://github.com/tusen-ai/naive-ui/pull/6060)
- 修复 `n-upload` 在某些老浏览器下目录上传最多只能上传 100 个文件,关闭 [#6027](https://github.com/tusen-ai/naive-ui/issues/6027)
- 修复 `n-menu``responsive` 被设定的情况下HTML 属性无法正确的应用到组件上
### Features