Skip to content

Commit f34bf49

Browse files
Update CHANGELOG.md
1 parent 25c5273 commit f34bf49

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

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

1313
### Added
14+
1415
- Added **enableClipboardPaste** flag to ButtonOptions to control clipboard paste button enabled state and ClipboardMonitor [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
1516
- null (default): Original ClipboardMonitor behavior (1 second periodic checks)
1617
- false: Disable ClipboardMonitor & button is disabled
1718
- true: Disable ClipboardMonitor & button is enabled
1819

1920
### Changed
21+
2022
- Prevented ClipboardMonitor from doing multiple simultaneous clipboard checks to improve performance. [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
2123

2224
## [11.0.0-dev.18] - 2025-01-06
2325

24-
### Added
25-
- Added **enableClipboardPaste** flag to ButtonOptions to control clipboard paste button enabled state and ClipboardMonitor [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
26-
- null (default): Original ClipboardMonitor behavior (1 second periodic checks)
27-
- false: Disable ClipboardMonitor & button is disabled
28-
- true: Disable ClipboardMonitor & button is enabled
29-
3026
### Changed
3127

3228
- **BREAKING**: Clipboard action buttons in `QuillSimpleToolbar` are now disabled by default. To enable them, set `showClipboardCut`, `showClipboardCopy`, and `showClipboardPaste` to `true` in `QuillSimpleToolbarConfig`.

0 commit comments

Comments
 (0)