Skip to content

Latest commit

 

History

History
89 lines (55 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

89 lines (55 loc) · 3.23 KB

Changelog

Updated

  • Updated dependencies and changed build-related settings to be consistent with Esri Leaflet (#25)

Fixed

  • Do not use named exports from JSON (info) (#25)

Breaking Changes

  • Namespace change (L.esri.Heatmap.heatmapFeatureLayer is now L.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

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

Fixed

  • Fix incorrect version number on tagged files.

Fixed

  • Fix incorrect version number on tagged files.

Changed

  • Dependencies have been updated to their latest versions
  • CDN moved to JS Delivr

Changed

  • bower install esri-leaflet-heatmap-feature-layer should now work without bower cache clean
  • Update Esri Leaflet dependency to RC 4

Changed

  • fixed bower install esri-leaflet-heatmap-feature-layer
  • Update Esri Leaflet dependency to RC 3

Release Candidate 1