AutoComplete.js Versions Save

Simple autocomplete pure vanilla Javascript library.

v10.2.7

2 years ago

v10.2.7 โœจ

  • ๐ŸŽ›๏ธ Updated: Development dependencies

v10.2.6

2 years ago

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

2 years ago

v10.2.5 โœจ

  • ๐Ÿ”ง Fixed: response eventEmitter not firing in data.cache mode

v10.2.4

2 years ago

v10.2.4 โœจ

  • ๐ŸŽ›๏ธ Updated: Library code with minor optimizations (Thanks ๐Ÿ‘ @folknor) #256

v10.2.3

2 years ago

v10.2.3 โœจ

  • ๐Ÿ”ง Fixed: query API issue (Thanks ๐Ÿ‘ @folknor) #254

v10.2.2

2 years ago

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

2 years ago

v10.2.1 โœจ

  • ๐Ÿงน Removed: preventDefault on Tab key press event
  • ๐ŸŽ›๏ธ Updated: No Results Found example under How-to Guides in documentation

v10.2.0

2 years ago

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

2 years ago

v10.1.5 โœจ

  • ๐Ÿงน Removed: preInit stage (Thanks ๐Ÿ‘ @folknor) #229
  • ๐Ÿ”ง Fixed: unInit to remove the wrapper element (Thanks ๐Ÿ‘ @deniseismo) #245

v10.1.4

2 years ago

v10.1.4 โœจ

  • ๐Ÿ”ง Fixed: Unresolved dependencies when building a svelte app (Thanks ๐Ÿ‘ @sunshineplan) #243