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
feat(typeAhead): Add soft autocomplete feature
5b58d2db50a05b7f682bb6dbdf6b6c4609eb5562 authored almost 8 years ago by Ken Hibino <[email protected]>BREAKING CHANGE: Finally added soft autocomplete feature. Major version update!
eb99b75d8f51ca4f360393f0656282d0d0abe2ab authored almost 8 years ago by Ken Hibino <[email protected]>feat(props): Add inputName prop
f44453169e336c5d32a40137a1427c75109c3e8c authored almost 8 years ago by Ken Hibino <[email protected]>Allow user to provide input name via props
Resolves #31
9e04fb8f01e4c2883ab27c37ab37a287a7358fff authored almost 8 years ago by Ken Hibino <[email protected]>Deprecate hideLabel prop and remove label element entirely from the component
BREAKING CHANGE: ...
324def447be4366ea6d78310e8bf392656e66fb2 authored almost 8 years ago by Ken Hibino <[email protected]>9de81f30a7de82eba338e2fe00e2dd3055685e8f authored almost 8 years ago by Ken Hibino <[email protected]>
2b0bb92daa0d090cd5c9a4ffa76a21f18681502a authored almost 8 years ago by Ken Hibino <[email protected]>
e62b0682d23ed1810882f66cf26ef1fb290c0f1f authored almost 8 years ago by Ken Hibino <[email protected]>
Fix address selection on click
1ac22a4af4743b11859235a931bff8c12af9990f authored almost 8 years ago by Ken Hibino <[email protected]>#26
3f06b507297e0b298559b03cd5730b2e9e6a4606 authored almost 8 years ago by Ken Hibino <[email protected]>80a647f411f927c7c8b3d57202e9128853ec58fb authored almost 8 years ago by Mehdi Beddiaf <[email protected]>
Allow user to pass a callback onEnterKeyDown
f527e587f4495dc8901841cc73f213f1c26ddac5 authored almost 8 years ago by Ken Hibino <[email protected]>3f3f47164a6e8679faa463a80989c8c3b87de068 authored almost 8 years ago by Ken Hibino <[email protected]>
Allow user to pass callback function that gets called when Enter key is pressed when no item is
...
5de1aadd5f1d20b0b052fe6c7e72cf9838bb2204 authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props): Remove children prop
8af33dfd0f4e40054e008e0af444284a5df452ab authored almost 8 years ago by Ken Hibino <[email protected]>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]>Provide entire results from Google API through callbacks
33e835708fcf79ed6e0f60e934eace0f3cef1073 authored almost 8 years ago by Ken Hibino <[email protected]>Resolves #15
a69722bf9fcd82b34b76976c79d37c4e7cafac89 authored almost 8 years ago by Ken Hibino <[email protected]>Allow user to use placeId
b4e9965ca730c7ba54284df6d3d382a5030a851a authored almost 8 years ago by Ken Hibino <[email protected]>Provide placeId using onSelect callback function. Also added `geocodeByPlceId` helper function a...
2e4b17294092c2f66b00e3374d0f3a02d5da4511 authored almost 8 years ago by Ken Hibino <[email protected]>7f7aed36933c59440b206e009e6d76fab18d29c7 authored almost 8 years ago by Ken Hibino <[email protected]>
47f9398aee3b8b33631f8c45f04bf001ff16af62 authored almost 8 years ago by Ken Hibino <[email protected]>
68bb3c001185d0c0609790505b9107b79ed327ce authored almost 8 years ago by Ken Hibino <[email protected]>
924a8de7ed95f5422d50106ffdd441a5cdbb3d8b authored almost 8 years ago by Ken Hibino <[email protected]>
382c460615a5b2a430f10f2e6116524a02946c35 authored almost 8 years ago by Ken Hibino <[email protected]>
Allow ESC key to clear autocomplete dropdown
ef9950db76d6b7daac69992189789042a6050f08 authored almost 8 years ago by Ken Hibino <[email protected]>63887bfff1f835b39806b925de9e9cedd87c56bf authored almost 8 years ago by Ken Hibino <[email protected]>
6daffd3ca352145d5b97be1007e8eadd004a4a58 authored almost 8 years ago by Ken Hibino <[email protected]>
b20c199af87315efd6327606ea1b4eb4f4a9d7fe authored almost 8 years ago by Ken Hibino <[email protected]>
15d0e8d07e906a9607218cb293e8d43cf0151a15 authored almost 8 years ago by Ken Hibino <[email protected]>
6e9f33b66616785d8bdbe54437224e217dd04f9a authored almost 8 years ago by Ken Hibino <[email protected]>
892d787c4918a6491f32de48ed55050cb79f503e authored almost 8 years ago by Ken Hibino <[email protected]>
60bb5e70cd1c7a1de233986df6cca3502336a184 authored almost 8 years ago by Ken Hibino <[email protected]>
Onerror & clearItemsOnError props
a632d6c2db6326cb27a80cf4c97a6389b78bae10 authored almost 8 years ago by Ken Hibino <[email protected]>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]>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]>332119ad98b78d6d727001e29b8ef3ba61ae5d1c authored almost 8 years ago by Ken Hibino <[email protected]>
feat(props) Add autoFocus props
2d57172aafaa0e5e8d9c3529070e4b098375c2fb authored almost 8 years ago by Ken Hibino <[email protected]>
Passing autoFocus={true} props will give the input element a focus. By
default, it does not give...
ac8b68afac755d01ed350600664fc868c41c6301 authored almost 8 years ago by Ken Hibino <[email protected]>
0ed9e0f5785bdb7e359afab24f093ead1279f4ea authored almost 8 years ago by Ken Hibino <[email protected]>
4c2be1ca574b359fd5b231d1def04cf02f13da1f authored almost 8 years ago by Ken Hibino <[email protected]>
feat(input): Allow custom input element
a0ca540a33786dab769790e867895edc1e45df25 authored almost 8 years ago by Ken Hibino <[email protected]>Allow passing custom input component as child of PlacesAutocomplete.
0ff02999ff1ac70a0d3e2a429af8923d7c01d228 authored about 8 years ago by cburbank <[email protected]>feat(props): Add prop for passing AutocompleteService options
a5702538623ea83bd107b8b69054bb461faf6fe1 authored about 8 years ago by Ken Hibino <[email protected]>
Add options prop that accepts an object to pass with the call to
AutocompleteService.getPlacePre...
76a917c00573e95994f69a47119a369a4b96ecb5 authored about 8 years ago by Ken Hibino <[email protected]>
c88abd9131e01893038b28d67636dbade3db5148 authored about 8 years ago by Ken Hibino <[email protected]>
chore(deploy): Add demo:deploy script to deploy demo to gh-pages
6c29fc67fba5a66cee8095e65f58388101fe4960 authored about 8 years ago by Ken Hibino <[email protected]>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]>feat(styles): Add styles prop to allow for custom inline styles
393b66d4e5e55e8041ded82fa1b8667427689379 authored about 8 years ago by Ken Hibino <[email protected]>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]>Add demo app
a60938875cc8bebfbd7b917a96bf24bb20d9f92a authored about 8 years ago by Ken Hibino <[email protected]>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]>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]>bd713a975ae9d92715b1ae9fabbf9a738a8fc4d0 authored about 8 years ago by Ken Hibino <[email protected]>
5d9af6742a1692821dc787470414d1d86ef1bf21 authored about 8 years ago by Ken Hibino <[email protected]>
cdbf1171388191b16418f1d5b3c03cf4ef19222f authored about 8 years ago by Ken Hibino <[email protected]>
c004d820efbfb8eaa77863b10b568293f377d1f0 authored over 8 years ago by Ken Hibino <[email protected]>
424779d50236b2d9e46a8b09a3af658bda3081ae authored over 8 years ago by Ken Hibino <[email protected]>
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]>66195f1a7db5c7584dd7f9010979c5f9ea1af7fc authored over 8 years ago by Ken Hibino <[email protected]>
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]>f4d47a88bed5c1e62fca9012edc9e173ec3bca4d authored over 8 years ago by Ken Hibino <[email protected]>
6cca675018899a22d7bfb60a1f8d8e0cbbfa80d7 authored over 8 years ago by Ken Hibino <[email protected]>
29b0bbab6b056f55a744de2d4dfe22b31efb0912 authored over 8 years ago by Ken Hibino <[email protected]>
BREAKING CHANGE: Change required component prop 'setAddress' to 'onChange'
29310e4842b5ccbd5c846fe97e978a46d99f7309 authored over 8 years ago by Ken Hibino <[email protected]>52b89a0d17a5c831c4bfe76be890e3043a5d73dc authored over 8 years ago by Ken Hibino <[email protected]>
3515838faa0f04850e237b58c8f720e2c4f3e7bb authored over 8 years ago by Ken Hibino <[email protected]>
Allow user of the library to not render the label element
973b77c2146fc1ca953e947f618857877482d7e9 authored over 8 years ago by Ken Hibino <[email protected]>29f1bf940ae068bf00351c0d73047a1628a97559 authored over 8 years ago by Ken Hibino <[email protected]>
a6aed946a4a08f9c7763776743a36205328c68e4 authored over 8 years ago by Ken Hibino <[email protected]>
088ad580bf26782ea58b3b25ba3b10aead8bbab4 authored over 8 years ago by Ken Hibino <[email protected]>
f1b5131e1de49a77e1e3f441ac6029e9925d9aa4 authored over 8 years ago by Ken Hibino <[email protected]>
8c8ded846ec53373406e78edfe4d37a6fa3d3b59 authored over 8 years ago by Ken Hibino <[email protected]>
4cbd4af6724ed61dc8e12ec372601b2ad91d6adb authored over 8 years ago by Ken Hibino <[email protected]>
2c22bd3e8423e16a57081634835ad9cfbbcc1df1 authored over 8 years ago by Ken Hibino <[email protected]>
eff6d5e6701e4f59bce153b1d791f3f275bad808 authored over 8 years ago by Ken Hibino <[email protected]>
364982b9f96f53489bf3ba4446a552354fc8aae8 authored over 8 years ago by Ken Hibino <[email protected]>
c241028da2ee38d5f78844be1f79eaf7d68331aa authored over 8 years ago by Ken Hibino <[email protected]>
d7abd46d7b22e8fc1da333100c65fb3149414026 authored over 8 years ago by Ken Hibino <[email protected]>
f2b36a93bb8ff0fb6ba5a6fd36b871bf3d13ea4e authored over 8 years ago by Ken Hibino <[email protected]>
db56263331af9e6106cab7f038f6d5c193812501 authored over 8 years ago by Ken Hibino <[email protected]>
f9e45a4bb5f8a7056a09ea139ee166696a27fa7a authored over 8 years ago by Ken Hibino <[email protected]>
2032f8383fde0af4c3fc2f7c94b63b0c7f5c5d1a authored over 8 years ago by Ken Hibino <[email protected]>
f4315276dedfebd4d3757c3f3617cd768b83abe3 authored over 8 years ago by Ken Hibino <[email protected]>
a720b81169e8ab1d368a1f6a5b696ec158c31cc1 authored over 8 years ago by Ken Hibino <[email protected]>
3665e3d75f0dfdf9a75fe5937c80cfb286203b0f authored over 8 years ago by Ken Hibino <[email protected]>
Add PlacesAutocomplete React component class definition & Add geocodeByAddress utility function
ee1a02d0512b39857029712ecf343c73ace138d6 authored over 8 years ago by Ken Hibino <[email protected]>1184f2dfaf127ee5c70561986dced2b755a0a58f authored over 8 years ago by Ken Hibino <[email protected]>
ebf6a325b436099993967e72ce88834d7a7f0ac6 authored over 8 years ago by Ken Hibino <[email protected]>
017b8351ab4517527b7c8706ecabcd1b084bf7f2 authored over 8 years ago by Ken Hibino <[email protected]>
b4fd75e1d9d128a1873f3c44e8e787305eb2b535 authored over 8 years ago by Ken Hibino <[email protected]>
64e463b8fda8dd5acb24b7ca8299b01ae86595a0 authored over 8 years ago by Ken Hibino <[email protected]>
Protect the contributors from commiting the channges that breaks the test
f2193b112327ab6f8669bcbaeecc74d43285704d authored over 8 years ago by Ken Hibino <[email protected]>We don't want travis to watch the test
ccc1334d3db128b97d67e1d954d63f8d6b52b06f authored over 8 years ago by Ken Hibino <[email protected]>0846459951e256e918a1bfc6d8188e81ba129881 authored over 8 years ago by Ken Hibino <[email protected]>
5f245887731b0b59fdfd9025bfb9c0caa2efdefd authored over 8 years ago by Ken Hibino <[email protected]>
releasing the library
84139020db49ab0b1b8700c1681a1df1dbe7f5b0 authored over 8 years ago by Ken Hibino <[email protected]>