Releases: algolia/autocomplete
Releases · algolia/autocomplete
v1.0.1
v1.0.0-alpha.49
v1.0.0
v1.0.0-alpha.48
v1.0.0-alpha.47
v1.0.0-alpha.46
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
v1.0.0-alpha.45
1.0.0-alpha.45 (2021-04-09)
Bug Fixes
- js: change button class name to "aa-ClearButton" (5991e77)
- js: prevent id incrementation when toggling detached mode (#489) (fe2bf13)
- js: remove
windowreferences (#501) (7628d09) - js: run reactive values only once (8356031)
- qs: rename
categoriesLimittoitemsWithCategories(#491) (4c97375)
Features
- autocomplete-theme-classic: align search box properly (#511) (c807ed4), closes #513
- js: introduce Component API (#505) (74a908c)
- js: pass
elementsrecord torender(#490) (a50712e) - plugins: provide
statetotransformSource(#516) (eaa2026) - recent-searches: export storage and search APIs (#473) (09be485)
- theme: patch theme (#497) (9bf41e2)
v1.0.0-alpha.44
1.0.0-alpha.44 (2021-03-01)
Bug Fixes
- core: compute open state on focus with
shouldPanelOpen(#456) (dd28098) - js: provide
titles to submit and clear button (45944e4), closes algolia/algoliasearch-netlify#203 - js: rename "Reset" button to "Clear" (434c565)
- theme: keep item icon ratio (b77921e)
Features
v1.0.0-alpha.43
1.0.0-alpha.43 (2021-02-19)
Bug Fixes
- js: display
emptytemplate only with a query (7c2f9a3) - js: rely on
environmentinstead ofwindow(0bc15e9) - theme: update icons and Detached mode design (#443) (af43a37)
Features
- algolia: add
getAlgoliaFacetHitspreset (#451) (8876fd3) - algolia: fix highlighting hit type (#452) (0f92710)
- css: support Detached mode (#438) (82747d5)
- js: add
aa-DetachedCSS class on Detached mode (8a50e90) - js: always keep panel open on detached mode (9014a41)
- js: rename
detachedMediaQuery(46d30f5) - js: rename
emptytonoResults(#450) (71ea2d0) - js: rename classnames to Detached (dadec26)
- plugins: add categories to Query Suggestions and Recent Searches (54ef36c)
- recent-searches: display tap-ahead button (b3670c9)
- theme: design search button focus state (e284771)
- theme: support modal design on Detached Mode (#445) (5043d27)
- theme: update search button design (818a1d9)
v1.0.0-alpha.42
1.0.0-alpha.42 (2021-02-09)
Bug Fixes
- core: rename
shouldPanelShowtoshouldPanelOpen(c442884) - js: change highlighted element
keyto index (d4d0348)
