Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hibiken/react-places-autocomplete

React component for Google Maps Places Autocomplete
https://github.com/hibiken/react-places-autocomplete

Merge pull request #34 from kenny-hibino/feature/airbnb-style-soft-autocomplete

feat(typeAhead): Add soft autocomplete feature

5b58d2db50a05b7f682bb6dbdf6b6c4609eb5562 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(typeAhead): Add soft autocomplete feature and allow user to configure it using typeAhead prop

BREAKING CHANGE: Finally added soft autocomplete feature. Major version update!

eb99b75d8f51ca4f360393f0656282d0d0abe2ab authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #33 from kenny-hibino/feature/name-prop

feat(props): Add inputName prop

f44453169e336c5d32a40137a1427c75109c3e8c authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props): Add inputName prop

Allow user to provide input name via props

Resolves #31

9e04fb8f01e4c2883ab27c37ab37a287a7358fff authored almost 8 years ago by Ken Hibino <[email protected]>
feat(label): Remove label element from the component

Deprecate hideLabel prop and remove label element entirely from the component

BREAKING CHANGE: ...

324def447be4366ea6d78310e8bf392656e66fb2 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(misc): Add comment for licensing

9de81f30a7de82eba338e2fe00e2dd3055685e8f authored almost 8 years ago by Ken Hibino <[email protected]>
refactor(overlay): Remove overlay div

2b0bb92daa0d090cd5c9a4ffa76a21f18681502a authored almost 8 years ago by Ken Hibino <[email protected]>
Fix onBlur

e62b0682d23ed1810882f66cf26ef1fb290c0f1f authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #27 from fewlinesco/master

Fix address selection on click

1ac22a4af4743b11859235a931bff8c12af9990f authored almost 8 years ago by Ken Hibino <[email protected]>
fix(onBlur): Remove onBlur handler

#26

3f06b507297e0b298559b03cd5730b2e9e6a4606 authored almost 8 years ago by Ken Hibino <[email protected]>
Fix address selection on click

80a647f411f927c7c8b3d57202e9128853ec58fb authored almost 8 years ago by Mehdi Beddiaf <[email protected]>
Merge pull request #25 from kenny-hibino/feature/onEnterKeyDown

Allow user to pass a callback onEnterKeyDown

f527e587f4495dc8901841cc73f213f1c26ddac5 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(onBlur): Clear autocomplete on blur event

3f3f47164a6e8679faa463a80989c8c3b87de068 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props): Add onEnterKeyDown props

Allow user to pass callback function that gets called when Enter key is pressed when no item is
...

5910c8c16a114bc4ebabc21f81342cc866c6a995 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(readme): Update readme

5de1aadd5f1d20b0b052fe6c7e72cf9838bb2204 authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #22 from kenny-hibino/fix/children-props

feat(props): Remove children prop

8af33dfd0f4e40054e008e0af444284a5df452ab authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props): Remove children prop

Removed a feature which allowed user to pass custom input element as children prop to simplify t...

5e0593d7b93683016418d4c358e0af62abef92cf authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #19 from kenny-hibino/feature/geocodeByAddress-update

Provide entire results from Google API through callbacks

33e835708fcf79ed6e0f60e934eace0f3cef1073 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(geocode): Provide entire results from Google API through geocoder callback function

Resolves #15

a69722bf9fcd82b34b76976c79d37c4e7cafac89 authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #18 from kenny-hibino/feature/place-id

Allow user to use placeId

b4e9965ca730c7ba54284df6d3d382a5030a851a authored almost 8 years ago by Ken Hibino <[email protected]>
feat(placeId): Allow user to use placeId

Provide placeId using onSelect callback function. Also added `geocodeByPlceId` helper function a...

2e4b17294092c2f66b00e3374d0f3a02d5da4511 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(readme): Fix syntax error in readme example

7f7aed36933c59440b206e009e6d76fab18d29c7 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Update AutocompleteItem to use formatted suggestion

47f9398aee3b8b33631f8c45f04bf001ff16af62 authored almost 8 years ago by Ken Hibino <[email protected]>
docs(readme): Update readme to document `formattedSuggestion` key in autocompleteItem

68bb3c001185d0c0609790505b9107b79ed327ce authored almost 8 years ago by Ken Hibino <[email protected]>
feat(autocompleteItem): Allow custom autocompleteItem to use formatted suggestion strings

924a8de7ed95f5422d50106ffdd441a5cdbb3d8b authored almost 8 years ago by Ken Hibino <[email protected]>
chore(defaultStyles): Extract default styles to a separate file

382c460615a5b2a430f10f2e6116524a02946c35 authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #17 from kenny-hibino/feature/esc-key

Allow ESC key to clear autocomplete dropdown

ef9950db76d6b7daac69992189789042a6050f08 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(autocomplete): Allow esc key to clear autocomplete dropdown

63887bfff1f835b39806b925de9e9cedd87c56bf authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Change background to very light grayish white

6daffd3ca352145d5b97be1007e8eadd004a4a58 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Change input styles in Demo

b20c199af87315efd6327606ea1b4eb4f4a9d7fe authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Change loader in Demo

15d0e8d07e906a9607218cb293e8d43cf0151a15 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Add Fork me on Github ribbon

6e9f33b66616785d8bdbe54437224e217dd04f9a authored almost 8 years ago by Ken Hibino <[email protected]>
chore(demo): Remove jumbotron in Demo

892d787c4918a6491f32de48ed55050cb79f503e authored almost 8 years ago by Ken Hibino <[email protected]>
Add npm scripts postpublish and deploy for publishing Github Page

60bb5e70cd1c7a1de233986df6cca3502336a184 authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #12 from cburbank/onerror-callback

Onerror & clearItemsOnError props

a632d6c2db6326cb27a80cf4c97a6389b78bae10 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props): Add clearItemsOnError prop

If true, autocomplete items will be cleared when PlacesServiceStatus is not OK. Defaults to false.

c7b320afc0bb2be9d7c6e64386fedda68875e4d3 authored almost 8 years ago by cburbank <[email protected]>
feat(props): Add onError callback prop

Users can provide a custom callback function to be executed when PlacesServiceStatus is not OK.

cee98c94cbb0d70b432ae40435a38888dbef2e7f authored almost 8 years ago by cburbank <[email protected]>
docs(readme): Update readme

332119ad98b78d6d727001e29b8ef3ba61ae5d1c authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #14 from kenny-hibino/feature/autofocus-props

feat(props) Add autoFocus props

2d57172aafaa0e5e8d9c3529070e4b098375c2fb authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props) Add autoFocus props

Passing autoFocus={true} props will give the input element a focus. By
default, it does not give...

38d5c27132a20ead871e6f6a682038f28b90f1c3 authored almost 8 years ago by Ken Hibino <[email protected]>
docs(README): Add list of required, options props in readme

ac8b68afac755d01ed350600664fc868c41c6301 authored almost 8 years ago by Ken Hibino <[email protected]>
chore(deps): Update React version to 15.4.2

0ed9e0f5785bdb7e359afab24f093ead1279f4ea authored almost 8 years ago by Ken Hibino <[email protected]>
chore(README): Add links to Gitter in README

4c2be1ca574b359fd5b231d1def04cf02f13da1f authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #9 from cburbank/custom-input

feat(input): Allow custom input element

a0ca540a33786dab769790e867895edc1e45df25 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(input): Allow custom input element

Allow passing custom input component as child of PlacesAutocomplete.

0ff02999ff1ac70a0d3e2a429af8923d7c01d228 authored about 8 years ago by cburbank <[email protected]>
Merge pull request #8 from cburbank/options-prop

feat(props): Add prop for passing AutocompleteService options

a5702538623ea83bd107b8b69054bb461faf6fe1 authored about 8 years ago by Ken Hibino <[email protected]>
feat(props): Add prop for passing AutocompleteService options

Add options prop that accepts an object to pass with the call to
AutocompleteService.getPlacePre...

d141f8d9f66c8df74ec66633699c4d79a2ae8952 authored about 8 years ago by cburbank <[email protected]>
docs(README): Add links to live demo on Github Page

76a917c00573e95994f69a47119a369a4b96ecb5 authored about 8 years ago by Ken Hibino <[email protected]>
Add Google API key to demo index.html

c88abd9131e01893038b28d67636dbade3db5148 authored about 8 years ago by Ken Hibino <[email protected]>
Merge pull request #7 from cburbank/demo-deploy

chore(deploy): Add demo:deploy script to deploy demo to gh-pages

6c29fc67fba5a66cee8095e65f58388101fe4960 authored about 8 years ago by Ken Hibino <[email protected]>
chore(deploy): Add demo:deploy script to deploy demo to gh-pages

Use gh-pages library to publish contents of demo/dist to remote gh-pages branch. Requires runnin...

b29a2513710af6fb0c0f986e5f24ce3b4cd14d16 authored about 8 years ago by cburbank <[email protected]>
Merge pull request #5 from cburbank/custom-styles

feat(styles): Add styles prop to allow for custom inline styles

393b66d4e5e55e8041ded82fa1b8667427689379 authored about 8 years ago by Ken Hibino <[email protected]>
feat(styles): Add styles prop to allow for custom inline styles

Add a styles prop that follows the same structure as classNames, with the addition of

autocompl...

96a107b37e033451d4e7e41a102dced3e825c063 authored about 8 years ago by cburbank <[email protected]>
Merge pull request #4 from cburbank/demo

Add demo app

a60938875cc8bebfbd7b917a96bf24bb20d9f92a authored about 8 years ago by Ken Hibino <[email protected]>
feat(demo): Set up demo build config

Add build settings to webpack config and create demo:build npm script in package.json

742651cbca4ff72f91dfd71c1846c2682fa8e97d authored about 8 years ago by cburbank <[email protected]>
feat(demo): Add demo app

Add a small app to demonstrate the component's functionality. The demo uses Boostrap4 and includ...

ffa1016c7be1d4cc0e644b9ae928c96dfdd6c7c4 authored about 8 years ago by cburbank <[email protected]>
fix(overlay): Render overlay

bd713a975ae9d92715b1ae9fabbf9a738a8fc4d0 authored about 8 years ago by Ken Hibino <[email protected]>
fix(overlay): Fix overlay styles

5d9af6742a1692821dc787470414d1d86ef1bf21 authored about 8 years ago by Ken Hibino <[email protected]>
feat(autocomplete): Clear autocomplete when user clicks outside of the dropdown

cdbf1171388191b16418f1d5b3c03cf4ef19222f authored about 8 years ago by Ken Hibino <[email protected]>
feat(geocoder): Pass placeId to the callback function for geocodeByAddress function

c004d820efbfb8eaa77863b10b568293f377d1f0 authored over 8 years ago by Ken Hibino <[email protected]>
docs(README): Fix grammar in README

424779d50236b2d9e46a8b09a3af658bda3081ae authored over 8 years ago by Ken Hibino <[email protected]>
feat(onSelect): Allow user to pass onSelect function via props

onSelect function will get called when user hits the Enter key or clicks on autocomplete item

6229cbb90d1ba1e484060a34180c2af9cc5a4997 authored over 8 years ago by Ken Hibino <[email protected]>
fix(event-handler): Fix bug caused by e.preventDefault() in keyDown event handler

66195f1a7db5c7584dd7f9010979c5f9ea1af7fc authored over 8 years ago by Ken Hibino <[email protected]>
refactor(rename): Change one of the keys in classNames prop from container to root

This change is backward compatible: classNames.container is deprecated but is still supported in...

9af47bdcc933ed208694aae6c0736ea00089937a authored over 8 years ago by Ken Hibino <[email protected]>
fix(event-handler): Prevent default behavior when key down event fires

f4d47a88bed5c1e62fca9012edc9e173ec3bca4d authored over 8 years ago by Ken Hibino <[email protected]>
chore(package.json): Add a few more keywords

6cca675018899a22d7bfb60a1f8d8e0cbbfa80d7 authored over 8 years ago by Ken Hibino <[email protected]>
fix(dropdown): Fix a bug in autocomplete dropdown active state

29b0bbab6b056f55a744de2d4dfe22b31efb0912 authored over 8 years ago by Ken Hibino <[email protected]>
fix(component API): Change component API & rename function and variables names internally

BREAKING CHANGE: Change required component prop 'setAddress' to 'onChange'

29310e4842b5ccbd5c846fe97e978a46d99f7309 authored over 8 years ago by Ken Hibino <[email protected]>
docs(example): Fix syntax error in code example for autocompleteItem prop

52b89a0d17a5c831c4bfe76be890e3043a5d73dc authored over 8 years ago by Ken Hibino <[email protected]>
feat(props): Add autocompleteItem prop to let user customize the autocomplete item element

3515838faa0f04850e237b58c8f720e2c4f3e7bb authored over 8 years ago by Ken Hibino <[email protected]>
feat(props): Add hideLabel prop option

Allow user of the library to not render the label element

973b77c2146fc1ca953e947f618857877482d7e9 authored over 8 years ago by Ken Hibino <[email protected]>
chore(.gitignore): Ignore log files with git

29f1bf940ae068bf00351c0d73047a1628a97559 authored over 8 years ago by Ken Hibino <[email protected]>
chore(README): Make punctuation and casing consistent

a6aed946a4a08f9c7763776743a36205328c68e4 authored over 8 years ago by Ken Hibino <[email protected]>
Delete npm-debug.log

088ad580bf26782ea58b3b25ba3b10aead8bbab4 authored over 8 years ago by Ken Hibino <[email protected]>
docs(API): Update props API documentation

f1b5131e1de49a77e1e3f441ac6029e9925d9aa4 authored over 8 years ago by Ken Hibino <[email protected]>
feat(props): Add classNames and placeholder props to let the user of the library pass the custom cla

8c8ded846ec53373406e78edfe4d37a6fa3d3b59 authored over 8 years ago by Ken Hibino <[email protected]>
test(dropdown): Add a basic test for autocomplete dropdown

4cbd4af6724ed61dc8e12ec372601b2ad91d6adb authored over 8 years ago by Ken Hibino <[email protected]>
chore(test): Install enzyme and chai-enzyme for testing

2c22bd3e8423e16a57081634835ad9cfbbcc1df1 authored over 8 years ago by Ken Hibino <[email protected]>
chore(test): Add test helper

eff6d5e6701e4f59bce153b1d791f3f275bad808 authored over 8 years ago by Ken Hibino <[email protected]>
test(structure): Install react-addons-test-utils and add setup for testing

364982b9f96f53489bf3ba4446a552354fc8aae8 authored over 8 years ago by Ken Hibino <[email protected]>
docs(API): Add API details

c241028da2ee38d5f78844be1f79eaf7d68331aa authored over 8 years ago by Ken Hibino <[email protected]>
docs(example): Add example code to README.md

d7abd46d7b22e8fc1da333100c65fb3149414026 authored over 8 years ago by Ken Hibino <[email protected]>
docs(Installation): Update README.md

f2b36a93bb8ff0fb6ba5a6fd36b871bf3d13ea4e authored over 8 years ago by Ken Hibino <[email protected]>
fix(export): Export geocodeByAddress

db56263331af9e6106cab7f038f6d5c193812501 authored over 8 years ago by Ken Hibino <[email protected]>
fix(export): Temporarily export just the React component

f9e45a4bb5f8a7056a09ea139ee166696a27fa7a authored over 8 years ago by Ken Hibino <[email protected]>
fix(export): Fix export modules in index.js file

2032f8383fde0af4c3fc2f7c94b63b0c7f5c5d1a authored over 8 years ago by Ken Hibino <[email protected]>
fix(utils): Export geocodeByAddress function to the user of the library

f4315276dedfebd4d3757c3f3617cd768b83abe3 authored over 8 years ago by Ken Hibino <[email protected]>
fix(styles): Fix syntax errors in PlacesAutocomplete component

a720b81169e8ab1d368a1f6a5b696ec158c31cc1 authored over 8 years ago by Ken Hibino <[email protected]>
fix(styles): fix default CSS styles

3665e3d75f0dfdf9a75fe5937c80cfb286203b0f authored over 8 years ago by Ken Hibino <[email protected]>
feat(main): Prepare for the first release of the library

Add PlacesAutocomplete React component class definition & Add geocodeByAddress utility function

ee1a02d0512b39857029712ecf343c73ace138d6 authored over 8 years ago by Ken Hibino <[email protected]>
chore(build): Install webpack

1184f2dfaf127ee5c70561986dced2b755a0a58f authored over 8 years ago by Ken Hibino <[email protected]>
chore(test): Replace istanbul with nyc to enable ES6 in test files

ebf6a325b436099993967e72ce88834d7a7f0ac6 authored over 8 years ago by Ken Hibino <[email protected]>
chore(build): Make sure to run build script in Travis build

017b8351ab4517527b7c8706ecabcd1b084bf7f2 authored over 8 years ago by Ken Hibino <[email protected]>
chore(README): Add a few badges to README

b4fd75e1d9d128a1873f3c44e8e787305eb2b535 authored over 8 years ago by Ken Hibino <[email protected]>
chore(build): Add istanbul for coverage

64e463b8fda8dd5acb24b7ca8299b01ae86595a0 authored over 8 years ago by Ken Hibino <[email protected]>
chore(ghooks): Add ghooks

Protect the contributors from commiting the channges that breaks the test

f2193b112327ab6f8669bcbaeecc74d43285704d authored over 8 years ago by Ken Hibino <[email protected]>
chore(build): Add test:single for Travis CI

We don't want travis to watch the test

ccc1334d3db128b97d67e1d954d63f8d6b52b06f authored over 8 years ago by Ken Hibino <[email protected]>
refactor(package.json): Fix deprecated syntax for configuring commitizen

0846459951e256e918a1bfc6d8188e81ba129881 authored over 8 years ago by Ken Hibino <[email protected]>
chore(releasing): Setup commitizen for semantic-release git commits

5f245887731b0b59fdfd9025bfb9c0caa2efdefd authored over 8 years ago by Ken Hibino <[email protected]>
Setup project to use mocha, chai for testing & semantic-release for

releasing the library

84139020db49ab0b1b8700c1681a1df1dbe7f5b0 authored over 8 years ago by Ken Hibino <[email protected]>