@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111##[ Unreleased]
1212
13+ ##[ 11.5.0] - 2025-10-18
14+
1315###Fixed
1416
1517- Fixed` View.of(context) ` calls throwing when used with the` screenshot ` package[ #2662 ] ( https://github.com/singerdmx/flutter-quill/pull/2662 ) .
@@ -181,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181183- Apple-specific font dependency for subscript and superscript functionality from the example.
182184- ** 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() ` .
183185
184- [ unreleased ] :https://github.com/singerdmx/flutter-quill/compare/v11.4.2...HEAD
186+ [ unreleased ] :https://github.com/singerdmx/flutter-quill/compare/v11.5.0...HEAD
187+ [ 11.5.0 ] :https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.5.0
185188[ 11.4.2 ] :https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.4.2
186189[ 11.4.1 ] :https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.4.1
187190[ 11.4.0 ] :https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.4.0