Skip to content

Releases: TarekRaafat/autoComplete.js

v3.2.2

11 Jan 11:59
Compare
Choose a tag to compare

v3.2.2 ✨

  • Fixed bug with hightlight API default value during strict engine mode
  • Fixed bug with resultsList API default value when not configured

v3.2.1

08 Jan 15:41
Compare
Choose a tag to compare

v3.2.1 ✨

  • Isolated resultsList value for multiple instances (Thanks @albu77)

v3.2.0

07 Jan 11:12
Compare
Choose a tag to compare

v3.2.0 ✨

  • API Enhancements over rendered results list container resultsList > container function (Thanks @albu77)

v3.1.0

06 Jan 19:48
Compare
Choose a tag to compare

v3.1.0 ✨

  • Added API for rendered results list resultsList > container function (Thanks @albu77)
  • API Enhancements

v3.0.0

06 Jan 15:52
Compare
Choose a tag to compare

v3.0.0 ✨

  • Added API for rendered result item resultItem function
  • renderResults API name changed to resultsList [Changed]

v2.1.0

05 Jan 13:18
Compare
Choose a tag to compare

v2.1.0 ✨

  • Added support for Keyboard (Arrow) & (Tab) Navigation
  • Selection event object returns in data feedback (Thanks @alvaaz)
  • Added Function support to selector for detached DOM rendering (Thanks @mikob)
  • Added Function support to renderResults for detached DOM rendering
  • Fixed Placeholder if not set doesn't overwrite external assigned values (Thanks @mikob)
  • Replaced id with data-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

24 Dec 17:03
Compare
Choose a tag to compare

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

23 Dec 08:49
Compare
Choose a tag to compare
  • v2.0.0 ✨
  • Added support for array of Objects & JSON as data source with Key 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 method CHANGED to object method data with two new methods src & key (Check API Configurations)
  • Highlighted Results class name CHANGED from .autoComplete_highlighted_result to autoComplete_highlighted
  • Many Optimizations for better performance
  • Scroll Infinite results style in Demo

v1.5.4

20 Dec 20:26
Compare
Choose a tag to compare

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

20 Dec 02:00
Compare
Choose a tag to compare

v1.5.3

  • Added threshold for minimum characters length before Engine starts rendering suggestions
  • Optimizations for better performance
  • Reduced Weight to (3KB) minified