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