Skip to content

Releases: aws-geospatial/amazon-location-for-maplibre-gl-geocoder

v2.0.1

04 Mar 18:07
b06323d
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix flyTo not being honoured #157
  • Fix Geocoding returns error 400 when zoom level < 9 #158
  • Removed enableEventLogging from options

✨ Features and improvements

  • Extended options to support maplibre-gl-geocoder's MaplibreGeocoderOptions for:
    • flyTo,
    • zoom,
    • trackProximity,
    • proximityMinZoom,
    • showResultsWhileTyping,
    • minLength,
    • reverseGeocode,
    • limit,
    • collapsed,
    • clearAndBlurOnEsc,
    • clearOnBlur,
    • localGeocoderOnly,
    • debounceSearch,
    • language,
    • reverseMode,
    • getItemValue,
    • render,
    • popupRender,
    • filter

v2.0.0

31 Oct 21:14
28e0176
Compare
Choose a tag to compare

⚠️ Breaking changes

  • When using the consolidated LocationClient, the placesIndex is now passed in the options

✨ Features and improvements

  • Added support for new standalone Places SDK

v1.0.5

27 Jun 17:02
ac92f99
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix to publish the bundled script for browser: #99

v1.0.4

19 Jun 18:54
200a5ca
Compare
Choose a tag to compare

✨ Features and improvements

  • Added Changelog and Continuous Deployment

v1.0.3

18 Jun 15:57
187ccc6
Compare
Choose a tag to compare

🐞 Bug fixes

  • Added missing PlaceId field in response when searching by PlaceId: #91

v1.0.2

14 Jun 19:12
e494e16
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fixed issue when bundling by enabling esModuleInterop #83

v1.0.1

13 Jun 19:14
5914475
Compare
Choose a tag to compare

✨ Features and improvements

  • Added omitSuggestionsWithoutPlaceId option to omit suggestions that don't have a PlaceId (e.g. query string suggestions, such as "pizza near me")
  • Added placeholder option to override the string placeholder text in the input field
  • Added full result in the optional properties in the responses, so the user can access all fields
  • Exported PlacesGeocoderOptions so that users can access the configuration options type
  • Several dependency version bumps (from dependabot)

🐞 Bug fixes

  • Removed a number of console.log debug prints that were left behind

v1.0.0

29 Apr 19:57
bd0bef4
Compare
Choose a tag to compare

✨ Features and improvements

  • Integrate Amazon Location Service API with MapLibre GL Geocoder