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

Changelog History
Page 3

  • v5.8.0 Changes

  • v5.7.1 Changes

    • ๐Ÿ›  Fixed missing onChange attribute warnings in development mode
  • v5.7.0 Changes

  • v5.6.0 Changes

  • v5.5.0 Changes

    • ๐Ÿ”จ Refactored input into a controlled component (also fixes Preact compatibility)
    • ๐Ÿ”จ Refactored focus and blur handlers to capture events (also fixes Preact compatibility)
    • โž• Added handleFocus and handleBlur callbacks (Pomax)
    • โšก๏ธ Updated dependencies (ajmas)
  • v5.4.1 Changes

    • ๐Ÿ›  Fixed return key submitting containing form when minQueryLength is set to 0 and suggestions are active (Drahoslav7)
  • v5.4.0 Changes

    • โž• Added delimiters property to override keyboard codes for picking suggestions (Pomax)
  • v5.3.0 Changes

    • โšก๏ธ Updated component compatibility with React v15.5 which silences deprecation warnings
    • ๐Ÿ”จ Refactored examples code away from createClass to ES6 syntax
  • v5.2.0 Changes

    • โž• Add allowBackspace option to disable the ability to delete the selected tags when backspace is pressed while focussed on the text input
    • ๐Ÿ”จ Refactors updateInputWidth method to update when any props change (@joekrill)
  • v5.1.0 Changes

    • โž• Added tagComponent option to allow the rendering of a custom tag component