v1.0.0-alpha.46
·
338 commits
to next
since this release
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)