Skip to content

Releases: wellyshen/use-places-autocomplete

v1.9.1

12 Feb 06:26
Compare
Choose a tag to compare
  • Docs(readme): update lazily initializing the hook examples

v1.9.0

11 Feb 18:25
Compare
Choose a tag to compare

v1.8.2

09 Feb 05:51
Compare
Choose a tag to compare
  • Fix: do not fetch places data is google maps API not ready, thanks to @kevenjesus.

v1.8.1

30 Jan 18:10
Compare
Choose a tag to compare
  • Docs(readme): adjust getting started and cache data sections

v1.8.0

28 Jan 14:48
Compare
Choose a tag to compare
  • 馃 Built-ins cache data mechanism for saving your data cost, see related doc. (thanks to @majoncas)

v1.7.1

07 Jan 09:16
Compare
Choose a tag to compare
  • Fix: correct types (#551)

v1.7.0

25 Dec 10:28
Compare
Choose a tag to compare

馃挜 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

10 Dec 18:10
Compare
Choose a tag to compare

v1.6.0

08 Nov 08:23
Compare
Choose a tag to compare

馃挜 Breaking Change

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

v1.5.9

27 Oct 11:37
Compare
Choose a tag to compare
  • Perf: reduce bundle size