Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

87 lines (49 loc) · 3.04 KB

master

1.2.5

  • Temporarily disable autocomplete by default #116

Features / Improvements 🚀

  • Added getSuggestions API to AmplifyGeocoderAPI #106

Bug fixes 🐛

  • N/A

1.2.4

Features / Improvements 🚀

  • Added getSuggestions API to AmplifyGeocoderAPI #106

Bug fixes 🐛

1.2.3

Features / Improvements 🚀

  • Added amplify-map-.css for static map styles #98
  • Updated drawPoints to have an autoFit option to fit the map to points drawn #94

Bug fixes 🐛

1.2.1

  • Added AmplifyGeofenceControl #81

Features / Improvements 🚀

  • Added drawGeofences function #62
  • add setData, show, hide, utility functions to drawPoints return #70

1.1.3

Features / Improvements 🚀

  • Added drawGeofences function #62
  • add setData, show, hide, utility functions to drawPoints return #70

Bug fixes 🐛

1.1.2

Features / Improvements 🚀

Bug fixes 🐛

  • Update types for createAmplifyGeocoder #63
  • Add cjs modules #64

1.1.1

Features / Improvements 🚀

Bug fixes 🐛

  • Added error messaging when region is undefined #59
  • Fix cluster distances to match cluster circle size #56
  • Deselecting Point by Clicking outside map #54
  • update mouse pointer when mousing over marker layer #55
  • Allow popupRender to work properly #50

1.1.0

Features / Improvements 🚀

  • Updated drawPoints method to take new type NamedLocation data so that the title for each data point can be set #46

Bug fixes 🐛

1.0.7

Features / Improvements 🚀

Bug fixes 🐛

  • Fixed jest configuration for non JS files #40
  • Fixed geocoder svg to be generated by javascript #42
  • Removed default maplibre-gl-geocoder css import #43