Skip to content

Commit 25c5273

Browse files
2 parents 297262a + 3ca00f6 commit 25c5273

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- true: Disable ClipboardMonitor & button is enabled
1818

1919
### Changed
20-
2120
- Prevented ClipboardMonitor from doing multiple simultaneous clipboard checks to improve performance. [#2421](https://github.com/singerdmx/flutter-quill/issues/2421)
21+
22+
## [11.0.0-dev.18] - 2025-01-06
23+
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+
30+
### Changed
31+
2232
- **BREAKING**: Clipboard action buttons in `QuillSimpleToolbar` are now disabled by default. To enable them, set `showClipboardCut`, `showClipboardCopy`, and `showClipboardPaste` to `true` in `QuillSimpleToolbarConfig`.
2333

2434
## [11.0.0-dev.17] - 2024-12-19
@@ -176,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176186
- Apple-specific font dependency for subscript and superscript functionality from the example.
177187
- **BREAKING**: The [`super_clipboard`](https://pub.dev/packages/super_clipboard) plugin, To restore legacy behavior for `super_clipboard`, use [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions) package and `FlutterQuillExtensions.useSuperClipboardPlugin()`.
178188

179-
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.17...HEAD
189+
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.18...HEAD
190+
[11.0.0-dev.18]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.17...v11.0.0-dev.18
180191
[11.0.0-dev.17]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.16...v11.0.0-dev.17
181192
[11.0.0-dev.16]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.15...v11.0.0-dev.16
182193
[11.0.0-dev.15]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.14...v11.0.0-dev.15

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ packages:
217217
path: ".."
218218
relative: true
219219
source: path
220-
version: "11.0.0-dev.17"
220+
version: "11.0.0-dev.18"
221221
flutter_quill_delta_from_html:
222222
dependency: transitive
223223
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: "A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter."
3-
version: 11.0.0-dev.17
3+
version: 11.0.0-dev.18
44
homepage: https://github.com/singerdmx/flutter-quill/
55
repository: https://github.com/singerdmx/flutter-quill/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

0 commit comments

Comments
 (0)