Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
<a name="3.1.0"></a>
# [3.1.0](v3.0.0...v3.1.0) (2017-02-08)

### Bug Fixes

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

### Features

* **ClearAll:** add withQuery to also clear the search query (#1958) ([c0e695b](c0e695b))
  • Loading branch information
vvo committed Feb 8, 2017
1 parent 9684d79 commit eba5da9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="3.1.0"></a>
# [3.1.0](https://github.com/algolia/instantsearch.js/compare/v3.0.0...v3.1.0) (2017-02-08)


### Bug Fixes

* **Configure:** call onSearchStateChange when props are updated (#1953) ([7e151db](https://github.com/algolia/instantsearch.js/commit/7e151db)), closes [#1950](https://github.com/algolia/instantsearch.js/issues/1950)
* **Configure:** trigger onSearchStateChange with the right data ([11e5af8](https://github.com/algolia/instantsearch.js/commit/11e5af8))
* **createConnector:** updates with latest props on state change (#1951) ([cd3a82c](https://github.com/algolia/instantsearch.js/commit/cd3a82c))


### Features

* **ClearAll:** add withQuery to also clear the search query (#1958) ([c0e695b](https://github.com/algolia/instantsearch.js/commit/c0e695b))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/algolia/instantsearch.js/compare/v2.2.5...v3.0.0) (2017-02-06)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"boot": "./scripts/boot.sh",
"upgrade-deps": "./scripts/upgrade-deps.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-theme-algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-instantsearch-theme-algolia",
"description": "Algolia theme for React InstantSearch",
"version": "3.0.0",
"version": "3.1.0",
"homepage": "https://community.algolia.com/instantsearch.js/react/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://www.algolia.com"
},
"description": "⚡ Lightning-fast search for React and React Native apps",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"build": "./scripts/build.sh",
"build-and-publish": "./scripts/build-and-publish.sh"
Expand Down

0 comments on commit eba5da9

Please sign in to comment.