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

Commit

Permalink
v4.0.0-beta.2
Browse files Browse the repository at this point in the history
<a name="4.0.0-beta.2"></a>
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2017-04-18)

### Bug Fixes

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

### Features

* **Highlighter:** allow rendering to custom tag (#11) ([52a1212](52a1212))
* **SearchBox:** add default width and height to buttons. (#34) ([bcabf9b](bcabf9b))
  • Loading branch information
Haroenv committed Apr 18, 2017
1 parent 7454c05 commit 0de59f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
<a name="4.0.0-beta.2"></a>
# [4.0.0-beta.2](https://github.com/algolia/react-instantsearch/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2017-04-18)


### Bug Fixes

* **InstantSearch:** dont fire request/onsearchStateChange when unmounting (#26) ([9a1487a](https://github.com/algolia/react-instantsearch/commit/9a1487a))
* **MultiIndex:** derived helper were using main index specifics params (#36) ([991fea6](https://github.com/algolia/react-instantsearch/commit/991fea6))
* **MultiIndex:** revert breaking change if no multiple index (#32) ([44f7de0](https://github.com/algolia/react-instantsearch/commit/44f7de0))
* **util:** remove empty key was removing non object key (#29) ([9f795c7](https://github.com/algolia/react-instantsearch/commit/9f795c7))


### Features

* **Highlighter:** allow rendering to custom tag (#11) ([52a1212](https://github.com/algolia/react-instantsearch/commit/52a1212))
* **SearchBox:** add default width and height to buttons. (#34) ([bcabf9b](https://github.com/algolia/react-instantsearch/commit/bcabf9b))



<a name="4.0.0-beta.1"></a>
# [4.0.0-beta.1](https://github.com/algolia/instantsearch.js/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2017-04-03)

Expand Down

0 comments on commit 0de59f3

Please sign in to comment.