Skip to content

Commit

Permalink
fix(transfer): changelog (#3461)
Browse files Browse the repository at this point in the history
* fix: transform组件初始值不在options中报错修复

* docs: 补充changelog

* docs: 补充changelog

Co-authored-by: 07akioni <07akioni2@gmail.com>
  • Loading branch information
honorsuper and 07akioni authored Aug 9, 2022
1 parent 25f8c92 commit 3bdb1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 3bdb1d8

Please sign in to comment.