Skip to content

Commit 3f6ed16

Browse files
authored
docs: improve CHANGELOG for consistency
1 parent 2ce564c commit 3f6ed16

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Added
1414

15-
- Added **enableClipboardPaste** flag to ButtonOptions to control clipboard paste button enabled state and ClipboardMonitor [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
16-
- null (default): Original ClipboardMonitor behavior (1 second periodic checks)
17-
- false: Disable ClipboardMonitor & button is disabled
18-
- true: Disable ClipboardMonitor & button is enabled
15+
- `enableClipboardPaste` flag in `QuillToolbarClipboardButton` to determine if the button defaults to `null,` which will use `ClipboardMonitor`, which checks every second if the clipboard has content to paste [#2427](https://github.com/singerdmx/flutter-quill/pull/2427).
1916

2017
### Changed
2118

22-
- Prevented ClipboardMonitor from doing multiple simultaneous clipboard checks to improve performance. [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
19+
- Prevent `ClipboardMonitor` from doing multiple simultaneous clipboard checks to improve performance [#2427](https://github.com/singerdmx/flutter-quill/pull/2427) which is used when the clipboard paste button (`QuillToolbarClipboardButton`) is enabled in the toolbar.
2320

2421
## [11.0.0-dev.18] - 2025-01-06
2522

0 commit comments

Comments
 (0)