v2.0.0-beta.4
Pre-release
Pre-release
Breaking
- Nested namespaces for
L.esri.Layers
,L.esri.Services
andL.esri.Tasks
have been removed for better compatibility with ES 2015 modules. This means you should now writeL.esri.query()
as opposed toL.esri.Tasks.query()
.
Changed
- Tests are now run against the minified production code for more safty.
Fixed
- Features no longer flicker when zooming in/out on
FeatureLayer
Added
- Various release process optimizations.
- Support for JSPM in package.json. Now you can
import featureLayer from 'esri-leaflet/src/Layers/FeatureLayer';
for more compact builds but be aware of caveats - Support for browserify in the package.json. Now you can
var featureLayer = require('esri-leaflet/src/Layers/FeatureLayer');
for more compact builds but be aware of caveats