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

Changelog History
Page 4

  • v5.0.4 Changes

    • ๐Ÿ›  Fixed cursor focus being lost when clicking a suggestion
  • v5.0.3 Changes

    • ๐Ÿ›  Fixed word boundary regex restricting suggestions to ascii characters
  • v5.0.2 Changes

    • ๐Ÿ›  Fixed unescaped queries throwing an exception when being converted to regexp
  • v5.0.1 Changes

    • ๐Ÿ›  Fixed maxSuggestionsLength not being passed to suggestions component
  • v5.0.0 Changes

    • โœ‚ Removed delimiters option
    • โž• Added support for jsnext entry point
    • โœ‚ Removed functionality to hide suggestions list when escape is pressed
    • โž• Added functionality to hide suggestions list when input is blurred
    • โž• Added class name to component root when input is focused
    • ๐Ÿ”จ Refactored components to ES6 class syntax and stateless functions
    • ๐Ÿ’… Refactored components to use Standard code style
    • ๐Ÿ”จ Refactored classNames option to better match usage and use BEM naming convention
  • v4.3.1 Changes

    • ๐Ÿ›  Fixed React semver that was too tight
  • v4.3.0 Changes

    • โšก๏ธ Updated to support React 15.0.0
  • v4.2.0 Changes

    • โž• Added allowNew option
    • ๐Ÿ›  Fixed incorrect partial matches when adding a tag
  • v4.1.1 Changes

    • ๐Ÿ›  Fixed mising index from active descendent attribute
  • v4.1.0 Changes

    • โž• Added classNames option