You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- true: Disable ClipboardMonitor & button is enabled
18
18
19
19
### Changed
20
-
21
20
- 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
+
22
32
-**BREAKING**: Clipboard action buttons in `QuillSimpleToolbar` are now disabled by default. To enable them, set `showClipboardCut`, `showClipboardCopy`, and `showClipboardPaste` to `true` in `QuillSimpleToolbarConfig`.
23
33
24
34
## [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
176
186
- Apple-specific font dependency for subscript and superscript functionality from the example.
177
187
-**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()`.
0 commit comments