github algolia/autocomplete v1.0.0-alpha.46

latest releases: v1.17.2, v1.17.1, v1.17.0...
3 years ago

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.

Bug Fixes

  • classic-theme: fix modal display in Detached Mode (#531) (abf98ef)
  • classic-theme: remove pointer cursor on no result item content (#529) (b241df4)
  • examples: update build command (#539) (f5254e9)
  • js: compute panel top position with getBoundingClientRect (#536) (492e058)
  • types: fix collision between js/core and plugins (#532) (ac79f67)
  • adjust examples (#527) (32bd2bc)
  • theme-classic: wrap item content when there's no link (#522) (c6afe42)

Features

Don't miss a new autocomplete release

NewReleases is sending notifications on new releases.