Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Releases: silinternational/svelte-google-places-autocomplete

Archiving: Add "no longer maintained" warning to README.md

23 Sep 19:50
2722911
Compare
Choose a tag to compare

Deprecated

  • Add "no longer maintained" warning to README.md

1.2.5

20 Jun 22:21
0550a24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

Bump braces from 3.0.2 to 3.0.3

20 Jun 01:18
a71e389
Compare
Choose a tag to compare

What's Changed

  • Release 1.2.4 -- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #40

Full Changelog: 1.2.3...1.2.4

Fix for default pattern, fix missing exports

09 Apr 23:06
758d09c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.3

Fix lack of callback when loading Google Maps JavaScript API

07 Mar 22:48
af9cb0f
Compare
Choose a tag to compare

Fixed

  • Fix error: "Loading the Google Maps JavaScript API without a callback is not supported"

fixes hasLocationData when options.fields is 'ALL'

06 Mar 01:16
5f32c08
Compare
Choose a tag to compare

What's Changed

  • fixes hasLocationData when options.fields is 'ALL' by @sprataa in #31

New Contributors

Full Changelog: 1.2.0...1.2.1

add "required" and "pattern" props

20 Nov 23:06
Compare
Choose a tag to compare

Added

  • Added required and pattern props.
  • Document which Google APIs this component needs.

Fixed

  • Dependency updates

Always load Google Maps library over https

16 Nov 20:55
5ee23a9
Compare
Choose a tag to compare

Fixed

  • Always use https when loading the Google Maps Places API library
  • Fix typo in readme

Remove broken npm "publish" script

15 Nov 21:26
a26de60
Compare
Choose a tag to compare

Fixed

  • Remove broken "publish" custom script from package.json

Update dependencies

15 Nov 21:23
5193713
Compare
Choose a tag to compare

Fixed

  • Update dependencies