Releases: TarekRaafat/autoComplete.js
Releases · TarekRaafat/autoComplete.js
v10.2.9
v10.2.8
v10.2.8 ✨
- ➕ Added:
Clear
event (Thanks 👍 @alan-rudzinski) #435 - 🔧 Fixed:
LiveReload
script issue (Thanks 👍 @Jammmmm) #434 - 🎛️ Updated: Development dependencies
v10.2.7
v10.2.7 ✨
- 🎛️ Updated: Development dependencies
v10.2.6
v10.2.6 ✨
- ➕ Added:
- New
How-to Guides
example forDynamic list position
based on it's position inside viewport [#158]
- New
- 🎛️ Updated:
- Library code with minor cleanup & optimizations resulted in minor size reduction for faster loading time
Configuration
documentation section- Development dependencies
- 🧹 Removed:
autoComplete.search()
API method to be only available perautoComplete.js
instance instead of global
v10.2.5
v10.2.5 ✨
- 🔧 Fixed:
response
eventEmitter not firing indata.cache
mode
v10.2.4
v10.2.3
v10.2.2
v10.2.2 ✨
- ➕ Added: Security awareness note under the
Usage
section in the Docs (Thanks 👍 @needlag) #254 - 🔧 Fixed:
search
API method was not returning the result value - 🎛️ Updated: Library code with deep cleanup & minor optimizations resulted in around
2.4%
size reduction of the minified version and3.2%
of the original version and additional performance improvements
v10.2.1
v10.2.1 ✨
- 🧹 Removed:
preventDefault
onTab
key press event - 🎛️ Updated:
No Results Found
example underHow-to Guides
in documentation
v10.2.0
v10.2.0 ✨
- ➕ Added:
submit
API property controlsEnter
button default behavior (Thanks 👍 @CodeWithOz) #249 #224 #189 - ➕ Added:
query
parameter to thestart("query")
API method for programmatic operations - 🔧 Fixed: Generated errors when
resultsList
is disabled due to the attachment of thekeydown
event - 🎛️ Updated: Library code with minor optimizations
- 🧹 Removed: Engines field in package.json