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

12356

4.0.0-beta.6

Diff
mthuret
published 4.0.0-beta.6 •

Changelog

Source

4.0.0-beta.6 (2017-05-04)

<a name="4.0.0-beta.5"></a>

mthuret
published 3.3.2 •
mthuret
published 4.0.0-beta.5 •

Changelog

Source

4.0.0-beta.5 (2017-05-02)

Bug Fixes

  • connectAutoComplete: allow usage with hits from a single index (#75) (8b3b358), closes #74
  • InstantSearch: update algoliaClient when it change (#70) (9e97dbd)

<a name="4.0.0-beta.4"></a>

mthuret
published 4.0.0-beta.4 •

Changelog

Source

4.0.0-beta.4 (2017-04-25)

Bug Fixes

  • MultIndex: no need to nest hits, if those are from main index. (#56) (86e0bd7)

Features

  • MultiIndex: remove the need for virtual hits when using connectAutoComplete (#45) (7549019)

<a name="4.0.0-beta.3"></a>

mthuret
published 4.0.0-beta.3 •

Changelog

Source

4.0.0-beta.3 (2017-04-21)

Bug Fixes

  • replace usage of Object.values (#47) (4c79e3e)

<a name="4.0.0-beta.2"></a>

haroenv
published 4.0.0-beta.2 •

Changelog

Source

4.0.0-beta.2 (2017-04-18)

Bug Fixes

  • InstantSearch: dont fire request/onsearchStateChange when unmounting (#26) (9a1487a)
  • MultiIndex: derived helper were using main index specifics params (#36) (991fea6)
  • MultiIndex: revert breaking change if no multiple index (#32) (44f7de0)
  • util: remove empty key was removing non object key (#29) (9f795c7)

Features

  • Highlighter: allow rendering to custom tag (#11) (52a1212)
  • SearchBox: add default width and height to buttons. (#34) (bcabf9b)

<a name="4.0.0-beta.1"></a>

mthuret
published 4.0.0-beta.1 •

Changelog

Source

4.0.0-beta.1 (2017-04-03)

Bug Fixes

  • SFFV: fix wrong query behaviour with slow network (#2086) (c251e8f), closes #2086

<a name="4.0.0-beta.0"></a>

mthuret
published 3.3.1 •
mthuret
published 4.0.0-beta.0 •

Changelog

Source

4.0.0-beta.0 (2017-03-28)

Features

  • multi-index: ease multi index and auto complete (09a4e1d)

BREAKING CHANGES

  • multi-index: * Reseting the pagination should be done at each connector level inside the "refine" function when returning the search state.
  • The current page now appears inside the search state when a widget is used
  • Query values are part of the items prop of the connectCurrentRefinements connector. Behaviour is unchanged, query will be filtered if clearsQuery prop is false.
  • Add the index name to all the current refinements items. (not used by our widgets yet, but available if needed).

<a name="3.3.0"></a>

vvo
published 3.3.0 •

Changelog

Source

3.3.0 (2017-03-22)

Bug Fixes

  • example: Fix access to props in react-router example (1417d6f)

<a name="3.2.2-beta0"></a>