Use Places Autocomplete Versions Save

😎 📍 React hook for Google Maps Places Autocomplete.

v4.0.1

9 months ago
  • Updating Doc

v4.0.0

1 year ago

💥 Breaking Change

🐛 Bug Fixing

  • Correct the return type of the getDetails and getGeocode utilises. Now they might return a Promise<null> value

v3.0.0

2 years ago

💥 Breaking Change

  • getLatLng now is a synchronous function, check the example
  • getZipCode now is a synchronous function, check the example

🤩 Thanks @RavenHursT for the above adjustment.

v2.0.0

2 years ago

💥 Breaking Change

✨ New Features

  • Supports dynamic cache key (#952)
  • Supports clearCache with custom key parameter.

v1.11.0

2 years ago
  • Feat: add cacheKey parameter, thanks to @orbiteleven 🤘🏻 (#896)

v1.10.1

2 years ago
  • Refactor: enhance the status type of suggestions (#895)

v1.10.0

2 years ago
  • Feat: add clearCache method, see API to learn more. ( #866 )

v1.9.4

2 years ago
  • Fix: app crash when session storage is unavailable (#807)

v1.9.3

2 years ago

Refactor(types): remove readonly from the data property of suggestion (#737)

v1.9.2

2 years ago
  • Refactor(types): export more types to fulfill your use cases (#733)