v9.1.0 ✨
! Important Note:
Starting next major release:
- "noResults" API will accept "Boolean" instead of function to be replaced with "resultsList.container"
- "fetch" eventEmitter will be renamed to "response"
- ➕ Added: New
data
parameter toresultsList.container
method that contains (input, query, matches, results) values - 🔝 Updated:
resultsList.container.className
default value to beundefined
- 🔝 Updated: Code with some refactoring & cleanup
- 🔝 Updated: Development dependencies
- 🔧 Fixed:
resultsList
error onEnter
key press with no selection - 🔧 Fixed: Input field
aria-activedescendant
was not removed on eachresultsList
regeneration - 🔧 Fixed:
noResults
error onEnter
key press - 🔧 Fixed: Input field
aria-expanded
set totrue
even whennoResults
was not active - 🔧 Fixed:
resultsList
onclose
event did not fire whennoResults
was active - 🔧 Fixed:
unInit
method did not remove allinputField
set event listeners except forinput
event - 🔧 Fixed:
open
eventEmitter unexpected behavior that used to fire on each trigger event