Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SearchBox): Support for Google Places API search box #110

Closed
wants to merge 1 commit into from

Conversation

eyebraus
Copy link
Contributor

@eyebraus eyebraus commented Sep 6, 2015

Planning to use this library in an app I'm building, but I noticed it didn't have support for the Places search box yet! Adding a component for it, and also adding a simple example to demonstrate usage. :)

@eyebraus
Copy link
Contributor Author

eyebraus commented Sep 6, 2015

Forgot to run lint on first iteration :P fixed all issues reported though, my apologies

// [].map.call($0.querySelectorAll("tr>td>code"), function(it){ return it.textContent; })
export default [
"places_changed",
];
Copy link
Owner

Choose a reason for hiding this comment

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

Added new line to the last line.

@tomchentw
Copy link
Owner

Hey @eyebraus , thanks for the great work! And you even used 'conventional-changelog', awesome!

I've left some comments, please take a look. One thing after you're done with these comments, could you do a rebase and squash these commits into the first one? So there will be only:

feat(SearchBox): Support for Google Places API search box

And that'd be really awesome!

One more thing, please feel free to include your handle and this pr in the comments like this:

/*
* Original author: @alexishevia
* Original PR: https://github.com/tomchentw/react-google-maps/pull/22
*/

@eyebraus
Copy link
Contributor Author

eyebraus commented Sep 7, 2015

Cleaned up and ready for merge

@tomchentw tomchentw closed this in b06f5d6 Sep 8, 2015
@tomchentw
Copy link
Owner

Released v2.1.0

@tomchentw tomchentw mentioned this pull request Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants