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

fix: 🐛 suggestions now appear after minimum value set #387 (#403)

✅ Closes: #387

242c0f5ea37e1fc19d761aae5efcc53d21db7f94 authored almost 2 years ago by Paul Taiwo <[email protected]>
Merge pull request #338 from lightcap/change/key-prop-to-placeid

fix(browser): Change the `key` prop on list children to be unique.

80b530a2b038f187554a9c2536401c6a0aaa362d authored almost 2 years ago by Paul Taiwo <[email protected]>
fix(browser): Change the `key` prop on list children to be unique.

The `key` prop is currently based on the suggestion's `id`. That's not guaranteed to be present ...

2480ceb41aa1b74aa109715ed227e134faa0ac76 authored over 4 years ago by Matt Kern <[email protected]>
v7.3.0

dbb297486d21740dd1f15ec35fb3b45f7eebcb61 authored over 4 years ago by Ken Hibino <[email protected]>
chore: 🤖 stop jest from running in dist/tests

Stop jest from running tests in dist/tests by specifying the target
directory to be /src folder
...

adb7dc3fd1560ab845c86802eb516374146411d8 authored over 4 years ago by Paul Taiwo <[email protected]>
Update README.md

1df8442bbbc564c27bc1f72b2af441ea5e5a648b authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #303 from emanualjade/fix/places-async-load

Fix check for google places loaded

2e1c5d07155acf007ec876875b669121e4adf7ad authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #319 from sambokai/return-suggestion-onselect

Have raw suggestion object be one of the arguments of onSelect

7155018e3c376dbf9977d75bd85814eaadd90169 authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #327 from sambokai/#152-nullsafe-objprop-access

#152 nullsafe objprop access

0ca78309680c317be00929b757720837052a139f authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #242 from viperfx07/master

fixed undefined debounce on ie10

1fb87fc1f86871d5ec158b5d7adb3f121ae3204f authored over 4 years ago by Sam Bokai <[email protected]>
Add null-safe property access in helper function

Related to #152

63427898daede0820b1e22ab4da26a3864a6e311 authored over 4 years ago by Sam Bokai <[email protected]>
Bump handlebars from 4.0.11 to 4.7.6

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.6.
- [Release not...

ef527fa79b81cd57793c827426bc0d18ca2d7aca authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump npmconf from 2.1.2 to 2.1.3

Bumps [npmconf](https://github.com/npm/npmconf) from 2.1.2 to 2.1.3.
- [Release notes](https://g...

472edcea44dc57af963daaeffcf480c6a0f3b6c8 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release ...

989972ee8931b14ea4df5bd106811a0c4c160fc0 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump stringstream from 0.0.5 to 0.0.6

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release note...

cd55b2d34a7690bc9afaf467503ab021730ce10b authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update npm lockfile

d92aef67444310bee62bb1bee10945f552575004 authored over 4 years ago by Sam Bokai <[email protected]>
Revert "Minor refactor"

This reverts commit e43beaff

89b519426c6932a733355722111d9da97bc71c01 authored over 4 years ago by Sam Bokai <[email protected]>
Update README regarding onSelect suggestion argument

c65bad236cc3ce1f94f08324f0c3eef8ccb8822e authored over 4 years ago by Sam Bokai <[email protected]>
Minor refactor

e43beaff8d42cfb95549637ed39763ae15562bc1 authored over 4 years ago by Sam Bokai <[email protected]>
Call onSelect prop with raw suggestion item as it's third argument

2bd5e64bcdf71858c754694f8b7cb3cbd8211229 authored over 4 years ago by Sam Bokai <[email protected]>
Fix typo

608ba9b4044120c357f6ec1e2c2fd120109149a1 authored over 4 years ago by Sam Bokai <[email protected]>
Merge pull request #316 from sambokai/patch-1

Add maintainers-wanted section to README

b3d1b5c1491687916778d1d9064bf7926e8174a2 authored over 4 years ago by Ken Hibino <[email protected]>
Change wording

Make message more concise

f6228771bd6dde71e09679b7b60cc2d226713229 authored over 4 years ago by Sam Bokai <[email protected]>
Add maintainers wanted section to README

706e8f166eb941d799f6be96775f6fe40b3d96ca authored over 4 years ago by Sam Bokai <[email protected]>
Fix check for google places loaded

8cccc243ef6ead00e7330fbf905c14184bebb714 authored almost 5 years ago by Emanual Jade <[email protected]>
v7.2.1

468171289b38101ca3dc79c4ba50df19831fa870 authored almost 6 years ago by Ken Hibino <[email protected]>
Merge pull request #256 from tkrotoff/jsx-undefined

JSX attributes should not be null

9b1e093e742f0259cdced43663ba1164b7eef52d authored almost 6 years ago by Ken Hibino <[email protected]>
Use undefined instead of null for JSX attributes

a7ccddee57af178cbb1b61265b000535abdd6f7f authored almost 6 years ago by Tanguy Krotoff <[email protected]>
fixed undefined debounce on ie10

0150b88ee8f1dc6938f5f8f68c0cefe5f1e5991c authored about 6 years ago by Victor Tanudjaja <[email protected]>
No need for type="text/javascript"

1ee46953874588fc567ae6a1eff7b6aa048ef400 authored over 6 years ago by Tanguy Krotoff <[email protected]>
v7.2.0

ff53215a0e336a3c5925d849110a127e296a6dee authored over 6 years ago by Ken Hibino <[email protected]>
Fix readme link

ee2c2ed2254639a39e06090ac358b517766c19fd authored over 6 years ago by Ken Hibino <[email protected]>
Merge pull request #216 from jruhland/update-docs-with-loading

update README.md with loading prop

7d569f9f59884ef42d2a11b6c55165ffc240f0d4 authored over 6 years ago by Ken Hibino <[email protected]>
update README.md with loading prop

830457b959a9cc553b86412fecc4d44e4caa7427 authored over 6 years ago by Jarrod Ruhland <[email protected]>
Merge pull request #214 from jruhland/add-loading-prop

Make loading prop available to child components

8321646f5ed537fd6d8bfe9ad888a92df4aa7d65 authored over 6 years ago by Ken Hibino <[email protected]>
add loading property to render prop

* Bump to version 7.2.0
* Add loading to internal state
* Expose loading status to render ...

f25dcc7447476c849723717fe2bb56d9c34eac03 authored over 6 years ago by Jarrod Ruhland <[email protected]>
Merge pull request #207 from XieX/patch-1

Fixup

ac7acfc77b57ff11cba2b37ba834a5efcf30ebca authored over 6 years ago by Ken Hibino <[email protected]>
Fixup

bb6d3f8d2e7ce45af2582676f7dfc7eb80cab37a authored over 6 years ago by Christie Williams <[email protected]>
v7.1.2

b053aaf76e445c854f3a6dd0d6170067e70fe22e authored over 6 years ago by Ken Hibino <[email protected]>
Merge pull request #206 from kenny-hibino/fix/onSelect-handler

Fix onSelect handler

8eb6710ac5b18a54be41ee27092129a45d0c0970 authored over 6 years ago by Ken Hibino <[email protected]>
Fix demo app's select handler function

62747988907be70b044d7fe7fe1b59132560ad96 authored over 6 years ago by Ken Hibino <[email protected]>
Fix handler for select event

40fa9bbbef29d73a9f428d6105083382880017cd authored over 6 years ago by Ken Hibino <[email protected]>
v7.1.1

85ca2a52bbd252cab4128ce47a07097cac4f119e authored over 6 years ago by Ken Hibino <[email protected]>
Merge pull request #199 from kenny-hibino/feature/async-load

Add support for Google script async loading

fdd0992ce1e426bb7f4185161f3d8f4e76324c93 authored over 6 years ago by Ken Hibino <[email protected]>
Update readme

00bb41f8771a04c17505246c66a954d0d95b3714 authored over 6 years ago by Ken Hibino <[email protected]>
Add googleCallbackName prop to enable async mode

e111669ebcc3caa67a9dcf3823357333a0e1a335 authored over 6 years ago by Ken Hibino <[email protected]>
v7.0.1

cca5f044ee4f951838255bfff79d3b2fea23e336 authored over 6 years ago by Ken Hibino <[email protected]>
Merge pull request #193 from kenny-hibino/fix/refactor-and-cleanup

Refactor and cleanup

2fc12291cbc4be69ba380e8dd6ec7dde499e7b7a authored over 6 years ago by Ken Hibino <[email protected]>
Compose event handler functions in suggestion item

2a6550f7f97ad40e79878688d574770b625d8c35 authored over 6 years ago by Ken Hibino <[email protected]>
Add classnames helper to demo

4f9d628e7cc918457312e73114c41ef7a3af2073 authored over 6 years ago by Ken Hibino <[email protected]>
Run prettier

dab7533b643a6b9f15f7af30e1f4be8966f80e69 authored over 6 years ago by Ken Hibino <[email protected]>
Merge pull request #188 from kenny-hibino/feature/v7

v 7.0.0

e49e33cf64accd60d54f08a32903f1ce47adf151 authored over 6 years ago by Ken Hibino <[email protected]>
v7.0.0

3ddbedb8f19cc5543cefa42fac7674e465fac793 authored over 6 years ago by Ken Hibino <[email protected]>
Add prepublish script

6628ce3bae5ee76c8b10ab2e07b0fe83d003c558 authored over 6 years ago by Ken Hibino <[email protected]>
Add footer to dropdown in Demo

14bd8506e812b39dbca4310e325038eede9478c4 authored over 6 years ago by Ken Hibino <[email protected]>
Run prettier

c22c3b8ce422bedb7a20f835c018030d741f688d authored over 6 years ago by Ken Hibino <[email protected]>
Update demo SearchBar component

2cc448df3a5968959cfaa616a23af9ca3a03cec3 authored over 6 years ago by Ken Hibino <[email protected]>
Update readme

ac81e781aa24255d86d0aca3cfc9b51d299a6651 authored over 6 years ago by Ken Hibino <[email protected]>
Update demo SearchBar component

d1cbc5ebf3589f525527f1ca24d6f928ae62220e authored over 6 years ago by Ken Hibino <[email protected]>
Update readme

0311c95c29a2bcbbaade499d56acd82b0a575364 authored over 6 years ago by Ken Hibino <[email protected]>
Fix test setup file

0b1a12a1111f892f45fac74711e5f5b0bfd55da5 authored over 6 years ago by Ken Hibino <[email protected]>
Update readme example

d4508e611d9c36b7bf72335224053ffe223bbd36 authored over 6 years ago by Ken Hibino <[email protected]>
Add tests for onSelect prop

8d9028a4843f26dba971b67e02b2998ff787b42d authored over 6 years ago by Ken Hibino <[email protected]>
Add tests for mouse event handlers

66fe0d78da6c3bad321592e0bf70ee2e9c81c842 authored over 6 years ago by Ken Hibino <[email protected]>
Update readme

d90439e62f377b6bcf7d0ef08104d95beacd3afe authored over 6 years ago by Ken Hibino <[email protected]>
Change travis CI config

76093778bc3ba50b80cc704e9be5a1f9f61798dd authored over 6 years ago by Ken Hibino <[email protected]>
Add more tests

3d50f88412d626a3508de21dfb153f4fca7a68c9 authored over 6 years ago by Ken Hibino <[email protected]>
Use suggesion.id for key

427555eb33a4c7f2d770efc0e03ea562c4737df6 authored over 6 years ago by Ken Hibino <[email protected]>
Add tests for keyboard event handlers

9f6d5c1dec5942e2d75d5380a9af344c7cbcba2c authored over 6 years ago by Ken Hibino <[email protected]>
Add test for onChange prop

26ecce096a68a9387ebc772890ffa95715466cd1 authored over 6 years ago by Ken Hibino <[email protected]>
Add clear button in demo

5381634acb0f2bb26898838adccd0397a9b71b30 authored over 6 years ago by Ken Hibino <[email protected]>
Include id, matchedSubstrings, terms, types in suggestions

7c32a7749f9a4dbe3000fe9b43ab902b43825761 authored over 6 years ago by Ken Hibino <[email protected]>
Add more initial render tests

385416ac5752eefc51857590a8f7d91e6f15ab5f authored over 6 years ago by Ken Hibino <[email protected]>
Update aria-attributes

6657918f95449216909e9b901c3f3125db3aacdf authored over 6 years ago by Ken Hibino <[email protected]>
Uninstall stale dev dependencies

6493b9eb16cbd68cb4ab86027acf75861b78f5c5 authored over 6 years ago by Ken Hibino <[email protected]>
Remove globally defined functions in tests

422544550a0e3fd823ab442b0824cf4e3e3f8827 authored over 6 years ago by Ken Hibino <[email protected]>
Update test snapshots with enzyme-to-json serializer

c1d0bd172f8fca9caeefb460403c8ec9a31e10a6 authored over 6 years ago by Ken Hibino <[email protected]>
Update jest configuration

0318a7b17269ecf7fedafbf206299fc59c793760 authored over 6 years ago by Ken Hibino <[email protected]>
Install enzyme as dev dependency

5c3e801c14c28fe1bcb0b8387f7577ecf1155077 authored over 6 years ago by Ken Hibino <[email protected]>
Add test coverage script

265081378e3f1b436e5ccdc6d5e5271ccb28f8cb authored over 6 years ago by Ken Hibino <[email protected]>
Add test for util functions

5d5e45bf09717c255af1017ab6cdefde472f6e1c authored over 6 years ago by Ken Hibino <[email protected]>
Add test for helper functions

1e179efb799e154b8bf32e9c046f818a81f2af83 authored over 6 years ago by Ken Hibino <[email protected]>
Add children prop test

ab1f34a190fe10eebba2519c854cd71a03002649 authored over 6 years ago by Ken Hibino <[email protected]>
Update initial render test

81ec6c520b8802197a5831fb3a9558778f2a833f authored over 6 years ago by Ken Hibino <[email protected]>
Restructure tests folder

de46915901c7dd4a8739deeb8c61a7ad491afba3 authored over 6 years ago by Ken Hibino <[email protected]>
Add jest test snapshots

6441dc92f039c1faf145b844f7381a27a697ef04 authored over 6 years ago by Ken Hibino <[email protected]>
Update tests to use jest

97902dd400a37224e7390e7c0cf0cd6320fd1b22 authored over 6 years ago by Ken Hibino <[email protected]>
Start developing v.7

cc8c65f8519ef69612cd0a581156737c2de2fd74 authored almost 7 years ago by Ken Hibino <[email protected]>
Merge pull request #179 from kenny-hibino/chore/eslint-setup

Add ESlint

b6303224e07f88bf6d412a5b2c425df65b36f145 authored almost 7 years ago by Ken Hibino <[email protected]>
chore(format): Configure prettier and eslint to work together

697134a962daba6246ddc95c83fb230e5c35b323 authored almost 7 years ago by Ken Hibino <[email protected]>
chore(format): Fix ESlint errors

1688859ab6de651eda52dd2cef41d4a2514f4d28 authored almost 7 years ago by Ken Hibino <[email protected]>
chore(eslint): Add eslint-plugin-react

e245263ac5c843f2d870648f8a92822845d6ddaa authored almost 7 years ago by Ken Hibino <[email protected]>
chore(-format): Use semicolons

1bb0f36fa36eadc0475c2dc02964f50cdf21c732 authored almost 7 years ago by Ken Hibino <[email protected]>
chore(lockfile): Add package-lock.json

b8f0305a8c253fae72a22667cbe587069c3a32d1 authored almost 7 years ago by Ken Hibino <[email protected]>
chore(eslint): Add eslint as a dev dependency

4eef2bb52cf293f8375b839578b4d1f4905b8f4c authored almost 7 years ago by Ken Hibino <[email protected]>
docs(github): Add templates for Github issues and pull requests

8189652e5eaf47a7e1894650253c1f8ed2a47120 authored almost 7 years ago by Ken Hibino <[email protected]>
Create ISSUE_TEMPLATE.md

d7f7bb5e33a7773c362592bdb72a17e764588493 authored almost 7 years ago by Ken Hibino <[email protected]>
v6.1.3

437113dcb523aecacc3241bfbb64c4feef996a2e authored almost 7 years ago by Ken Hibino <[email protected]>
Merge pull request #176 from kenny-hibino/feature/wai-aria-complicance

Accessibility improvements: WAI-ARIA compliance

cf7b60f7b13853fb5e5d82577a77e0ea52a21f94 authored almost 7 years ago by Ken Hibino <[email protected]>
docs(readme): Update readme features section

142a872e30ccaca2a4796a511732508114e7e115 authored almost 7 years ago by Ken Hibino <[email protected]>