This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: silinternational/svelte-google-places-autocomplete
Releases · silinternational/svelte-google-places-autocomplete
Archiving: Add "no longer maintained" warning to README.md
Deprecated
- Add "no longer maintained" warning to README.md
1.2.5
What's Changed
- Bump ws from 7.5.5 to 7.5.10 by @dependabot in #41
- npm update and update version by @hobbitronics in #42
Full Changelog: 1.2.4...1.2.5
Bump braces from 3.0.2 to 3.0.3
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
What's Changed
- Fix for default pattern attribute value by @chrisguerrero in #35
- add prettier by @hobbitronics in #37
- fix missing exports by @hobbitronics in #38
- Release 1.2.3 by @hobbitronics in #39
New Contributors
- @chrisguerrero made their first contribution in #35
Full Changelog: 1.2.2...1.2.3
Fix lack of callback when loading Google Maps JavaScript API
Fixed
- Fix error: "Loading the Google Maps JavaScript API without a callback is not supported"
fixes hasLocationData when options.fields is 'ALL'
add "required" and "pattern" props
Added
- Added
required
andpattern
props. - Document which Google APIs this component needs.
Fixed
- Dependency updates
Always load Google Maps library over https
Fixed
- Always use https when loading the Google Maps Places API library
- Fix typo in readme
Remove broken npm "publish" script
Fixed
- Remove broken "publish" custom script from
package.json
Update dependencies
Fixed
- Update dependencies