Skip to content

Commit

Permalink
web: build v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Sep 27, 2018
1 parent 81dff6e commit ed05933
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<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>
</details>

## v2.10.0

- Support array of (conjunction) objects in react prop - [commit](https://github.com/appbaseio/reactivesearch/commit/b812d7b5239b2aac6bb93018a4e8c305a644f1aa)
- Fix page change behavior on query change - [commit](https://github.com/appbaseio/reactivesearch/commit/07f80914b03ef4c80e572960fe4e152312137de6)
- Adds on demand loading in list components for [#515](https://github.com/appbaseio/reactivesearch/issues/515)
- Support Pagination with JS disabled in browser (helpful in crawling) [#477](https://github.com/appbaseio/reactivesearch/issues/477)
- Add support for scrollTarget [#369](https://github.com/appbaseio/reactivesearch/issues/369)

## v2.9.1
- Appbase-js build fixes
- No restriction on API endpoint for analytics
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.9.1",
"version": "2.10.0",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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 ed05933

Please sign in to comment.