Skip to content

Commit

Permalink
Merge branch 'develop' into fix/searchbox-react
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Feb 19, 2019
2 parents 8b92fa1 + 4b8e271 commit 684cde8
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 116 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ search.start();

<p align="center">
<a href="https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/InstantSearch.js/getting-started" title="Edit on CodeSandbox">
<img alt="Preview" src="https://user-images.githubusercontent.com/6137112/41590781-27c9d4ba-73b8-11e8-823b-6ae3748db48a.png">
<br>
<img alt="Edit on CodeSandbox" src="https://codesandbox.io/static/img/play-codesandbox.svg">
</a>
</p>
Expand All @@ -106,7 +104,7 @@ yarn add instantsearch.js algoliasearch

## Documentation

The documentation is available on the [Algolia documentation website](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/).
The documentation is available on the [Algolia website](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/).

## Demos

Expand All @@ -126,16 +124,16 @@ Start by [adding widgets](https://www.algolia.com/doc/guides/building-search-ui/

We support the **last two versions of major browsers** (Chrome, Edge, Firefox, Safari).

To support [IE11](https://en.wikipedia.org/wiki/Internet_Explorer_11), we recommend loading [polyfill.io](https://polyfill.io) with the following URL `https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Array.prototype.includes`
Please refer to the [browser support](https://www.algolia.com/doc/guides/building-search-ui/installation/js/#browser-support) section in the documentation to use InstantSearch.js on other browsers.

## Contributing

We welcome all contributors, from casual to regular 💙

* **Bug report**. Is something not working as expected? [Send a bug report](https://github.com/algolia/instantsearch.js/issues/new?template=Bug_report.md).
* **Feature request**. Would you like to add something to the library? [Send a feature request](https://github.com/algolia/instantsearch.js/issues/new?template=Feature_request.md).
* **Documentation**. Did you find a typo in the doc? Click on the `edit this page` button.
* **Development**. If you don't know where to start, you can check the open issues that are [tagged easy](https://github.com/algolia/instantsearch.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty%3A++++++%E2%9D%84%EF%B8%8F+easy%22), the [bugs](https://github.com/algolia/instantsearch.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%9D%A4+Bug%22) or [chores](https://github.com/algolia/instantsearch.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%9C%A8+Chore%22).
- **Bug report**. Is something not working as expected? [Send a bug report](https://github.com/algolia/instantsearch.js/issues/new?template=Bug_report.md).
- **Feature request**. Would you like to add something to the library? [Send a feature request](https://github.com/algolia/instantsearch.js/issues/new?template=Feature_request.md).
- **Documentation**. Did you find a typo in the doc? [Open an issue](https://github.com/algolia/instantsearch.js/issues/new) and we'll take care of it.
- **Development**. If you don't know where to start, you can check the open issues that are [tagged easy](https://github.com/algolia/instantsearch.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty%3A++++++%E2%9D%84%EF%B8%8F+easy%22), the [bugs](https://github.com/algolia/instantsearch.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%9D%A4+Bug%22) or [chores](https://github.com/algolia/instantsearch.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%9C%A8+Chore%22).

To start contributing to code, you need to:

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/core": "7.3.3",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/plugin-transform-react-constant-elements": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@babel/preset-typescript": "7.3.3",
"@babel/register": "7.0.0",
"@storybook/addon-actions": "4.1.11",
"@storybook/addon-options": "4.1.11",
Expand All @@ -89,25 +89,25 @@
"babel-jest": "24.1.0",
"babel-loader": "8.0.5",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-module-resolver": "3.1.3",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-react-pure-class-to-function": "1.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bundlesize": "0.17.1",
"colors": "1.3.2",
"compression": "1.7.3",
"conventional-changelog-cli": "2.0.11",
"conventional-changelog-cli": "2.0.12",
"doctoc": "1.4.0",
"enzyme": "3.8.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.9.1",
"enzyme-to-json": "3.3.5",
"eslint": "5.13.0",
"eslint": "5.14.0",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "4.0.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jasmine": "2.10.1",
"eslint-plugin-jest": "22.2.2",
"eslint-plugin-jest": "22.3.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"express": "4.16.4",
Expand All @@ -119,8 +119,8 @@
"mversion": "1.13.0",
"places.js": "1.15.5",
"prettier": "1.16.4",
"react-test-renderer": "16.8.1",
"rollup": "1.1.2",
"react-test-renderer": "16.8.2",
"rollup": "1.2.1",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-filesize": "6.0.1",
Expand All @@ -141,7 +141,7 @@
"wdio-sauce-service": "0.4.14",
"wdio-visual-regression-service": "0.9.0",
"webdriverio": "5.4.13",
"webpack": "4.29.3"
"webpack": "4.29.4"
},
"bundlesize": [
{
Expand Down
Loading

0 comments on commit 684cde8

Please sign in to comment.