Skip to content

Releases: algolia/instantsearch

v4.8.5

10 Nov 09:25
751b7bc
Compare
Choose a tag to compare

4.8.5 (2020-11-10)

Bug Fixes

  • configure: pass the latest state to onStateChange (#4555) (6ab76e8)

v4.8.4

27 Oct 09:45
f2d8087
Compare
Choose a tag to compare

4.8.4 (2020-10-27)

Bug Fixes

  • infiniteHits: do not cache the cached hits inside the connector (#4534) (c97395e)
  • insights: show deprecation warnings for old insights related properties and functions (#4524) (c93e1cf)

v4.8.3

29 Sep 12:45
71ebada
Compare
Choose a tag to compare

4.8.3 (2020-09-29)

Bug Fixes

  • middleware: rename EXPERIMENTAL_use to use (#4450) (87ecb99)
  • refinementList: cap maxFacetHits to 100 for SFFV (#4523) (baf1f02)

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)