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

Changelog History
Page 1

  • v6.3.0 Changes

    • โž• Added clearSelectedIndex method to programmatically clear the currently selected suggestion (joelposti)
  • v6.2.0 Changes

    • โž• Added newTagText option to display a prompt in the suggestions list to create a new tag when the allowNew option is enabled (cml391)
    • ๐Ÿ”จ Refactored call of onAddition callback to always provide a new object instead of passing the selected tag by reference.
    • ๐Ÿ”จ Refactored classNames option to merge the provided prop with defaults (alexandernst)
    • ๐Ÿ›  Fixed updates to the placeholder option which did not recalculate input size (LarsHassler)
    • โšก๏ธ Updated React peer dependency support to include 17+
    • โšก๏ธ Updated example page with a new demo
  • v6.1.0 Changes

    • โž• Added suggestionsTransform option to allow custom filtering and sorting of suggestions (sibiraj-s)
  • v6.0.0 Changes

    • โž• Added clearInput method to programmatically clear input text
    • โž• Added suggestionComponent option to allow the rendering of a custom suggestion component (tjphopkins)
    • โž• Added searchWrapper to classNames option
    • โž• Added ES6 package and "module" entry point
    • โž• Added id option to configure the component ID
    • โž• Added removeButtonText option to configure the selected tag remove button title attribute
    • ๐Ÿ”จ Refactored ariaLabel option to ariaLabelText to match other text options
    • ๐Ÿ”จ Refactored placeholder option to placeholderText to match other text options
    • ๐Ÿ”จ Refactored keyboard event handlers to use KeyboardEvent.key
    • ๐Ÿ”จ Refactored event handlers and callbacks to use on prefixes
    • ๐Ÿ”จ Refactored classNames option to avoid creating new and merging objects for each top-level props change
    • ๐Ÿ”จ Refactored deleteTag method so it no longer clears the input text when a tag is removed
    • ๐Ÿ”จ Refactored delimiters option to be an array of KeyboardEvent.key values
    • ๐Ÿ”จ Refactored onInput callback to provide basic support for delimiters entered on soft keyboards
    • โœ‚ Removed clearInputOnDelete option
    • โœ‚ Removed autofocus option
    • โœ‚ Removed delimiterChars option
    • โšก๏ธ Updated React peer dependency to 16.5+
  • v6.0.0-beta.6

    May 13, 2020
  • v6.0.0-beta.5

    April 29, 2020
  • v6.0.0-beta.4

    February 03, 2020
  • v6.0.0-beta.3

    November 01, 2019
  • v6.0.0-beta.2

    October 13, 2019
  • v5.13.1 Changes

    May 17, 2020
    • ๐Ÿ›  Fixed an issue where cursor focus could be lost after removing a selected tag