Skip to content

Commit b967dbc

Browse files
committed
docs: update changelog
1 parent b143529 commit b967dbc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.en-US.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Fix `n-input-otp` event bindings not removed when elements are disabled (disabled/readonly), fix width style specificity conflict.
88
- Fix `n-date-picker`'s `shortcuts`' time value will be overrided if `default-time` is set in with `type="datetimerange"`, closes [#6902](https://github.com/tusen-ai/naive-ui/pull/6902), [#6901](https://github.com/tusen-ai/naive-ui/pull/6901).
99
- Fix `n-radio`, `n-radio-button` can't use `n-popover` inside, closes [#6837](https://github.com/tusen-ai/naive-ui/pull/6837), [#6832](https://github.com/tusen-ai/naive-ui/pull/6832).
10+
- Fix scrolling performance issue caused by too many layers, closes [#6887](https://github.com/tusen-ai/naive-ui/issues/6887).
1011

1112
### Features
1213

CHANGELOG.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- 修复 `n-input-otp` 组件,当被禁用(disabled、readonly)时移除事件绑定,防止禁用状态下仍可触发交互行为,修复宽度样式权重冲突问题
88
- 修复 `n-date-picker``type="datetimerange"` 情况下,设定 `default-time` 会影响 `shortcuts` 选项选中的值,关闭 [#6902](https://github.com/tusen-ai/naive-ui/pull/6902)[#6901](https://github.com/tusen-ai/naive-ui/pull/6901)
99
- 修复 `n-radio``n-radio-button` 中无法正常使用 `n-popover`,关闭 [#6837](https://github.com/tusen-ai/naive-ui/pull/6837)[#6832](https://github.com/tusen-ai/naive-ui/pull/6832)
10+
- 优化图层过多导致的滚动性能问题,关闭 [#6887](https://github.com/tusen-ai/naive-ui/issues/6887)
1011

1112
### Features
1213

0 commit comments

Comments
 (0)