All Versions
43
Latest Version
Avg Release Cycle
59 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v6.3.0 Changes
- โ Added
clearSelectedIndex
method to programmatically clear the currently selected suggestion (joelposti)
- โ Added
-
v6.2.0 Changes
- โ Added
newTagText
option to display a prompt in the suggestions list to create a new tag when theallowNew
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
- โ Added
-
v6.1.0 Changes
- โ Added
suggestionsTransform
option to allow custom filtering and sorting of suggestions (sibiraj-s)
- โ Added
-
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
toclassNames
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 toariaLabelText
to match other text options - ๐จ Refactored
placeholder
option toplaceholderText
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 ofKeyboardEvent.key
values - ๐จ Refactored
onInput
callback to provide basic support fordelimiters
entered on soft keyboards - โ Removed
clearInputOnDelete
option - โ Removed
autofocus
option - โ Removed
delimiterChars
option - โก๏ธ Updated React peer dependency to 16.5+
- โ Added
-
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