Skip to content

Commit

Permalink
fix: some components works abnormally in open mode shadow DOM, closes t…
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Aug 7, 2022
1 parent b3a4e8d commit e800b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- 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).
- Fix some components works abnormally in open mode shadow DOM, closes [#3281](https://github.com/TuSimple/naive-ui/issues/3281).

### Feats

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- 修复 `n-transfer` 在传入异步的 `options` 报错,关闭 [#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)

### Feats

Expand Down

0 comments on commit e800b0e

Please sign in to comment.