Releases: algolia/instantsearch
Releases · algolia/instantsearch
v4.8.2
4.8.2 (2020-09-22)
Bug Fixes
- insights: fix the regression that it didn't send events with instantsearch.insights() (#4519) (10e38df)
v4.8.1
4.8.1 (2020-09-15)
Bug Fixes
- hitsPerPage: update link to hitsPerPage widget (#4513) (daa4bb9)
- infiniteHits: compute
isLastPage
based on cached pages (#4509) (b6fb1ab)
v4.8.0
4.8.0 (2020-09-08)
Features
v4.7.2
4.7.2 (2020-08-31)
Bug Fixes
- bundlesize: remove prop-type imports (#4491) (8361cd6)
- router: skip router write on duplicate entries (#4487) (9296022)
- searchBox: pass "spellcheck" property correctly to input (#4483) (3cf43c7)
v4.7.1
4.7.1 (2020-08-19)
Bug Fixes
- configureRelatedItems: support nested attributes (#4480) (2266004)
- connectToggleRefinement: fix onFacetValue/offFacetValue on render when using arrays for on/off (#4449) (fd3e83f)
- index: don't show a development warning for inconsistent UI state in
connectRange
(#4440) (eb8c8b3), closes #4437
- infiniteHits: work with controlled mode (#4435) (68b20f4)
- typescript: correct dummy v4 client (#4459) (ca0c394)
- typescript: jsDoc comments which conform to Connector definition (#4458) (5209bdb)
- typescript: export correct types (#4476) (5fb4c5b)
v4.7.0
4.7.0 (2020-06-15)
Bug Fixes
- rangeInput: clear input when refinement is cleared (#4429) (a2c7663)
Features
v4.6.0
4.6.0 (2020-06-08)
Bug Fixes
- connectPagination: set
isLastPage
to true
when no results (#4422) (92bcc02)
- rangeInput: support typing float numbers (#4418) (61b19b8)
Features
- connectToggleRefinement: add support for array values (#4420) (fe1fbee)
v4.5.0
4.5.0 (2020-05-13)
Bug Fixes
- middleware: subscribe middleware after
init
(#4322) (f61fc4d)
Features
- index: support adding index widget with initial UI state (#4359) (5ff4c83)
- voice: allow custom voice helper (#4363) (4a00fa6)
v4.4.1
4.4.1 (2020-04-29)
Bug Fixes
v4.4.0
4.4.0 (2020-04-08)
Features
- introduce controlled mode APIs with
onStateChange
and setUiState
(#4362) (4953324)