Skip to content

Releases: TarekRaafat/autoComplete.js

v10.2.7

12 Apr 22:29
Compare
Choose a tag to compare

v10.2.7 ✨

  • 🎛️ Updated: Development dependencies

v10.2.6

15 Jul 17:19
Compare
Choose a tag to compare

v10.2.6 ✨

  • ➕ Added:
    • New How-to Guides example for Dynamic list position based on it's position inside viewport [#158]
  • 🎛️ 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 per autoComplete.js instance instead of global

v10.2.5

11 Jul 15:23
Compare
Choose a tag to compare

v10.2.5 ✨

  • 🔧 Fixed: response eventEmitter not firing in data.cache mode

v10.2.4

07 Jul 18:26
Compare
Choose a tag to compare

v10.2.4 ✨

  • 🎛️ Updated: Library code with minor optimizations (Thanks 👍 @folknor) #256

v10.2.3

07 Jul 17:33
Compare
Choose a tag to compare

v10.2.3 ✨

v10.2.2

07 Jul 16:21
Compare
Choose a tag to compare

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 and 3.2% of the original version and additional performance improvements

v10.2.1

04 Jul 06:32
Compare
Choose a tag to compare

v10.2.1 ✨

  • 🧹 Removed: preventDefault on Tab key press event
  • 🎛️ Updated: No Results Found example under How-to Guides in documentation

v10.2.0

03 Jul 13:11
Compare
Choose a tag to compare

v10.2.0 ✨

  • ➕ Added: submit API property controls Enter button default behavior (Thanks 👍 @CodeWithOz) #249 #224 #189
  • ➕ Added: query parameter to the start("query") API method for programmatic operations
  • 🔧 Fixed: Generated errors when resultsList is disabled due to the attachment of the keydown event
  • 🎛️ Updated: Library code with minor optimizations
  • 🧹 Removed: Engines field in package.json

v10.1.5

18 Jun 11:57
Compare
Choose a tag to compare

v10.1.5 ✨

  • 🧹 Removed: preInit stage (Thanks 👍 @folknor) #229
  • 🔧 Fixed: unInit to remove the wrapper element (Thanks 👍 @deniseismo) #245

v10.1.4

16 Jun 11:58
Compare
Choose a tag to compare

v10.1.4 ✨

  • 🔧 Fixed: Unresolved dependencies when building a svelte app (Thanks 👍 @sunshineplan) #243