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

feat(geo): add stories [PART-9] #1236

Merged
merged 3 commits into from
Jun 20, 2018

Conversation

samouss
Copy link
Collaborator

@samouss samouss commented May 14, 2018

Summary

This is PR adds two stories:

  • how to implement communication between the hits & the map
  • how to implement an InfoWindow with markers

This PR also introduce an option to render a custom Hits component with <WrapWithHits />. It's a bit hard to extend the wrapper component with the current implementation. In the upcoming months, it might worth it to have a more coherent showcase cross InstantSearch flavors.

Result

You can use them in Storybook.

@algobot
Copy link
Contributor

algobot commented May 14, 2018

Deploy preview for react-instantsearch ready!

Built with commit a9efc4f

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

@samouss samouss force-pushed the feat/geo-part-8-marker-options branch from 5e77b01 to ace15e8 Compare May 16, 2018 07:43
@samouss samouss force-pushed the feat/geo-part-9-stories branch from 258eec4 to cfe5d31 Compare May 16, 2018 07:48
@samouss samouss force-pushed the feat/geo-part-8-marker-options branch from ace15e8 to 7b63aa2 Compare June 19, 2018 17:35
@samouss samouss force-pushed the feat/geo-part-9-stories branch 2 times, most recently from a1fa130 to f6c5271 Compare June 19, 2018 17:47
@samouss samouss force-pushed the feat/geo-part-8-marker-options branch from 7b63aa2 to d1267d2 Compare June 20, 2018 09:07
@samouss samouss force-pushed the feat/geo-part-9-stories branch from f6c5271 to 064f873 Compare June 20, 2018 09:17
* chore(docs): increse padding to avoid crop table on API page

* chore(docs): restore margin on code sample

* chore(docs): add a specific className for multi components API

* docs(GeoSearch)

* docs(GeoSearch): rename HTMLMarker to CustomMarker

* docs(GeoSearch): rename package

* chore(maps): update package description

* fi(GeoSearch): update Storybook link

* docs(GeoSearch): update wording
@samouss samouss merged commit a330dee into feat/geo-part-8-marker-options Jun 20, 2018
@samouss samouss deleted the feat/geo-part-9-stories branch June 20, 2018 10:48
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): refactor & external update [PART-6] (#1207)

* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): add Control component [PART-5] (#1205)

* feat(geo): refactor & external update [PART-6] (#1207)

* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): add Redo component [PART-4] (#1201)

* feat(geo): add Control component [PART-5] (#1205)

* feat(geo): refactor & external update [PART-6] (#1207)

* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 20, 2018
* feat(geo): add refine on interaction [PART-3] (#1192)

* feat(geo): add Redo component [PART-4] (#1201)

* feat(geo): add Control component [PART-5] (#1205)

* feat(geo): refactor & external update [PART-6] (#1207)

* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jun 21, 2018
* feat(geo): add simple GoogleMaps widget [PART-2] (#1189)

* feat(geo): add refine on interaction [PART-3] (#1192)

* feat(geo): add Redo component [PART-4] (#1201)

* feat(geo): add Control component [PART-5] (#1205)

* feat(geo): refactor & external update [PART-6] (#1207)

* feat(geo): custom Marker [PART-7] (#1214)

* feat(geo): add Marker & HTMLMarker interactions [PART-8] (#1227)

* feat(geo): add stories [PART-9] (#1236)

* feat(geo): add docs [PART-10] (#1289)
samouss added a commit that referenced this pull request Jul 4, 2018
<a name="5.2.0"></a>
# [5.2.0](v5.2.0-beta.2...v5.2.0) (2018-07-04)

### Bug Fixes

* **translatable:** avoid create a new function on every render ([#1383](#1383)) ([1285b3b](1285b3b))

### Features

* **core:** export translatable ([#1351](#1351)) ([6d5a89d](6d5a89d))
* **maps:** add connector & widget ([#1171](#1171)) ([16e288a](16e288a)), closes [#1189](#1189) [#1192](#1192) [#1201](#1201) [#1205](#1205) [#1207](#1207) [#1214](#1214) [#1227](#1227) [#1236](#1236) [#1289](#1289)
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.

2 participants