Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 834 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 834 Bytes

1.0.2

  • Added AutocompleteNoTrigger to display autocomplete suggestions without requiring any trigger character or string.

1.0.1

  • Made triggerEnd customizable instead of using a hardcoded space (' ').
  • Enhanced the handling of triggers that share a common prefix, such as { and {{, ensuring that the correct trigger is identified and processed.

1.0.0

  • Fixed FieldView focus getting lost on clicking the OptionsView on non-mobile platforms.
  • Fixed RangeError when textEditingValue.selection.isInvalid. #11
  • Fixed AutocompleteTrigger not getting triggered when the text is a multi-line string. #12

0.1.1

  • Fixed Readme.

0.1.0

  • Initial release.