Releases: TarekRaafat/autoComplete.js
Releases · TarekRaafat/autoComplete.js
v3.2.2
v3.2.2 ✨
- Fixed bug with
hightlight
API default value duringstrict
engine mode - Fixed bug with
resultsList
API default value when not configured
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v3.0.0 ✨
- Added API for rendered result item
resultItem
function renderResults
API name changed toresultsList
[Changed]
v2.1.0
v2.1.0 ✨
- Added support for Keyboard
(Arrow)
&(Tab)
Navigation - Selection event object returns in data feedback (Thanks @alvaaz)
- Added
Function
support toselector
for detached DOM rendering (Thanks @mikob) - Added
Function
support torenderResults
for detached DOM rendering - Fixed Placeholder if not set doesn't overwrite external assigned values (Thanks @mikob)
- Replaced
id
withdata-attribute
(Thanks @mikob) - Input doesn't clear automatically
onSelection
event (Thanks @mikob) - Place Holder doesn't assign selected value
onSelection
event automatically - Error message rendered on Engine failure in the body for End-User
[Removed]
(Thanks @mikob) - API
data-attribute
setting[Removed]
- Optimizations
- Style Enhancementsa
v2.0.1
v2.0.1 ✨
- Fixed multiple space input issue (Thanks 👍 @DevOsamaMohamed)
- Fixed remote data source excessive requests (Thanks 👍 @DevOsamaMohamed)
- Optimizations for performance enhancements
- Reduced Weight
v2.0.0
- v2.0.0 ✨
- Added support for array of
Objects
&JSON
as data source withKey
selection - Added support for external data source via
Promises
&Async/Await
function - Added more comprehensive and usable data feedback on user selection
(User Input, Results List, User Selection)
Object dataSrc
methodCHANGED
to object methoddata
with two new methodssrc
&key
(Check API Configurations)- Highlighted Results class name
CHANGED
from.autoComplete_highlighted_result
toautoComplete_highlighted
- Many Optimizations for better performance
- Scroll Infinite results style in Demo
v1.5.4
v1.5.4
- Gzipped options for both builds are ready
(2KB) non-minified
&(1KB) minified
- Fixed styling issue with selections last selection child on mobile devices
v1.5.3
v1.5.3
- Added
threshold
for minimum characters length before Engine starts rendering suggestions - Optimizations for better performance
- Reduced Weight to
(3KB)
minified