Changelog

Important

This document is for the New Autosuggest SDK (vanilla JavaScript, no jQuery). If you are on the legacy Autosuggest JS SDK, refer to the Legacy Autosuggest SDK Documentation. We recommend integrating and staying on the latest version of the New Autosuggest SDK.


v1.1.1

  • Release date: March 17, 2026
  • Core SDK Version: v1.1.1

Enhancements

  • Search API rows and fields — Search API calls (prefetch and hover) now use rows and fields from the popularProducts config. This allows you to control the number of products and which fields are returned in search results via popularProducts.count and popularProducts.fields.

v1.1.0

  • Release date: March 11, 2026
  • Core SDK Version: v1.1.0

Features

  • Added hover interaction support on search suggestions for improved UX.
  • Added keyboard-driven search navigation functionality.

Enhancements

  • initialRequest config is now a boolean for cleaner, more intuitive configuration.
  • Debounce support added to control API call frequency while typing.
  • Improved handling of trending searches and empty product results.
  • CSS class names in the default popover are now more consistent and predictable.

Bug Fixes

  • Fixed scroll behavior within the suggestion dropdown.
  • Fixed empty products state not rendering correctly for trending searches.

v1.0.0

  • Release date: Initial release
  • Core SDK Version: v1.0.0

Features

  • Real-time autosuggest as users type in a search input.
  • No jQuery or external library dependencies; vanilla JavaScript only.
  • Configurable suggestion types: in-field, keyword suggestions, top queries, promoted suggestions, popular products, trending searches.
  • Custom template support for full control over suggestion UI markup and styling.
  • Lifecycle event callback (onEvent) for analytics, error handling, and integration.
  • Configurable debounce and minimum character threshold for API requests.
  • Framework-agnostic; works with any frontend or plain HTML/JS.