@algolia/autocomplete-core
Advanced tools
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#203Changelog
1.0.0-alpha.43 (2021-02-19)
empty
template only with a query (7c2f9a3)environment
instead of window
(0bc15e9)getAlgoliaFacetHits
preset (#451) (8876fd3)aa-Detached
CSS class on Detached mode (8a50e90)detachedMediaQuery
(46d30f5)empty
to noResults
(#450) (71ea2d0)Changelog
1.0.0-alpha.41 (2021-02-09)
openOnFocus
without items (fde8b8a)OnHighlightParams
to OnActiveParams
(2d7762d)footer
template (b2223d5)key
props to highlight children (11e5667)TData
type to AutocompletePlugin
(f62cb36)AutocompletePlugin
type from JS (ba3cda5)createElement
to highlight utils (11f4cb7)transformSource
API (fbd9e72)sourceId
to provide data-autocomplete-source-id
on section
source container (#429) (ce35fea)aa-ItemWrapper
CSS class (a56c9d4)Changelog
1.0.0-alpha.40 (2021-02-03)
getEnvironmentProps
(af49483)openOnFocus
(#407) (92eeb3e)getAlgoliaHits
param (efa4c93)Changelog
1.0.0-alpha.39 (2021-01-22)
This is a big release that changes the rendering implementation from plain HTML to Virtual DOM (see #381).
Changelog
1.0.0-alpha.38 (2020-12-12)
AutocompleteContext
to interface (0fbfe59)offsetTop
(bb1af17)enterKeyHint
prop to input (7ff2971)getItems
(b57ccf3)getSources
(309371c)AutocompleteContext
with Insights API (f1e8de4)state
to getSearchParams
(5b8de7f)