Skip to content

Commit db0da10

Browse files
committed
chore(release): prepare to publish 11.5.1
1 parent ad6330e commit db0da10

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
- Added localization support for `mn` (Mongolian, Mongolia)
1616

17+
### Changed
18+
19+
- Updated minimum supported SDK version to Flutter 3.44/Dart 3.12.
20+
- Implemented the new [TextInputClient.onFocusReceived](https://github.com/flutter/flutter/blob/stable/packages/flutter/lib/src/services/text_input.dart#L1395-L1401) method required by Flutter SDK 3.44+ (`returns false`).
21+
1722
## [11.5.0] - 2025-10-18
1823

1924
### Fixed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ packages:
230230
path: ".."
231231
relative: true
232232
source: path
233-
version: "11.5.0"
233+
version: "11.5.1"
234234
flutter_quill_delta_from_html:
235235
dependency: transitive
236236
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
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.5.0
3+
version: 11.5.1
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/
@@ -18,8 +18,8 @@ screenshots:
1818
path: example/assets/images/screenshot_4.png
1919

2020
environment:
21-
sdk: '>=3.0.0 <4.0.0'
22-
flutter: ">=3.0.0"
21+
sdk: ^3.12.0
22+
flutter: ">=3.44.0"
2323

2424
# The versions listed here indicate the minimum required for dependencies
2525
# and do not affect those used in the client's application.

0 commit comments

Comments
 (0)