Skip to content

Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrickarlt patrickarlt released this 06 Jan 20:45
· 349 commits to master since this release

Breaking Changes

  • Providers should now supply their url with the url key inside of options as opposed to a separate parameter.
  • Namespace has been reorganized. everything now sits under L.esri.Geocoding. So L.esri.Tasks.Geocode is now L.esri.Geocoding.Tasks.Geocode.

Changes

  • MapService provider now supports being passed an array of layers to search. #48
  • title option will now set the title on the input to 'Location Search' by default. #51
  • When using many providers or when a provider returns lots of results with a high limit, the suggestions div will now scroll. #55
  • within() and nearby() now return the task and can be changed. #49
  • Bugfix for MapService provider #46