From 3bdb1d819bfd0949704833d05610d0a8d9a652d5 Mon Sep 17 00:00:00 2001 From: honorsuper <31615692+honorsuper@users.noreply.github.com> Date: Wed, 10 Aug 2022 00:55:36 +0800 Subject: [PATCH] fix(transfer): changelog (#3461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: transform组件初始值不在options中报错修复 * docs: 补充changelog * docs: 补充changelog Co-authored-by: 07akioni <07akioni2@gmail.com> --- CHANGELOG.en-US.md | 2 ++ CHANGELOG.zh-CN.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 2ce0e551ea7..bcc88cd01b5 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -7,9 +7,11 @@ - Fix `n-menu` extra not working in submenu, closes [#3390](https://github.com/TuSimple/naive-ui/issues/3390). - Fix `n-tree` can't expand node with `type='group'`, closes [#3388](https://github.com/TuSimple/naive-ui/issues/3388). - Fix `n-pagination`'s' `default-page-size` prop doesn't follows `page-sizes` prop, closes [#3369](https://github.com/TuSimple/naive-ui/issues/3369). +- Added `exports` field in package.json [3410](https://github.com/TuSimple/naive-ui/pull/3410) - Added `exports` field in package.json [#3410](https://github.com/TuSimple/naive-ui/pull/3410). - Fix `n-dropdown` option prefix & suffix's z-index, closes [#3433](https://github.com/TuSimple/naive-ui/issues/3433). - Fix `n-input-number`'s peers theme can't be configured, closes [#3422](https://github.com/TuSimple/naive-ui/issues/3422). +- Fix `n-transfer` throws error if value has no corresponding option, closes [#3406](https://github.com/TuSimple/naive-ui/issues/3406). - Added `exports` field in package.json. - Fix `n-data-table` column `onSelect`'s type, closes [#3430](https://github.com/TuSimple/naive-ui/issues/3430) - Fix `n-pagination` don't trigger quick jumper on quick jumper blur, closes [#3387](https://github.com/TuSimple/naive-ui/issues/3387). diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index f2a9f7369d0..f5f09c5dc9e 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,7 +10,8 @@ - 在 package.json 中新增 `exports` 字段 - 修复 `n-dropdown` 选项 prefix & suffix 的 z-index,关闭 [#3433](https://github.com/TuSimple/naive-ui/issues/3433) - 修复 `n-input-number` 中配置 peers 主题不生效,关闭 [#3422](https://github.com/TuSimple/naive-ui/issues/3422) -- 修复 `n-transfer` 在传入异步的 `options` 报错,关闭 [#3406](https://github.com/TuSimple/naive-ui/issues/3406) +- 修复 `n-transfer` +- 修复 `n-transfer` 中初始值不在选项列表报错,关闭 [#3406](https://github.com/TuSimple/naive-ui/issues/3406) - 修复 `n-data-table` column `onSelect` 的类型,关闭 [#3430](https://github.com/TuSimple/naive-ui/issues/3430) - 修复 `n-pagination` 的快速跳转在失焦时不会触发,关闭 [#3387](https://github.com/TuSimple/naive-ui/issues/3387) - 修复部分组件在 open 模式的 shadow DOM 内运行不正常,关闭 [#3281](https://github.com/TuSimple/naive-ui/issues/3281)