Releases: Esri/esri-leaflet-heatmap
Releases · Esri/esri-leaflet-heatmap
Release list
v2.0.1
v2.0.0
Breaking Changes
- Namespace change (
is nowL.esri.Heatmap.heatmapFeatureLayerL.esri.Heatmap.featureLayer) - repository and npm package have been renamed esri-leaflet-heatmap~~-feature-layer~~ for brevity's sake
Added
- setOptions() and redraw() methods #10
- The build system has been refactored to use latest Rollup and Rollup plugins.
- Reworked bundling directives for various modules systems to resolve and simplify various issues
- WebPack users no longer have to use the Babel loader.
- Babelify with Babel 6 now works
v2.0.0-beta.1
Breaking
- Requires the 2.0.0-beta.4 release of Esri Leaflet.
- Requires the 1.0.0-beta.1 release of Leaflet.
Added
- Better build/test/release automation.
- Support for JSPM in package.json. Now you can
import heat from 'esri-leaflet-heatmap-feature-layer/src/HeatmapFeatureLayer';for more compact builds but, be aware of caveats - Support for browserify in the package.json. Now you can
var heat = require('esri-leaflet-heatmap-feature-layer/src/HeatmapFeatureLayer');for more compact builds, but be aware of caveats
1.0.2
- Fix incorrect version number on tagged files.
1.0.1
- Fix incorrect version number in built files.
1.0.0
Stable release!
- Dependancies have been updated to their latest versions
- CDN moved to JS Delivr http://www.jsdelivr.com/#!leaflet.esri.heatmap-feature-layer
Release Candidate 4
Changes
bower install esri-leaflet-heatmap-feature-layershould now work withoutbower cache clean
Update Esri Leaflet dependency to RC 4
Release Candidate 3
Changes
- Fix
bower install esri-leaflet-heatmap-feature-layer - Update Esri Leaflet dependency to RC 3
Release Candidate 2
v1.0.0-rc.2 bumping version to v1.0.0-rc.2
Release Candidate 1
v1.0.0-rc.1 bumping version to v1.0.0-rc.1