Skip to content

Commit b8b4a2f

Browse files
committed
chore(release): prepare to publish 11.1.2
1 parent 4188c34 commit b8b4a2f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111
## [Unreleased]
1212

13+
## [11.1.2] - 2025-03-24
14+
1315
### Fixed
1416

1517
- **[iOS]** `QuillEditor` doesn't respect the system keyboard brightness by default [#2522](https://github.com/singerdmx/flutter-quill/pull/2522).
1618
- Add a default empty list for `characterShortcutEvents` and `spaceShortcutEvents` in `QuillRawEditorConfig` [#2522](https://github.com/singerdmx/flutter-quill/pull/2522).
17-
- Deprecate `QuillEditorState.configurations` in favor of `QuillEditorState.config`.
19+
- Deprecate `QuillEditorState.configurations` in favor of `QuillEditorState.config` [#2522](https://github.com/singerdmx/flutter-quill/pull/2522).
1820

1921
## [11.1.1] - 2025-03-19
2022

@@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126128
- Apple-specific font dependency for subscript and superscript functionality from the example.
127129
- **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()`.
128130

129-
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.1.1...HEAD
131+
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.1.2...HEAD
132+
[11.1.2]: https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.1.2
130133
[11.1.1]: https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.1.1
131134
[11.1.0]: https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.1.0
132135
[11.0.0]: https://github.com/singerdmx/flutter-quill/compare/v10.0.0...v11.0.0

Diff for: example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ packages:
230230
path: ".."
231231
relative: true
232232
source: path
233-
version: "11.1.1"
233+
version: "11.1.2"
234234
flutter_quill_delta_from_html:
235235
dependency: transitive
236236
description:

Diff for: pubspec.yaml

+1-1
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.1.1
3+
version: 11.1.2
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)