From c3ae99d608d766ec0162af635b67461728ed5fce Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Mon, 1 Nov 2021 02:13:52 +0800 Subject: [PATCH] docs(changelog): format --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 8df916aa4..c17a08b47 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -73,7 +73,7 @@ ### Fixes -- Fix `n-data-table` fixed style does not work in group header table,closes [#1341](https://github.com/TuSimple/naive-ui/issues/1341). +- Fix `n-data-table` fixed style does not work in group header table, closes [#1341](https://github.com/TuSimple/naive-ui/issues/1341). - Fix `n-data-table` has duplicate right border when it has multiple level headers. - Fix `n-scrollbar` doesn't support `scrollTo`, closes [#1346](https://github.com/TuSimple/naive-ui/issues/1346). - Fix `n-ellipsis`'s `expand-trigger` prop not show `pointer` cursor when content is short when `tooltip = false`, closes [#1299](https://github.com/TuSimple/naive-ui/issues/1299). diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index cdcb84c6d..cadeee8cd 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -13,8 +13,8 @@ ### Feats - `n-select` 新增 `menu-props` 属性,关闭 [#1475](https://github.com/TuSimple/naive-ui/issues/1475) -- `n-image` 的 `toolbar` 增加关闭图标, 关闭 [#1412](https://github.com/TuSimple/naive-ui/issues/1412) -- `n-tree` 的 `on-load` 属性在 `remote` 模式下 `expanded-keys` 属性改变时被触发, closes [#1339](https://github.com/TuSimple/naive-ui/issues/1339). +- `n-image` 的 `toolbar` 增加关闭图标,关闭 [#1412](https://github.com/TuSimple/naive-ui/issues/1412) +- `n-tree` 的 `on-load` 属性在 `remote` 模式下 `expanded-keys` 属性改变时被触发,关闭 [#1339](https://github.com/TuSimple/naive-ui/issues/1339) ## 2.20.0 (2021-10-28)