diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1a0fedc674f..39104c48b0b 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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). diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index e9b2c87b44d..0e21bc5b8c2 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -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)