Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Transfer组件初始值不在options中报错修复 #3461

Merged
merged 4 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down