Skip to content

Commit

Permalink
web: Build v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu013 committed Aug 27, 2018
1 parent 7348f24 commit b3ac8e7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/reactivecore
Submodule reactivecore updated 1 files
+1 −1 package.json
5 changes: 4 additions & 1 deletion packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

<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>
- Fixes issue with cursor jumping in search componentes [#394](https://github.com/appbaseio/reactivesearch/issues/394)
</details>

## v2.8.2
- Fixes issue with cursor jumping in search componentes [#394](https://github.com/appbaseio/reactivesearch/issues/394)
- Upgrades reactivecore to v4.3.0

## v2.8.1
- Fix suggestion parsing where some suggestions were missed due to case sensitive checks [#480](https://github.com/appbaseio/reactivesearch/issues/480)
- Add `renderSuggestions` support in `DataSearch` and `CategorySearch` [#354](https://github.com/appbaseio/reactivesearch/issues/354)
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appbaseio/reactivesearch",
"version": "2.8.1",
"version": "2.8.2",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "metagrover",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivecore": "^4.2.0",
"@appbaseio/reactivecore": "^4.3.0",
"appbase-js": "^3.2.0",
"downshift": "^1.31.2",
"emotion": "^9.0.0",
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 b3ac8e7

Please sign in to comment.