Use Places Autocomplete Versions Save

😎 📍 React hook for Google Maps Places Autocomplete.

v1.9.1

3 years ago
  • Docs(readme): update lazily initializing the hook examples

v1.9.0

3 years ago

v1.8.2

3 years ago
  • Fix: do not fetch places data is google maps API not ready, thanks to @kevenjesus.

v1.8.1

3 years ago
  • Docs(readme): adjust getting started and cache data sections

v1.8.0

3 years ago
  • 🤑 Built-ins cache data mechanism for saving your data cost, see related doc. (thanks to @majoncas)

v1.7.1

3 years ago
  • Fix: correct types (#551)

v1.7.0

3 years ago

💥 BREAKING CHANGE

  • Since v1.7.0 when working with TypeScript, please install the @types/googlemaps as a devDependencies .
$ yarn add --dev @types/googlemaps
# or
$ npm install --save-dev @types/googlemaps

v1.6.1

3 years ago

v1.6.0

3 years ago

💥 Breaking Change

  • Feat: accept the request object of Google PlacesService's getDetailsI() as the parameter, see the example.

v1.5.9

3 years ago
  • Perf: reduce bundle size