...
MAJOR version when there are breaking changes
MINOR version when new functionality is added that is backwards-compatible with the previous version
PATCH version when there are backwards-compatible bug fixes
Releases
1.0.13 - November 17, 2022
Prepended
searchUrl
value to autocomplete URL properties to fix redirects from non-search pages
1.0.12 - November 17, 2022
Added configurable
searchUrl
property with default value of/search
Prevented search and tracking API calls on pages that do not contain a Search Results Component instance
...