Skip to content

Commit 4286bdd

Browse files
authored
docs(changelog): move ClipboardMonitor check fix from the unreleased section
1 parent 26ed364 commit 4286bdd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414

1515
- **BREAKING**: Change the `options` parameter class type from `QuillToolbarToggleStyleButtonOptions` to `QuillToolbarClipboardButtonOptions` in `QuillToolbarClipboardButton`. To migrate, use `QuillToolbarClipboardButtonOptions` instead of `QuillToolbarToggleStyleButtonOptions` [#2433](https://github.com/singerdmx/flutter-quill/pull/2433).
16+
- 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.
1617

1718
### Added
1819

@@ -24,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425

2526
- Croatian (hr) language translation [#2431](https://github.com/singerdmx/flutter-quill/pull/2431).
2627

27-
### Changed
28-
29-
- 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.
30-
3128
## [11.0.0-dev.18] - 2025-01-06
3229

3330
### Changed

0 commit comments

Comments
 (0)