All Versions
11
Latest Version
Avg Release Cycle
177 days
Latest Release
1035 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0-beta01 Changes
August 03, 2020This 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 -
v3.0.1 Changes
March 19, 2019- ๐ Fix #379: allow a threshold of 1 to correctly prompt for results on the first letter typed.
-
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, 2016Correctly 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, 2016In 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
- ๐ make
-
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