Releases: singerdmx/flutter-quill
Releases · singerdmx/flutter-quill
Release list
v11.5.1
Added
- Added localization support for
mn(Mongolian, Mongolia)
Changed
- Updated minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Implemented the new TextInputClient.onFocusReceived method required by Flutter SDK 3.44+ (
returns false).
v11.5.0
Fixed
- Fixed
View.of(context)calls throwing when used with thescreenshotpackage #2662.
Added
- Add missing Brazilian Portuguese translations
v11.4.2
Fixed
- App crash on desktop platforms when using Flutter
3.32.0-0.5.preand newer.
Fixed by passing the requiredviewIdfor experimental multi-window support #2579.
v11.4.1
v11.4.0
Added
- Accept
mailto,tel,sms, and other link prefixes by default in the insert link toolbar button #2525. validateLinkinQuillToolbarLinkStyleButtonOptionsto allow overriding the link validation #2525.
Fixed
- Improve doc comment of
customLinkPrefixesinQuillEditor#2525.
Changed
- Deprecate
linkRegExpin favor of the new callbackvalidateLink#2525.
v11.3.0
v11.2.0
Added
- Cache for
toPlainTextinDocumentclass to avoid unnecessary text computing #2482.
v11.1.2
v11.1.1
Fixed
- Explicitly schedule frame on secondary click to ensure context menu is shown on Windows #2507.
v11.1.0
Fixed
- Remove unnecessary content change listeners in read-only mode to avoid triggering infinite loops of FocusNode callbacks #2488.
- Remove unicode from
QuillTextelement that causes weird caret behavior on empty lines #2453. - Focus and open context menu on right click if unfocused #2477.
- Update QuillController
lengthextension method deprecation message #2483.
Added
Ruleis now part of the public API, so thatDocument.setCustomRulescan be used.decorationproperty inDefaultTextBlockStylefor theheaderattribute to customize headers with borders, background colors, and other styles usingBoxDecoration#2429.