Releases: algolia/react-instantsearch
Releases · algolia/react-instantsearch
v6.24.3
6.24.3 (2022-05-10)
Bug Fixes
- numericmenu: include range values in comparison with minmax bounds (#3461) (e4c2682)
v6.24.2
6.24.2 (2022-05-05)
Bug Fixes
- hooks: prevent infinite loops from render state (#3455) (1799fc9)
v6.24.1
6.24.1 (2022-05-03)
Bug Fixes
- types: export correct types for react-instantsearch-hooks-web (#3454) (a863430)
v6.23.4
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
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.1
6.23.1 (2022-03-30)
Bug Fixes
- hooks: compute initial search parameters from widget (#3399) (b4bd933)
v6.23.0
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
6.22.0 (2022-02-01)
Bug Fixes
- hooks: enable pause on exceptions on warning (#3283) (ce3a6c3)
Features