Skip to content

Releases: singerdmx/flutter-quill

v11.5.1

Choose a tag to compare

@github-actions github-actions released this 20 May 00:31
v11.5.1
d07b8fb

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

Choose a tag to compare

@github-actions github-actions released this 18 Oct 18:25
v11.5.0
a71c7e7

Fixed

  • Fixed View.of(context) calls throwing when used with the screenshot package #2662.

Added

  • Add missing Brazilian Portuguese translations

v11.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 01:32
v11.4.2
d662a09

Fixed

  • App crash on desktop platforms when using Flutter 3.32.0-0.5.pre and newer.
    Fixed by passing the required viewId for experimental multi-window support #2579.

v11.4.1

Choose a tag to compare

@github-actions github-actions released this 15 May 10:34
v11.4.1
65da8cb

Added

  • copyWith methods to HorizontalSpacing, VerticalSpacing, DefaultTextBlockStyle, and DefaultListBlockStyle for immutable updates of properties #2550.
  • Finnish (fi) language translation #2564.

v11.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 20:08
v11.4.0
e2d671b

Added

  • Accept mailto, tel, sms, and other link prefixes by default in the insert link toolbar button #2525.
  • validateLink in QuillToolbarLinkStyleButtonOptions to allow overriding the link validation #2525.

Fixed

  • Improve doc comment of customLinkPrefixes in QuillEditor #2525.

Changed

  • Deprecate linkRegExp in favor of the new callback validateLink #2525.

v11.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 19:53
v11.3.0
2e19b9e

Fixed

  • Can't select text when readOnly is true #2529.

Added

  • Display magnifier using RawMagnifier widget when dragging on iOS/Android #2529.

v11.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 07:26
b3beaea

Added

  • Cache for toPlainText in Document class to avoid unnecessary text computing #2482.

v11.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 16:34
b8b4a2f

Fixed

  • [iOS] QuillEditor doesn't respect the system keyboard brightness by default #2522.
  • Add a default empty list for characterShortcutEvents and spaceShortcutEvents in QuillRawEditorConfig #2522.
  • Deprecate QuillEditorState.configurations in favor of QuillEditorState.config #2522.

v11.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:25
9f3ab2f

Fixed

  • Explicitly schedule frame on secondary click to ensure context menu is shown on Windows #2507.

v11.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 22:30
0a1b00e

Fixed

  • Remove unnecessary content change listeners in read-only mode to avoid triggering infinite loops of FocusNode callbacks #2488.
  • Remove unicode from QuillText element that causes weird caret behavior on empty lines #2453.
  • Focus and open context menu on right click if unfocused #2477.
  • Update QuillController length extension method deprecation message #2483.

Added

  • Rule is now part of the public API, so that Document.setCustomRules can be used.
  • decoration property in DefaultTextBlockStyle for the header attribute to customize headers with borders, background colors, and other styles using BoxDecoration #2429.