Skip to content

Releases: Esri/esri-leaflet

v2.3.2

13 Nov 18:31
Compare
Choose a tag to compare

Fixed

  • Time filtering fix which adds a case for when a feature's time range contains the time range given in the to and from options for the layer. (🙏pjbiogit🙏 #1174)

v2.3.1

10 Oct 19:42
Compare
Choose a tag to compare

Fixed

  • ?undefined issue when using DynamicMapLayer and Proxy (#1164)

Changed

  • REST calls will now use outSR instead of outSr (#1168)

v2.3.0

17 Jul 20:22
Compare
Choose a tag to compare

Fixed

  • Time filtering fix (🙏pjbiogit🙏 #1156)

Changed

  • dynamically resample Esri World Imagery (🙏jgravois🙏 #1011)
  • 'loading' event fired immediately before /export is called (🙏ogix🙏 #1146)
  • warning if setTimeRange() is called without a timeField (#1148)

v2.2.4

20 Mar 23:04
Compare
Choose a tag to compare

Fixed

  • ensure a CORS request is made to fetch dynamic attribution for Esri basemaps instead of a JSONP request. (🙏jubasse🙏 #1142)
  • make sure webpack clients can access the ES source. #1134)
  • ensure basemapLayer honors a proxy if one is set. (🙏dangowans🙏 #1122)
  • resolve devDependency security vulnerabilities (🙏gavinr🙏 #1126)

v2.2.3

16 Aug 20:01
Compare
Choose a tag to compare

Fixed

  • ensure ImageMapLayer leverages a proxy. (🙏dangowans🙏 #1121)

v2.2.2

02 Aug 18:14
Compare
Choose a tag to compare

Fixed

  • trapped an error when Map.attribution control is not loaded.

Added

  • dynamicMapLayer() and imageMapLayer() now both expose a new zIndex constructor option and modify zIndex values appropriately internally when bringToFront() and bringToBack() are called. (🙏appleshowc🙏 #1084)

v2.2.1

11 Jul 15:21
Compare
Choose a tag to compare

Fixed

  • resolved issue that caused some raw ES6 files to not be bundled on npm.

v2.2.0

08 Jul 18:47
Compare
Choose a tag to compare

Added

  • it is now possible to add/update features in feature services in bulk (🙏Biboba🙏 #1083)
  • two new basemaps! ImageryFirefly and Physical (🙏pmacMaps🙏 #1100)

Changed

  • use external sourcemap files consistently, even for debug build #1088

Fixed

Removed

  • cruft from npm tarball #1067

v2.1.4

10 Mar 02:28
Compare
Choose a tag to compare

Changed

  • upgraded to Rollup v0.56.5
  • upgraded to @esri/arcgis-to-geojson-utils v1.1.1

Fixed

  • ensure tiledMapLayers utilize a configured proxy (🙏spoilsportmotors🙏 #1053)

  • fix logic error and simplify check for supported non-web mercator CRSs #1051

v2.1.3

14 Feb 18:52
Compare
Choose a tag to compare

Added

  • new ImageryClarity basemapLayer (🙏Biboba🙏 #1047)
  • dynamic attribution for WorldImagery basemap layer to attribute local Community Maps content providers

Fixed

  • smarter check for custom coordinate systems #1045)
  • removed rogue Proj4 console errors in webpack/browserify apps
  • caught the last few non ES6 imports from Leaflet (🙏finneganh🙏 #1050)