Skip to content

Commit

Permalink
web: build v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Apr 23, 2018
1 parent 0b83ce3 commit e4a8d1e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@

<details>
<summary>The following changes have been included in the <code>dev</code> branch and will be out in the next release. <b>Click to expand</b></summary>
- Fix `onSuggestion` rendering logic in search components [here](https://github.com/appbaseio/reactivesearch/commit/a2fa590710a77c9298b88a501074d08e326eb76e)
</details>

## v2.6.0

- Fix `onSuggestion` rendering logic in search components [here](https://github.com/appbaseio/reactivesearch/commit/a2fa590710a77c9298b88a501074d08e326eb76e)
- Add `onError` support in result components [here](https://github.com/appbaseio/reactivesearch/commit/6c01c872e9211339ad972b69296f2b1da1e4fa12)
- Support toggling on integer based dropdown lists [#337](https://github.com/appbaseio/reactivesearch/commit/c10b5f222cd21e01b0208351f8d64c56e6eda148)
- Fix and cleanup infinte loading logic in Result components [#336](https://github.com/appbaseio/reactivesearch/commit/b4835ea2d623667852fdd466690cf0d66ecba5cd)
- Fix queryOptions generation logic in search components [here](https://github.com/appbaseio/reactivesearch/commit/88c850a8cc90060373a520ed73f01afc8ef05dce)
- Better query generation support in core.
- Fix complex react prop based query generation logic in core.


## v2.5.1

- Fix defaultQuery behavior in ReactiveComponent
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appbaseio/reactivesearch",
"version": "2.5.1",
"version": "2.6.0",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"typings": "./src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/umd/reactivesearch.js

Large diffs are not rendered by default.

Binary file modified packages/web/umd/reactivesearch.js.br
Binary file not shown.
Binary file modified packages/web/umd/reactivesearch.js.gzip
Binary file not shown.

0 comments on commit e4a8d1e

Please sign in to comment.