Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: singerdmx/flutter-quill

v11.5.0

18 Oct 18:25
v11.5.0
This tag was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.
a71c7e7
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • FixedView.of(context) calls throwing when used with thescreenshot package#2662.

Added

  • Add missing Brazilian Portuguese translations
Assets3
Loading
kedet12 reacted with thumbs up emoji
1 person reacted

v11.4.2

22 Jul 01:32
v11.4.2
This tag was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.
d662a09
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • App crash on desktop platforms when using Flutter3.32.0-0.5.pre and newer.
    Fixed by passing the requiredviewId for experimental multi-window support#2579.
Loading
un-deadlove and monyemorathoe reacted with eyes emoji
2 people reacted

v11.4.1

15 May 10:34
v11.4.1
This tag was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.
65da8cb
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • copyWith methods toHorizontalSpacing,VerticalSpacing,DefaultTextBlockStyle, andDefaultListBlockStyle for immutable updates of properties#2550.
  • Finnish (fi) language translation#2564.
Loading

v11.4.0

23 Apr 20:08
v11.4.0
This tag was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.
e2d671b
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

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

Fixed

  • Improve doc comment ofcustomLinkPrefixes inQuillEditor#2525.

Changed

  • DeprecatelinkRegExp in favor of the new callbackvalidateLink#2525.
Loading
realth000 reacted with hooray emoji
1 person reacted

v11.3.0

23 Apr 19:53
v11.3.0
This tag was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.
2e19b9e
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Can't select text whenreadOnly is true#2529.

Added

  • Display magnifier usingRawMagnifier widget when dragging on iOS/Android#2529.
Loading

v11.2.0

26 Mar 07:26
b3beaea
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Cache fortoPlainText inDocument class to avoid unnecessary text computing#2482.
Loading
0rzech reacted with rocket emoji
1 person reacted

v11.1.2

24 Mar 16:34
b8b4a2f
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • [iOS]QuillEditor doesn't respect the system keyboard brightness by default#2522.
  • Add a default empty list forcharacterShortcutEvents andspaceShortcutEvents inQuillRawEditorConfig#2522.
  • DeprecateQuillEditorState.configurations in favor ofQuillEditorState.config#2522.
Loading

v11.1.1

19 Mar 17:25
9f3ab2f
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Explicitly schedule frame on secondary click to ensure context menu is shown on Windows#2507.
Loading
0rzech reacted with rocket emoji
1 person reacted

v11.1.0

10 Mar 22:30
0a1b00e
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

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

Added

  • Rule is now part of the public API, so thatDocument.setCustomRules can be used.
  • decoration property inDefaultTextBlockStyle for theheader attribute to customize headers with borders, background colors, and other styles usingBoxDecoration#2429.
Loading

v11.0.0

16 Feb 12:54
cc99c76
This commit was signed with the committer’sverified signature.
EchoEllet Ellet
GPG key ID:A122634A543A6694
Verified
Learn about vigilant mode.

Choose a tag to compare

Important

See themigration guide from 10.0.0 to 11.0.0 for the full breaking changes and migration. Ensure to read thebreaking behavior section to avoid unexpected changes.

Fixed

  • [iOS] Localize the Cupertino link menu actions.
  • ExportQuillToolbarSelectLineHeightStyleDropdownButtonOptions, fixing#2333.
  • Clipboard images pasting as plain text onAndroid#2384.
  • Avoid usingurl_launcher_string.dart which isstrongly discouraged#2403.
  • The color picker dialog's hex field does not use the correct value of the selected text in the editor#2415.

Added

  • New localization strings for the image save functionality#2403.
  • Insert video string inquill_en.arb to support localization forflutter_quill_extensions. Currently availableonly in English.
  • QuillClipboardConfig class with customizable clipboard paste handling callbacks, partial fix to#2350.
  • The option to enable/disable rich text paste (from other apps) inQuillClipboardConfig.
  • Insert video string inquill_en.arb to support localization forflutter_quill_extensions. Currently availableonly in English.
  • onKeyPressed inQuillEditorConfig to customize key press handling in the editor#2368.
  • Croatian (hr) language translation#2431.
  • enableClipboardPaste flag inQuillToolbarClipboardButton to determine if the button defaults tonull, which will useClipboardMonitor, which checks every second if the clipboard has content to paste#2427.

Changed

  • Rewrite the image save functionality forflutter_quill_extensions#2403.
  • Migratequill_native_bridge to11.0.0#2403.
  • Avoid using deprecated APIs in Flutter 3.27.0#2416:
  • Ignoreunreachable_switch_default warning (introduced in Dart 3.6)#2416.
  • Updateintl dependency to support versions0.19.0 and0.20.0#2416.
  • Restorebase button options, now works without the inherited widgets, and support buttons offlutter_quill_extensions.
  • The option to enable/disable rich text paste (from other apps) inQuillClipboardConfig.
  • ImproveREADME.md.
  • Simplify theexample app.
  • Update the minimum supported SDK version toFlutter 3.0/Dart 3.0 for compatibility, fixing#2347.
  • Improve dependencies constraints for compatibility.
  • ImproveREADME.md.
  • Always callsetState() in_markNeedsBuild() inQuillRawEditorState (revert to the old behavior).
  • BREAKING: Update configuration class names to use the suffixConfig instead ofConfigurations.
  • BREAKING: Refactorembed block interface for both theEmbedBuilder.build() andEmbedButtonBuilder.
  • Minor cleanup to magnifier feature.
  • TheQuillSimpleToolbar base button options now support buttons offlutter_quill_extensions.
  • MarkshouldNotifyListeners as experimental inQuillController.replaceText().
  • Mark the methodQuillController.clipboardSelection() as experimental.
  • Improve pub topics in package metadata.
  • Update the minimum required version of the dependencyquill_native_bridge from10.7.9 to10.7.11.
  • Address warnings ofunreachable_switch_default (introduced in Dart 3.6).
  • BREAKING: Clipboard action buttons inQuillSimpleToolbar are now disabled by default. To enable them, setshowClipboardCut,showClipboardCopy, andshowClipboardPaste totrue inQuillSimpleToolbarConfig.
  • BREAKING: Change theoptions parameter class type fromQuillToolbarToggleStyleButtonOptions toQuillToolbarClipboardButtonOptions inQuillToolbarClipboardButton. To migrate, useQuillToolbarClipboardButtonOptions instead ofQuillToolbarToggleStyleButtonOptions#2433. This change was made for the PR#2427.
  • BREAKING: Change theonTapDown to acceptTapDownDetails instead ofTapDragDownDetails (revert#2128 due to regressions).
  • BREAKING: Change theonTapUp to acceptTapUpDetails instead ofTapDragUpDetails (revert#2128 due to regressions).
  • BREAKING: RevertCopy TapAndPanGestureRecognizer from TextField PR #2128, restoring editor behavior to match versions before10.4.0 due to the regressions#2413.
  • BREAKING: ReplaceQuillClipboardConfig.onDeltaPaste withQuillClipboardConfig.onRichTextPaste which is more specific and provides an additional parameterisExternal to determine whether theDelta content is from an external app.
  • Bosnian (bs), Macedonian (mk) and Gujarati (gu) language translations#2455.
  • textSpanBuilder toQuillEditorConfig to allow overriding how text content is rendered.

Removed

  • BREAKING: The quill shared configuration class.
  • The dependencyequatable.
  • The experimental support for spell checking. See#2246.
  • BREAKING: The magnifier feature due to buggy behavior#2413. See#2406 for a list of reasons.
Loading
realth000 and coolswood reacted with rocket emoji
2 people reacted
Previous13452324
Previous

[8]ページ先頭

©2009-2025 Movatter.jp