All Versions
11
Latest Version
Avg Release Cycle
177 days
Latest Release
1355 days ago

Changelog History
Page 1

  • v4.0.0-beta01 Changes

    August 03, 2020

    This should be fine for production use, but I'm expecting to make a few other possibly breaking behavior changes before 4.0.0 RC

  • v3.0.2 Changes

    July 01, 2019
    • ๐Ÿ›  Fix an issue where some text input would be erased if it was similar to the previous search (#381)
    • ๐Ÿ›  Fix a crash on collapsing with no text in the view (and possibly at other times as well) (#380)
  • v3.0.1 Changes

    March 19, 2019
    • ๐Ÿ›  Fix #379: allow a threshold of 1 to correctly prompt for results on the first letter typed.
  • v3.0.0 Changes

    March 19, 2019

    ๐Ÿ‘ Completely re-wrote the core text handling code to provide a better structure for handling more complex text input.

    ๐Ÿ›  Fixes: #378, #39, #132, #218, #226, #127, #172, #179, #183, #186, #228, #366, #238, #267.

  • v2.0.8 Changes

    September 22, 2016
    • clear selections when the field changes focus
    • ๐Ÿ›  fix a memory leak in the token click handling code
  • v2.0.7 Changes

    May 12, 2016

    Correctly supplies raw text data for tokens.

  • v2.0.6

    May 12, 2016
  • v2.0.5 Changes

    March 09, 2016
    • Prevent enter on empty view with hint from adding a token in some cases
    • Don't run filter on hint text when showing drop down on empty view
  • v2.0.4 Changes

    March 03, 2016

    In cases where you use showDropDown to display the completion list while the field has no user entered text, the behavior was inconsistent:

    • ๐Ÿ‘‰ make currentCompletionText accurate when the field is empty
    • ๐Ÿ›  fix an issue where the hint might get tokenized if an object was added by tapping on the drop down
  • v2.0.3 Changes

    February 17, 2016
    • ๐Ÿ›  fix incorrect tokenization if the cursor is in the middle of a word
    • ๐Ÿ›  fix bug where setting a space as a split char could prevent additional split chars from being set
    • ๐Ÿ›  fix a crash when restoring text with a prefix would cause an index out of bounds exception