Skip to content

Latest commit

 

History

History
148 lines (84 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

148 lines (84 loc) · 3.01 KB

[0.4.9]

  • Fix error about TargetPlatform.macOS

[0.4.8]

  • Fix issue that the cursor returns to the top when deleting quickly in Multi-line text
  • Fix issue that toolbar will not show if autofocus is true when longpress

[0.4.7]

  • Codes base on 1.12.13+hotfix.5
  • Set limitation of flutter sdk >=1.12.13 <1.12.16
  • Add demo that how to delete text with code
  • Fix issue that not showing text while entering text from keyboard

[0.4.6]

  • Remove TargetPlatform.macOS

[0.4.5]

  • Fix build error for flutter sdk 1.12

[0.4.4]

  • Fix wrong caret hegiht and postion
  • Make Ios/Android caret the same height

[0.4.3]

  • Fix kMinInteractiveSize is missing in high version of flutter

[0.4.2]

  • Support custom selection toolbar and handles
  • Improve codes about selection overlay
  • Select all SpecialTextSpan(which deleteAll is true) when double tap or long tap
  • Support WidgetSpan hitTest

[0.4.1]

[0.4.0]

[0.3.9]

  • Improve codes base on v1.7.8
  • Support WidgetSpan (ExtendedWidgetSpan)

[0.3.7]

  • Update extended_text_library

[0.3.4]

  • Remove un-used codes in extended_text_selection

[0.3.3]

  • Update extended_text_library

[0.3.2]

  • Update path_provider 1.1.0

[0.3.0]

  • Uncomment getFullHeightForCaret method for 1.5.4-hotfix.2
  • Corret selection handles visibility for _updateSelectionExtentsVisibility method

[0.2.8]

  • Corret selection handles position for image textspan
  • StrutStyle strutStyle is obsoleted, it will lead to bugs for image span size.

[0.2.7]

  • Fix selection handles blinking

[0.2.6]

  • Take care when TextSpan children is null

[0.2.5]

  • Update extended_text_library 1.Remove caretIn parameter(SpecialTextSpan) 2.DeleteAll parameter has the same effect as caretIn parameter(SpecialTextSpan)

[0.2.4]

  • Fix caret position about image span
  • Add caretIn parameter(whether caret can move into special text for SpecialTextSpan(like a image span or @xxxx)) for SpecialTextSpan

[0.2.3]

  • Disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)

[0.2.2]

  • Fix caret position for last one image span
  • Add image text demo
  • Fix position for specialTex

[0.2.1]

  • Fix caret position for image span

[0.2.0]

  • Only iterate textSpan.children to find SpecialTextSpan

[0.1.9]

  • Add BackgroundTextSpan, support to paint custom background

[0.1.8]

  • Handle TextEditingValue's composing

[0.1.6]

  • Improve codes to avoid unnecessary computation

[0.1.5]

  • Override compareTo method in SpecialTextSpan and ImageSpan to Fix issue that image span or special text span was error rendering

[0.1.4]

  • Update limitation
  • Improve codes

[0.1.3]

  • Update limitation
  • Improve codes

[0.1.1]

  • Support special text amd inline image