Skip to content

Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrickarlt patrickarlt released this 22 Oct 22:55
· 377 commits to master since this release

Release Candidate 1

Please read through the docs and changes list carefully. There has been a major refactoring.

** Breaking Changes **

  • Namespacing has changed. All methods and classes are now under L.esri.Geocoding. L.esri.Geocoding organizes everything into Controls, Services, and Tasks.
  • GeocodeService has been rewritten from scratch to mirror the Esri Leaflet service style that returns tasks.
  • GeocodeService.suggest, GeocodeService.geocode and GeocodeService.reverse all return their respective tasks.

** Changes **

  • New tasks for Suggest, Geocode and ReverseGeocode that mirror the Esri Leaflet task structure.
  • L.esri.Geocoding.Controls.Geosearch can now search multiple providers.
  • Available on NPM and Bower
  • Wrapped as a CommonJS module
  • Wrapped as an AMD module
  • Basic unit tests
  • TravisCI support
  • Source maps for compressed builds