All Versions
43
Latest Version
Avg Release Cycle
59 days
Latest Release
-
Changelog History
Page 4
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
- 🛠 Fixed
-
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
- ✂ Removed
-
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
- ➕ Added
-
v4.1.1 Changes
- 🛠 Fixed mising index from active descendent attribute
-
v4.1.0 Changes
- ➕ Added
classNames
option
- ➕ Added