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

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
<a name="5.1.0"></a>
# [5.1.0](v5.0.3...v5.1.0) (2018-05-28)

### Bug Fixes

* **connectInfiniteHits:** always set a value for previous page ([#1195](#1195)) ([4c218d5](4c218d5))
* **indexUtils:** avoid throw an error on cleanUp multi indices ([#1265](#1265)) ([12f5ace](12f5ace))

### Features

* **searchClient:** Add support for custom Search Clients ([#1216](#1216)) ([174cc28](174cc28))
  • Loading branch information
samouss committed May 28, 2018
1 parent 1d3845e commit e9f5daa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="5.1.0"></a>
# [5.1.0](https://github.com/algolia/react-instantsearch/compare/v5.0.3...v5.1.0) (2018-05-28)


### Bug Fixes

* **connectInfiniteHits:** always set a value for previous page ([#1195](https://github.com/algolia/react-instantsearch/issues/1195)) ([4c218d5](https://github.com/algolia/react-instantsearch/commit/4c218d5))
* **indexUtils:** avoid throw an error on cleanUp multi indices ([#1265](https://github.com/algolia/react-instantsearch/issues/1265)) ([12f5ace](https://github.com/algolia/react-instantsearch/commit/12f5ace))


### Features

* **searchClient:** Add support for custom Search Clients ([#1216](https://github.com/algolia/react-instantsearch/issues/1216)) ([174cc28](https://github.com/algolia/react-instantsearch/commit/174cc28))



<a name="5.0.3"></a>
## [5.0.3](https://github.com/algolia/react-instantsearch/compare/v5.0.2...v5.0.3) (2018-04-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.3",
"version": "5.1.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch",
"version": "5.0.3",
"version": "5.1.0",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"keywords": [
"algolia",
Expand Down

0 comments on commit e9f5daa

Please sign in to comment.