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

docs(highlight): prettier and fix import #413

Merged
merged 1 commit into from
Oct 2, 2017
Merged

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Oct 2, 2017

The import was from InstantSearch, while it should've been from react-instantsearch/dom

The import was from `InstantSearch`, while it should've been from `react-instantsearch/dom`
@algobot
Copy link
Contributor

algobot commented Oct 2, 2017

Deploy preview ready!

Built with commit 56e44f3

https://deploy-preview-413--react-instantsearch.netlify.com

@Haroenv Haroenv requested review from mthuret and marielaures October 2, 2017 08:38
Copy link
Member

@marielaures marielaures left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Haroenv Haroenv merged commit 40eec08 into master Oct 2, 2017
@Haroenv Haroenv deleted the Haroenv-patch-1 branch October 2, 2017 09:42
mthuret pushed a commit that referenced this pull request Oct 9, 2017
* New design

* Improve landing

* Add favicon

* New hero + proper meta

* Fix meta

* Clea css and fix some colors

* Reimplement demos

* Improve deoc + mobile menu

* New links for examples

* style(highlighting): adapt stylesheet

* Clean CSS

* Update front

* Edit code highlight css

* fix(sidebar): do not apply when not enough content

* chore(doc): fix doc sidebar (tested this time)

* New doc ready

* Update readme-logo.png

* wip

* Fix error for netlify

* Update .btn-cta style

* Fix issues

* Update communityHeader.json

* Fix hero links

* Update yarn.lock

* Fix UI

* Fix linter

* Fix linter JS

* chore(deps): update dependency eslint to v4.7.2 (#360)

* chore(deps): update dependency expo to ^21.0.0 (#358)

* chore(deps): update dependency expo to v^21.0.0

* fix tests

* chore(deps): update dependency jest-expo to v21.0.2 (#359)

* chore(argos): deactive argos

* docs(examples): add source code links

* feat(Conditional): add connectStateResults connector (#357)

* feat(Conditional): add connectStateResults connector

* feat(Conditiona): add warning and examples

* docs(tourism): fix capacity selector (#373)

* docs(RefinementList): fix defaultRefinement propTypes (#374)

* chore(deps): update dependency @storybook/addon-actions to v3.2.10 (#361)

* chore(deps): update dependency @storybook/addon-actions to v3.2.10

* chore: fix PR and group storybook updates

* chore(deps): update dependency eslint-config-prettier to v2.6.0 (#367)

* chore(deps): update dependency eslint-plugin-react to v7.4.0 (#369)

* chore(deps): update dependency postcss to v6.0.12 (#372)

* chore(deps): update dependency react to v15.6.2 (#379)

* chore(deps): update dependency react-test-renderer to v15.6.2 (#381)

* docs(Toggle): add requirements to cover null values use case (#375)

* chore(deps): update dependency uglify-js to v3.1.2 (#368)

* chore(deps): update dependency prop-types to v15.6.0 (#377)

* chore(deps): update dependency react-addons-test-utils to v15.6.2 (#378)

* chore(deps): update dependency react-dom to v15.6.2 (#380)

* chore(node): update version

* chore(release): ensure yarn boot installs devDeps (#385)

Since we switched to pinned devDeps, we need to ensure they are
installed, which is not the case when yarn boot is ran with
NODE_ENV=production (releases).

* v4.1.2

<a name="4.1.2"></a>
## [4.1.2](v4.1.1...v4.1.2) (2017-09-26)

### Features

* **Conditional:** add connectStateResults connector ([#357](#357)) ([462df5f](462df5f))

* chore(deps): update examples to react-instantsearch v4.1.2

* chore(release): fix release script

* chore(deps): update dependency babel-eslint to v8.0.1 (#389)

* chore(deps): update dependency eslint-plugin-jest to v21.2.0 (#391)

* chore(deps): update dependency jest to v21.2.0 (#392)

* chore(deps): renovate @storybook packages packages (#394)

* chore(deps): update dependency react-scripts to v1.0.14 (#395)

* chore(deps): update dependency compression to v1.7.1 (#396)

* chore(deps): update dependency jest-cli to v21.2.0 (#393)

* chore(deps): update dependency babel-jest to v21.2.0 (#390)

* chore(security): use node 8.6.0

node 8.5.0 has a sec vul: https://nodejs.org/en/blog/vulnerability/september-2017-path-validation/

* Fixing broken link (#402)

* docs(highlight): prettier and fix import (#413)

The import was from `InstantSearch`, while it should've been from `react-instantsearch/dom`

* tests(enzyme): upgrade to v3 (#397)

* tests(enzyme): upgrade to v3

* fix yarn lock

* chore(deps): update dependency jest to v21.2.1 (#401)

* docs(createConnector): add links for more info to deprecation (#403)

It's always useful to immediatly learn more and learn the solution of some problem that has been warned to you if available. React itself has short links for warnings (fb.me, we could also do that for alg.li, but maybe that's for later)

* chore(deps): renovate @storybook packages packages (#416)

* chore(deps): update dependency react-native-scripts to v1.5.0 (#399)

* chore(deps): update dependency extract-text-webpack-plugin to v3.0.1 (#418)

* chore(deps): update dependency enzyme to v3.1.0 (#421)

* chore(deps): update dependency conventional-changelog-cli to v1.3.4 (#408)

* chore(deps): update dependency eslint to v4.8.0 (#407)

* chore(deps): update dependency postcss to v6.0.13 (#422)

* chore(deps): update dependency enzyme-adapter-react-15 to v1.0.1 (#420)

* chore(deps): update dependency prettier to v1.7.4 (#398)

* chore(deps): update dependency material-ui to v0.19.3 (#411)

* chore(deps): update dependency uglify-js to v3.1.3 (#410)

* chore(deps): update dependency jest-cli to v21.2.1 (#400)

* chore(deps): update dependency eslint-plugin-jasmine to v2.8.6 (#409)

* chore(deps): update dependency style-loader to v0.19.0 (#419)

* update yarn.lock

* New design

* Improve landing

* Add favicon

* New hero + proper meta

* Fix meta

* Clea css and fix some colors

* Reimplement demos

* Improve deoc + mobile menu

* New links for examples

* style(highlighting): adapt stylesheet

* Clean CSS

* Update front

* Edit code highlight css

* fix(sidebar): do not apply when not enough content

* chore(doc): fix doc sidebar (tested this time)

* New doc ready

* Update readme-logo.png

* wip

* Fix error for netlify

* Update .btn-cta style

* Fix issues

* Update communityHeader.json

* Fix hero links

* Update yarn.lock

* Fix UI

* Fix linter

* Fix linter JS

* docs(examples): add source code links

* update yarn.lock

* update yarn.lock

* update yarn.lock
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants