Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Releases: algolia/react-instantsearch

v6.24.3

10 May 10:15
d8fe9ef
Compare
Choose a tag to compare

6.24.3 (2022-05-10)

Bug Fixes

  • numericmenu: include range values in comparison with minmax bounds (#3461) (e4c2682)

v6.24.2

05 May 10:00
2546626
Compare
Choose a tag to compare

6.24.2 (2022-05-05)

Bug Fixes

  • hooks: prevent infinite loops from render state (#3455) (1799fc9)

v6.24.1

03 May 09:25
2d99b88
Compare
Choose a tag to compare

6.24.1 (2022-05-03)

Bug Fixes

  • types: export correct types for react-instantsearch-hooks-web (#3454) (a863430)

v6.24.0

28 Apr 14:32
719b6ab
Compare
Choose a tag to compare

6.24.0 (2022-04-28)

Features

v6.23.4

21 Apr 14:39
519887d
Compare
Choose a tag to compare

6.23.4 (2022-04-21)

Bug Fixes

  • hooks: forbid importing from instantsearch.js root path (#3437) (82ef9ea)
  • packages: correctly mark peer dependency (#3439) (51e8818), closes #3428

v6.23.3

05 Apr 08:43
d5c9ce8
Compare
Choose a tag to compare

6.23.3 (2022-04-05)

Bug Fixes

  • facets: show raw value in currentRefinements (#3420) (1199ce6), closes #3412
  • multi-index: correctly set searching prop in multi-index result states (#3419) (7f8e97e)

v6.23.2

04 Apr 12:36
395e8c2
Compare
Choose a tag to compare

6.23.2 (2022-04-04)

Bug Fixes

v6.23.1

31 Mar 08:45
da3e33e
Compare
Choose a tag to compare

6.23.1 (2022-03-30)

Bug Fixes

  • hooks: compute initial search parameters from widget (#3399) (b4bd933)

v6.23.0

23 Mar 17:09
84b7ff2
Compare
Choose a tag to compare

6.23.0 (2022-03-23)

Bug Fixes

  • ssr: perform initial multi-index search using a single request (#3385) (b96809e)

Features

  • hooks: allow additional widget properties to be passed from hooks (#3359) (a047be4)
  • hooks: allow useHits and useInfiniteHit to be generic (#3364) (8e66ad3)
  • hooks: mark initial results as "artificial" (#3384) (937efdc)

v6.22.0

01 Feb 09:24
f532af6
Compare
Choose a tag to compare

6.22.0 (2022-02-01)

Bug Fixes

  • hooks: enable pause on exceptions on warning (#3283) (ce3a6c3)

Features