Releases: Esri/esri-leaflet
Releases · Esri/esri-leaflet
v2.4.0
Fixed
- Updated
request
to be imported inBasemapLayer.js
rather than relying on globalL.esri
. (🙏danieloliveira117🙏 #1191)
Changed
- Updated
FeatureLayer
allowing queries to be consistently cached both on the server and on ArcGIS Online CDN. This should result in a decent performance boost for most use cases and in some cases (public, non-editable data) a significant performance boost. #1189. - use
@terraformer/arcgis
(instead of@esri/arcgis-to-geojson-utils
) to generate GeoJSON from older ArcGIS services #1194.
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.4
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
v2.2.2
v2.2.1
v2.2.0
Added
- it is now possible to add/update features in feature services in bulk (🙏Biboba🙏 #1083)
- two new basemaps!
ImageryFirefly
andPhysical
(🙏pmacMaps🙏 #1100)
Changed
- use external sourcemap files consistently, even for debug build #1088
Fixed
- better error trapping for non CORS requests (🙏strajuser🙏 #1070)
- trap for GeoJSON with null geometry #1060
- check for null attribution (🙏octavm🙏 #1078)
- ensure
token
is only included in tile requests once (🙏octavm🙏 #1092) - addressed https://nodesecurity.io/advisories/566 #1094
Removed
- cruft from npm tarball #1067