Skip to content

Commit

Permalink
fix(data-table): display issue when placed inside keep-alive componen…
Browse files Browse the repository at this point in the history
…t with virtual scroll, closes #2183
  • Loading branch information
07akioni committed Feb 21, 2022
1 parent b3f173d commit b9069c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Fix `n-tree`'s `default-expand-all` prop doesn't work for dynamic data.
- Fix `n-form` when `model.xxx` is `undefined`, validator will use `null` as validation value, closes [#2486](https://github.com/TuSimple/naive-ui/issues/2486).
- Fix `n-input` focus style's priority is lower than hover style, closes [#2480](https://github.com/TuSimple/naive-ui/issues/2480).
- Fix `n-data-table` display issue when placed inside keep-alive component with virtual scroll, closes [#2183](https://github.com/TuSimple/naive-ui/issues/2183).

### 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 @@ -12,6 +12,7 @@
- 修复 `n-tree``default-expand-all` 对于动态数据不生效
- 修复 `n-form``model.xxx``undefined` 的时候会使用 `null` 作为验证值,关闭 [#2486](https://github.com/TuSimple/naive-ui/issues/2486)
- 修复 `n-input` focus 样式优先级低于 hover,关闭 [#2480](https://github.com/TuSimple/naive-ui/issues/2480)
- 修复 `n-data-table` 在使用 keep-alive 组件中使用虚拟滚动的显示问题,关闭 [#2183](https://github.com/TuSimple/naive-ui/issues/2183)

### Feats

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"vdirs": "^0.1.7",
"vfonts": "^0.0.3",
"vooks": "^0.2.12",
"vueuc": "^0.4.25"
"vueuc": "^0.4.26"
},
"sideEffects": false,
"homepage": "https://www.naiveui.com",
Expand Down

0 comments on commit b9069c9

Please sign in to comment.