All Versions
43
Latest Version
Avg Release Cycle
59 days
Latest Release
-

Changelog History
Page 2

  • v5.13.0 Changes

    April 29, 2020
  • v5.12.1 Changes

    February 02, 2020
    • ๐Ÿ›  Fixed an issue where the componentDidUpdate() callback of the input component can be called too many times
  • v5.12.0 Changes

    January 16, 2020
    • โž• Added noSuggestionsText option (jraack)
  • v5.11.2 Changes

    October 12, 2019
    • ๐Ÿ›  Fixed an issue with the delimiter key logic which would attempt to add a previously selected suggestion even when it was no longer in the suggestion list.
  • v5.11.1 Changes

    • ๐Ÿ›  Fixed an issue with suggestion highlighting when the entered query is blank
  • v5.11.0 Changes

    • โž• Added the current query as the second argument for the suggestionsFilter option
  • v5.10.0 Changes

  • v5.9.0 Changes

    • โž• Added clearInputOnDelete option (yefrem)
  • v5.8.2 Changes

    • โšก๏ธ Updated contents of package tarball to remove unnecessary files and decrease filesize
  • v5.8.1 Changes

    • โœ‚ Removed unnecessary componentWillReceiveProps() method from input component