Skip to content

Releases: algolia/instantsearch

v4.8.2

22 Sep 09:24
84929f8
Compare
Choose a tag to compare

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

15 Sep 09:13
d5526a0
Compare
Choose a tag to compare

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

08 Sep 11:21
58402ce
Compare
Choose a tag to compare

4.8.0 (2020-09-08)

Features

v4.7.2

31 Aug 07:33
77a85e0
Compare
Choose a tag to compare

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

19 Aug 08:25
8e6a645
Compare
Choose a tag to compare

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

15 Jun 09:27
ada37ae
Compare
Choose a tag to compare

4.7.0 (2020-06-15)

Bug Fixes

  • rangeInput: clear input when refinement is cleared (#4429) (a2c7663)

Features

v4.6.0

08 Jun 09:15
0c75437
Compare
Choose a tag to compare

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

13 May 14:22
c0c0ab4
Compare
Choose a tag to compare

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

29 Apr 15:11
56fcb8c
Compare
Choose a tag to compare

4.4.1 (2020-04-29)

Bug Fixes

v4.4.0

08 Apr 13:21
bae6ed2
Compare
Choose a tag to compare

4.4.0 (2020-04-08)

Features

  • introduce controlled mode APIs with onStateChange and setUiState (#4362) (4953324)