Release Candidate 1
Pre-release
Pre-release
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 intoControls
,Services
, andTasks
. GeocodeService
has been rewritten from scratch to mirror the Esri Leaflet service style that returns tasks.GeocodeService.suggest
,GeocodeService.geocode
andGeocodeService.reverse
all return their respective tasks.
** Changes **
- New tasks for
Suggest
,Geocode
andReverseGeocode
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