@algolia/autocomplete-core
Advanced tools
Changelog
Changelog
1.0.0-alpha.46 (2021-04-22)
This new version introduces the Requester API, which transparently batches calls to the same Algolia application. The getAlgoliaHits
function is replaced by getAlgoliaResults
, and getAlgoliaFacetHits
by getAlgoliaFacets
. Both functions no longer return a promise that resolves to the fetched records, but expose a transformResponse
method that exposes the results, hits and facet hits for you to manipulate and return if need be. Learn more in the documentation.
getBoundingClientRect
(#536) (492e058)Changelog
1.0.0-alpha.45 (2021-04-09)
window
references (#501) (7628d09)categoriesLimit
to itemsWithCategories
(#491) (4c97375)elements
record to render
(#490) (a50712e)state
to transformSource
(#516) (eaa2026)Changelog
1.0.0-alpha.44 (2021-03-01)
shouldPanelOpen
(#456) (dd28098)title
s to submit and clear button (45944e4), closes algolia/algoliasearch-netlify#203