New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-instantsearch-theme-algolia

Package Overview
Dependencies
Maintainers
17
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-instantsearch-theme-algolia - npm Package Versions

12346

3.2.2-beta0

Diff
haroenv
published 3.2.2-beta0 •

Changelog

Source

3.2.2-beta0 (2017-03-20)

Bug Fixes

  • InfiniteHits: provide translation key for Load More (#2048) (6130bf2)
  • SearchBox: better mobile behaviour by default (ea968b3)
  • example: link to instantsearch/react (#2007) (5e674cd)
  • recipes: react router v4 (de673bf)

Features

  • SearchBox: add role=search to the form (#2046) (d1e90f3)
  • SearchBox: allow custom reset and submit components (#1991) (cd303d7)
  • searchBox: add event handling (e267ab6), closes #2017

<a name="3.2.1"></a>

vvo
published 3.2.1 •

Changelog

Source

3.2.1 (2017-02-22)

Bug Fixes

  • umd: Add connectors to UMD build (#1988) (23ac5e6), closes #1987

<a name="3.2.0"></a>

vvo
published 3.2.0 •

Changelog

Source

3.2.0 (2017-02-15)

Bug Fixes

  • Configure: use props a unique source of truth (#1967) (9d53d86)
  • SearchBox: Safari can only have <use> with xlinkHref (#1970) (7ab00bd), closes #1968

Features

  • MultiRange: add an all range (#1959) (a3dc950)

BREAKING CHANGES

  • MultiRange: - MultiRange/connectMultiRange: will add a "All" range to allow unselection of range without the usage of CurrentRefinements. This range can be either filtered or ramove via CSS if not needed. The label can be changed by using our translations system.

<a name="3.1.0"></a>

vvo
published 3.1.0 •

Changelog

Source

3.1.0 (2017-02-08)

Bug Fixes

  • Configure: call onSearchStateChange when props are updated (#1953) (7e151db), closes #1950
  • Configure: trigger onSearchStateChange with the right data (11e5af8)
  • createConnector: updates with latest props on state change (#1951) (cd3a82c)

Features

  • ClearAll: add withQuery to also clear the search query (#1958) (c0e695b)

<a name="3.0.0"></a>

vvo
published 3.0.0 •

Changelog

Source

3.0.0 (2017-02-06)

Bug Fixes

  • *List: disable shortcuts in *List SearchBoxes (#1921) (51a76ae), closes #1920
  • Configure: add configure parameters in search state (#1935) (0971330), closes #1863
  • Hits: limit the hitComponent to be only a function (#1912) (b3c9578)
  • Pagination: fix and indicate when pagination is disabled (5f20199), closes #1938
  • StarRating: usage with filters (#1933) (667e9d5)
  • withSearchBox: keep displaying searchBox when no items found (#1930) (30de4cd)

Features

  • MultiRange: indicate if a range has no refinements (#1926) (80b6450)
  • panel: add a panel widget (#1889) (594e1a1)
  • starRating: indicate when any refinement has no effect (c547ae5)
  • widgets: default design for disabled states (#1929) (31f010b)

Migration guide

The migration to V3.0.0 should be safe and you should do it.

There are two breaking changes that you will need to handle in your codebase:

  • Anytime you are using a connector, when there are no more items in it or no more hits, we will still call your Component. Thus you will have to handle cases like dealing with empty arrays and decide if you want to unmount or hide the widget.
  • Anytime you are using a widget, when there are no more items in it or no more hits, we will still display the widget. You can then decide to hide it with CSS.

<a name="2.2.5"></a>

vvo
published 2.2.5 •

Changelog

Source

2.2.5 (2017-01-23)

Bug Fixes

  • currentRefinements: make removing a toggle refinement work (8995e64)

<a name="2.2.4"></a>

vvo
published 2.2.4 •

Changelog

Source

2.2.4 (2017-01-20)

Bug Fixes

  • publish: publish react-instantsearch/dist instead of root (#1884) (64414e0)

<a name="2.2.3"></a>

vvo
published 2.2.3 •

Changelog

Source

2.2.3 (2017-01-20)

Bug Fixes

  • SFFV: translations for searchbox were not applied (#1879) (e9b4ee1)

<a name="2.2.2"></a>

vvo
published 2.2.2 •

Changelog

Source

2.2.2 (2017-01-18)

Bug Fixes

  • react-router: search was triggered two many times (#1840) (25e9db5)
  • SFFV: empty query triggered a new SFFV (#1875) (6c8259a)

<a name="2.2.1"></a>

mthuret
published 2.2.1 •

Changelog

Source

2.2.1 (2017-01-18)

Bug Fixes

  • createInstantsearch: fix missing props (#1867) (8d319b5), closes #1867

<a name="2.2.0"></a>