Releases: aws-geospatial/amazon-location-for-maplibre-gl-geocoder
Releases · aws-geospatial/amazon-location-for-maplibre-gl-geocoder
v2.0.1
🐞 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 supportmaplibre-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
⚠️ Breaking changes
- When using the consolidated
LocationClient
, theplacesIndex
is now passed in theoptions
✨ Features and improvements
- Added support for new standalone Places SDK
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
✨ 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
✨ Features and improvements
- Integrate Amazon Location Service API with MapLibre GL Geocoder