docs(changelog): missing changelog

This commit is contained in:
07akioni 2024-03-11 18:14:42 +08:00
parent b7f726dd58
commit f1eaa48cba
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
- `n-dialog` adds `action-class` `action-style` `content-class` `content-style` `title-class` `title-style` prop.
- `n-split` adds `panel1-class` `panel1-style` `panel2-class` `panel2-style` prop.
- `n-mention` adds `filter` method, closes [#5721](https://github.com/tusen-ai/naive-ui/pull/5721).
- `n-slider` aria support
## 2.38.1
@ -38,7 +39,6 @@
- Fix `n-tabs`'s capsule wrong width and position after resize within `n-modal`, closes [#5569](https://github.com/tusen-ai/naive-ui/issues/5569).
- Fix `n-split` doesn't work with `inline-theme-disabled` prop.
- Fix `n-float-button` doesn't work with `inline-theme-disabled` prop.
- `n-slider` aria support
### Features

View File

@ -25,6 +25,7 @@
- `n-dialog` 新增 `action-class` `action-style` `content-class` `content-style` `title-class` `title-style` 属性
- `n-split` 新增 `panel1-class` `panel1-style` `panel2-class` `panel2-style` 属性
- `n-mention` 新增 `filter` 方法,关闭 [#5721](https://github.com/tusen-ai/naive-ui/pull/5721)
- `n-slider` aria support
## 2.38.1