Skip to content

Release Candidate 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrickarlt patrickarlt released this 01 May 19:01
· 1027 commits to master since this release

Breaking Changes

  • DynamicMapLayer will now request json by default to better expose the authentication process. If you are using ArcGIS Server 10.0 or have disabled CORS on your server you will need to add useCors: false to your options.

Changes

  • refactor of FeatureLayer.resetStyle() behavior. #488
  • improvement of DynamicMapLayer image loading logic. #498
  • Fixed bug in display of dynamic map services at world scale. #450
  • Switched to protocol relative urls for google fonts #501 (thanks @whymarrh!)
  • Added an alt tag to the Esri logo #490
  • Improved a few regexes #494 & #487
  • Trap error when identifyFeatures.run() doesn't return any results. #512
  • Dynamically switch to a smaller Esri logo in smaller maps. #505
  • Added a deleteFeatures() method to both L.esri.Layers.FeatureLayer and L.esri.Services.FeatureLayer for dropping records in bulk. #510
  • Improve logic of rendering simplified features with L.esri.FeatureLayer. #320 and #518
  • Various doc improvements. #511 & #507 & #506 & #495
  • Attribution for basemaps is now always requested with JSONP