docs(changelog): closes #2885

This commit is contained in:
07akioni 2022-07-06 22:10:02 +08:00
parent f957c68d96
commit d9acc59450
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
- Export all components' props object.
- `n-popover` adds `footer-style` prop.
- `n-popover` adds `footer` slot, closes [#3188](https://github.com/TuSimple/naive-ui/issues/3188).
- `n-dropdown` adds `menu-props` prop.
- `n-dropdown` adds `menu-props` prop, closes [#2885](https://github.com/TuSimple/naive-ui/issues/2885).
- `n-data-table` adds `multiple` prop, closes [#3056](https://github.com/TuSimple/naive-ui/issues/3056).
- `n-date-picker` would disable confirm button if end date is not selected, closes [#3226](https://github.com/TuSimple/naive-ui/issues/3226).
- `n-tree` adds `check-on-click` prop to control `checked` status, closes [#2968](https://github.com/TuSimple/naive-ui/issues/2968).

View File

@ -29,7 +29,7 @@
- 导出所有组件的 props 对象
- `n-popover` 新增 `footer-style` 属性,用于设置底部内容的样式
- `n-popover` 新增 `footer` 插槽,用于设置底部内容,关闭 [#3188](https://github.com/TuSimple/naive-ui/issues/3188)
- `n-dropdown` 新增 `menu-props`
- `n-dropdown` 新增 `menu-props`,关闭 [#2885](https://github.com/TuSimple/naive-ui/issues/2885)
- `n-data-table` 的列属性增加 `multiple` 属性使得表格选择支持单选模式,关闭 [#3056](https://github.com/TuSimple/naive-ui/issues/3056)
- `n-dropdown` 新增 `menu-props` 属性
- `n-date-picker` 在选择结束日期过程中禁止点击确认按钮,关闭 [#3226](https://github.com/TuSimple/naive-ui/issues/3226)